@xyo-network/diviner-address-space 5.3.22 → 5.3.25
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/package.json +26 -30
- package/src/index.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-address-space",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.25",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,51 +30,47 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|
|
33
|
-
"src",
|
|
34
33
|
"!**/*.bench.*",
|
|
35
34
|
"!**/*.spec.*",
|
|
36
35
|
"!**/*.test.*",
|
|
37
36
|
"README.md"
|
|
38
37
|
],
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"@xyo-network/diviner-address-space-abstract": "~5.3.
|
|
41
|
-
"@xyo-network/diviner-address-space-
|
|
42
|
-
"@xyo-network/diviner-address-space-
|
|
39
|
+
"@xyo-network/diviner-address-space-abstract": "~5.3.25",
|
|
40
|
+
"@xyo-network/diviner-address-space-model": "~5.3.25",
|
|
41
|
+
"@xyo-network/diviner-address-space-memory": "~5.3.25"
|
|
43
42
|
},
|
|
44
43
|
"devDependencies": {
|
|
45
44
|
"@opentelemetry/api": "^1.9.1",
|
|
46
45
|
"@types/node": "^25.5.0",
|
|
47
|
-
"@xylabs/sdk-js": "^5.0.
|
|
48
|
-
"@xylabs/ts-scripts-common": "~7.6.
|
|
49
|
-
"@xylabs/ts-scripts-
|
|
50
|
-
"@xylabs/tsconfig": "~7.6.
|
|
51
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
52
|
-
"@xyo-network/account": "~5.3.22",
|
|
53
|
-
"@xyo-network/archivist-memory": "~5.3.22",
|
|
54
|
-
"@xyo-network/archivist-wrapper": "~5.3.22",
|
|
55
|
-
"@xyo-network/boundwitness-model": "~5.3.22",
|
|
56
|
-
"@xyo-network/diviner-abstract": "~5.3.22",
|
|
57
|
-
"@xyo-network/diviner-address-space-abstract": "~5.3.22",
|
|
58
|
-
"@xyo-network/diviner-address-space-memory": "~5.3.22",
|
|
59
|
-
"@xyo-network/diviner-address-space-model": "~5.3.22",
|
|
60
|
-
"@xyo-network/diviner-model": "~5.3.22",
|
|
61
|
-
"@xyo-network/module-model": "~5.3.22",
|
|
62
|
-
"@xyo-network/node-memory": "~5.3.22",
|
|
63
|
-
"@xyo-network/payload-builder": "~5.3.22",
|
|
64
|
-
"@xyo-network/payload-model": "~5.3.22",
|
|
65
|
-
"@xyo-network/payload-wrapper": "~5.3.22",
|
|
46
|
+
"@xylabs/sdk-js": "^5.0.93",
|
|
47
|
+
"@xylabs/ts-scripts-common": "~7.6.16",
|
|
48
|
+
"@xylabs/ts-scripts-pnpm": "~7.6.16",
|
|
49
|
+
"@xylabs/tsconfig": "~7.6.16",
|
|
50
|
+
"@xylabs/vitest-extended": "~5.0.93",
|
|
66
51
|
"acorn": "^8.16.0",
|
|
67
52
|
"axios": "^1.14.0",
|
|
68
|
-
"
|
|
69
|
-
"esbuild": "^0.27.4",
|
|
70
|
-
"eslint": "^10.1.0",
|
|
53
|
+
"esbuild": "^0.28.0",
|
|
71
54
|
"ethers": "^6.16.0",
|
|
72
|
-
"rollup": "^4.60.1",
|
|
73
55
|
"tslib": "^2.8.1",
|
|
74
56
|
"typescript": "~5.9.3",
|
|
75
57
|
"vite": "^8.0.3",
|
|
76
58
|
"vitest": "~4.1.2",
|
|
77
|
-
"zod": "^4.3.6"
|
|
59
|
+
"zod": "^4.3.6",
|
|
60
|
+
"@xyo-network/archivist-wrapper": "~5.3.25",
|
|
61
|
+
"@xyo-network/account": "~5.3.25",
|
|
62
|
+
"@xyo-network/boundwitness-model": "~5.3.25",
|
|
63
|
+
"@xyo-network/diviner-abstract": "~5.3.25",
|
|
64
|
+
"@xyo-network/archivist-memory": "~5.3.25",
|
|
65
|
+
"@xyo-network/diviner-address-space-abstract": "~5.3.25",
|
|
66
|
+
"@xyo-network/diviner-address-space-memory": "~5.3.25",
|
|
67
|
+
"@xyo-network/diviner-model": "~5.3.25",
|
|
68
|
+
"@xyo-network/diviner-address-space-model": "~5.3.25",
|
|
69
|
+
"@xyo-network/node-memory": "~5.3.25",
|
|
70
|
+
"@xyo-network/module-model": "~5.3.25",
|
|
71
|
+
"@xyo-network/payload-builder": "~5.3.25",
|
|
72
|
+
"@xyo-network/payload-model": "~5.3.25",
|
|
73
|
+
"@xyo-network/payload-wrapper": "~5.3.25"
|
|
78
74
|
},
|
|
79
75
|
"peerDependencies": {
|
|
80
76
|
"ethers": "^6",
|
|
@@ -84,4 +80,4 @@
|
|
|
84
80
|
"publishConfig": {
|
|
85
81
|
"access": "public"
|
|
86
82
|
}
|
|
87
|
-
}
|
|
83
|
+
}
|
package/src/index.ts
DELETED