Browse Source

chore: updates license

e22m4u 4 months ago
parent
commit
8ff3b01b18
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-path-trie",
   "version": "0.0.10",
   "description": "Маршрутизатор для Node.js на основе префиксного дерева",
-  "author": "e22m4u <e22m4u@yandex.ru>",
+  "author": "Mikhail Evstropov <e22m4u@yandex.ru>",
   "license": "MIT",
   "keywords": [
     "path",
@@ -36,8 +36,8 @@
     "prepare": "husky"
   },
   "dependencies": {
-    "@e22m4u/js-format": "~0.1.0",
-    "debug": "~4.4.0",
+    "@e22m4u/js-format": "~0.1.8",
+    "debug": "~4.4.1",
     "path-to-regexp": "~8.2.0"
   },
   "devDependencies": {