@e22m4u/ts-rest-router 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/package.json +11 -11
package/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2024 e22m4u@yandex.ru
|
3
|
+
Copyright (c) 2024-2025 Mikhail Evstropov <e22m4u@yandex.ru>
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@e22m4u/ts-rest-router",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.2",
|
4
4
|
"description": "REST маршрутизатор на основе контроллеров для TypeScript",
|
5
|
-
"author": "
|
5
|
+
"author": "Mikhail Evstropov <e22m4u@yandex.ru>",
|
6
6
|
"license": "MIT",
|
7
7
|
"keywords": [
|
8
8
|
"rest",
|
@@ -43,26 +43,26 @@
|
|
43
43
|
"dependencies": {
|
44
44
|
"@e22m4u/js-debug": "~0.1.6",
|
45
45
|
"@e22m4u/js-format": "~0.1.8",
|
46
|
-
"@e22m4u/js-service": "~0.3.
|
46
|
+
"@e22m4u/js-service": "~0.3.3",
|
47
47
|
"@e22m4u/js-trie-router": "~0.1.0",
|
48
|
-
"@e22m4u/ts-data-schema": "~0.
|
48
|
+
"@e22m4u/ts-data-schema": "~0.3.0",
|
49
49
|
"@e22m4u/ts-reflector": "~0.1.7",
|
50
50
|
"http-errors": "~2.0.0"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
53
|
"@commitlint/cli": "~19.8.1",
|
54
54
|
"@commitlint/config-conventional": "~19.8.1",
|
55
|
-
"@eslint/js": "~9.
|
55
|
+
"@eslint/js": "~9.32.0",
|
56
56
|
"@types/chai": "~5.2.2",
|
57
57
|
"@types/debug": "~4.1.12",
|
58
58
|
"@types/http-errors": "~2.0.5",
|
59
59
|
"@types/mocha": "~10.0.10",
|
60
|
-
"@types/node": "~24.0
|
60
|
+
"@types/node": "~24.2.0",
|
61
61
|
"c8": "~10.1.3",
|
62
|
-
"chai": "~5.2.
|
63
|
-
"esbuild": "~0.25.
|
64
|
-
"eslint": "~9.
|
65
|
-
"eslint-config-prettier": "~10.1.
|
62
|
+
"chai": "~5.2.1",
|
63
|
+
"esbuild": "~0.25.8",
|
64
|
+
"eslint": "~9.32.0",
|
65
|
+
"eslint-config-prettier": "~10.1.8",
|
66
66
|
"eslint-plugin-chai-expect": "~3.1.0",
|
67
67
|
"eslint-plugin-mocha": "~11.1.0",
|
68
68
|
"husky": "~9.1.7",
|
@@ -71,6 +71,6 @@
|
|
71
71
|
"rimraf": "~6.0.1",
|
72
72
|
"tsx": "~4.20.3",
|
73
73
|
"typescript": "~5.8.3",
|
74
|
-
"typescript-eslint": "~8.
|
74
|
+
"typescript-eslint": "~8.39.0"
|
75
75
|
}
|
76
76
|
}
|