@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @sudobility/di_web
2
2
 
3
- Web implementations of dependency injection services for 0xmail.box.
3
+ Web implementations of dependency injection services for Sudobility.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sudobility/di_web",
3
- "version": "0.1.1",
4
- "description": "Web implementations of dependency injection services for 0xmail.box",
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": "0xmail.box",
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.14",
54
- "@sudobility/types": "^1.9.5",
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",