Browse Source

chore: updates license

e22m4u 4 months ago
parent
commit
51b0f047e4
2 changed files with 4 additions and 4 deletions
  1. 1 1
      LICENSE
  2. 3 3
      package.json

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2023 e22m4u@yandex.ru
+Copyright (c) 2023-2025 Mikhail Evstropov <e22m4u@yandex.ru>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 3 - 3
package.json

@@ -2,7 +2,7 @@
   "name": "@e22m4u/js-repository",
   "version": "0.3.1",
   "description": "Реализация репозитория для работы с базами данных в Node.js",
-  "author": "e22m4u <e22m4u@yandex.ru>",
+  "author": "Mikhail Evstropov <e22m4u@yandex.ru>",
   "license": "MIT",
   "keywords": [
     "Repository",
@@ -40,8 +40,8 @@
   },
   "dependencies": {
     "@e22m4u/js-empty-values": "~0.0.1",
-    "@e22m4u/js-format": "~0.1.0",
-    "@e22m4u/js-service": "~0.3.0"
+    "@e22m4u/js-format": "~0.1.8",
+    "@e22m4u/js-service": "~0.3.2"
   },
   "devDependencies": {
     "@commitlint/cli": "~19.8.1",