jimpex 11.0.0 → 11.0.1
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/CHANGELOG.md +7 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [11.0.1](https://github.com/homer0/jimpex/compare/11.0.0...11.0.1) (2026-01-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([32e56ea](https://github.com/homer0/jimpex/commit/32e56ea6b0dad8ad2f55ee1fcf9755605b9744e0))
|
|
7
|
+
|
|
1
8
|
# [11.0.0](https://github.com/homer0/jimpex/compare/10.0.2...11.0.0) (2025-12-08)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"name": "jimpex",
|
|
3
3
|
"description": "Express as dependency injection container.",
|
|
4
4
|
"homepage": "https://homer0.github.io/jimpex/",
|
|
5
|
-
"version": "11.0.
|
|
5
|
+
"version": "11.0.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/homer0/jimpex.git"
|
|
9
9
|
},
|
|
10
10
|
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"packageManager": "pnpm@10.
|
|
12
|
+
"packageManager": "pnpm@10.26.2",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"./package.json": "./package.json"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@homer0/api-utils": "^5.0.
|
|
25
|
-
"@homer0/deep-assign": "^5.0.
|
|
26
|
-
"@homer0/deferred": "^5.0.
|
|
27
|
-
"@homer0/env-utils": "^5.0.
|
|
28
|
-
"@homer0/events-hub": "^5.0.
|
|
29
|
-
"@homer0/jimple": "^5.0.
|
|
30
|
-
"@homer0/object-utils": "^5.0.
|
|
31
|
-
"@homer0/package-info": "^5.0.
|
|
32
|
-
"@homer0/path-utils": "^5.0.
|
|
33
|
-
"@homer0/root-file": "^5.0.
|
|
34
|
-
"@homer0/simple-config": "^5.0.
|
|
35
|
-
"@homer0/simple-logger": "^5.0.
|
|
36
|
-
"@homer0/ts-async-import": "^3.0.
|
|
24
|
+
"@homer0/api-utils": "^5.0.8",
|
|
25
|
+
"@homer0/deep-assign": "^5.0.8",
|
|
26
|
+
"@homer0/deferred": "^5.0.8",
|
|
27
|
+
"@homer0/env-utils": "^5.0.8",
|
|
28
|
+
"@homer0/events-hub": "^5.0.8",
|
|
29
|
+
"@homer0/jimple": "^5.0.8",
|
|
30
|
+
"@homer0/object-utils": "^5.0.8",
|
|
31
|
+
"@homer0/package-info": "^5.0.8",
|
|
32
|
+
"@homer0/path-utils": "^5.0.8",
|
|
33
|
+
"@homer0/root-file": "^5.0.8",
|
|
34
|
+
"@homer0/simple-config": "^5.0.8",
|
|
35
|
+
"@homer0/simple-logger": "^5.0.8",
|
|
36
|
+
"@homer0/ts-async-import": "^3.0.8",
|
|
37
37
|
"body-parser": "^2.2.1",
|
|
38
38
|
"compression": "^1.8.1",
|
|
39
39
|
"express": "^5.2.1",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"urijs": "^1.19.11"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@commitlint/cli": "^20.
|
|
49
|
-
"@commitlint/config-conventional": "^20.
|
|
50
|
-
"@homer0/eslint-plugin": "^14.2.
|
|
48
|
+
"@commitlint/cli": "^20.3.0",
|
|
49
|
+
"@commitlint/config-conventional": "^20.3.0",
|
|
50
|
+
"@homer0/eslint-plugin": "^14.2.3",
|
|
51
51
|
"@homer0/prettier-config": "^2.0.0",
|
|
52
52
|
"@homer0/prettier-plugin-jsdoc": "^11.0.1",
|
|
53
53
|
"@homer0/tsconfig": "^4.1.1",
|
|
54
54
|
"@semantic-release/changelog": "^6.0.3",
|
|
55
55
|
"@semantic-release/git": "^10.0.1",
|
|
56
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
56
|
+
"@vitest/coverage-istanbul": "^4.0.16",
|
|
57
57
|
"@types/body-parser": "^1.19.6",
|
|
58
58
|
"@types/compression": "^1.8.1",
|
|
59
59
|
"@types/express": "^5.0.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/spdy": "^3.4.9",
|
|
63
63
|
"@types/statuses": "^2.0.6",
|
|
64
64
|
"@types/urijs": "^1.19.26",
|
|
65
|
-
"eslint": "^9.39.
|
|
65
|
+
"eslint": "^9.39.2",
|
|
66
66
|
"husky": "^9.1.7",
|
|
67
67
|
"is-ci": "^4.1.0",
|
|
68
68
|
"leasot": "^14.4.0",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"typedoc": "0.28.15",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
75
|
"unplugin-swc": "^1.5.9",
|
|
76
|
-
"vitest": "^4.0.
|
|
77
|
-
"vite-tsconfig-paths": "^
|
|
76
|
+
"vitest": "^4.0.16",
|
|
77
|
+
"vite-tsconfig-paths": "^6.0.3"
|
|
78
78
|
},
|
|
79
79
|
"engine-strict": true,
|
|
80
80
|
"engines": {
|