@sudobility/di_web 0.1.1 → 0.1.11
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/README.md +1 -1
- package/package.json +5 -6
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/di_web",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Web implementations of dependency injection services for
|
|
3
|
+
"version": "0.1.11",
|
|
4
|
+
"description": "Web implementations of dependency injection services for Sudobility",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -33,10 +33,9 @@
|
|
|
33
33
|
"dependency-injection",
|
|
34
34
|
"di",
|
|
35
35
|
"web",
|
|
36
|
-
"0xmail",
|
|
37
36
|
"web3"
|
|
38
37
|
],
|
|
39
|
-
"author": "
|
|
38
|
+
"author": "Sudobility Inc",
|
|
40
39
|
"license": "MIT",
|
|
41
40
|
"peerDependencies": {
|
|
42
41
|
"@sudobility/di": "^1.4.14",
|
|
@@ -50,8 +49,8 @@
|
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|
|
52
51
|
"@eslint/js": "^9.38.0",
|
|
53
|
-
"@sudobility/di": "^1.4.
|
|
54
|
-
"@sudobility/types": "^1.9.
|
|
52
|
+
"@sudobility/di": "^1.4.30",
|
|
53
|
+
"@sudobility/types": "^1.9.31",
|
|
55
54
|
"@types/node": "^24.10.1",
|
|
56
55
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
57
56
|
"@typescript-eslint/parser": "^8.46.2",
|