@xyo-network/archivist-express 5.5.5 → 5.6.0
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 +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-express",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,32 +34,32 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/archivist-model": "~5.
|
|
37
|
+
"@xyo-network/archivist-model": "~5.6.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@opentelemetry/api": "^1.9.1",
|
|
41
|
-
"@opentelemetry/sdk-trace-base": "^2",
|
|
41
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
42
42
|
"@scure/base": "~2.2.0",
|
|
43
43
|
"@types/express": "^5.0.6",
|
|
44
|
-
"@xylabs/express": "^5.0
|
|
45
|
-
"@xylabs/sdk-js": "^5.0
|
|
46
|
-
"@xylabs/threads": "~5.0.
|
|
47
|
-
"@xylabs/toolchain": "~7.
|
|
48
|
-
"@xylabs/tsconfig": "~7.
|
|
49
|
-
"@xyo-network/account-model": "~5.5.
|
|
50
|
-
"@xyo-network/boundwitness-model": "~5.5.
|
|
51
|
-
"@xyo-network/manifest-model": "~5.5.
|
|
52
|
-
"@xyo-network/payload-builder": "~5.5.
|
|
53
|
-
"@xyo-network/payload-model": "~5.5.
|
|
54
|
-
"async-mutex": "^0.5",
|
|
55
|
-
"bn.js": "^5",
|
|
44
|
+
"@xylabs/express": "^5.1.0",
|
|
45
|
+
"@xylabs/sdk-js": "^5.1.0",
|
|
46
|
+
"@xylabs/threads": "~5.0.102",
|
|
47
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
48
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
49
|
+
"@xyo-network/account-model": "~5.5.2",
|
|
50
|
+
"@xyo-network/boundwitness-model": "~5.5.2",
|
|
51
|
+
"@xyo-network/manifest-model": "~5.5.2",
|
|
52
|
+
"@xyo-network/payload-builder": "~5.5.2",
|
|
53
|
+
"@xyo-network/payload-model": "~5.5.2",
|
|
54
|
+
"async-mutex": "^0.5.0",
|
|
55
|
+
"bn.js": "^5.2.3",
|
|
56
56
|
"body-parser": "~2.2.2",
|
|
57
|
-
"buffer": "^6",
|
|
58
|
-
"chalk": "^5",
|
|
57
|
+
"buffer": "^6.0.3",
|
|
58
|
+
"chalk": "^5.6.2",
|
|
59
59
|
"connect": "^3.7.0",
|
|
60
60
|
"debug": "~4.4.3",
|
|
61
|
-
"eslint": "^10.
|
|
62
|
-
"ethers": "^6",
|
|
61
|
+
"eslint": "^10.3.0",
|
|
62
|
+
"ethers": "^6.16.0",
|
|
63
63
|
"express": "^5.2.1",
|
|
64
64
|
"express-mung": "~0.5.1",
|
|
65
65
|
"hash-wasm": "~4.12.0",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
"wasm-feature-detect": "~1.8.0",
|
|
72
72
|
"winston": "~3.19.0",
|
|
73
73
|
"winston-transport": "~4.9.0",
|
|
74
|
-
"zod": "^4.3
|
|
74
|
+
"zod": "^4.4.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@xylabs/express": "
|
|
78
|
-
"@xylabs/sdk-js": "
|
|
79
|
-
"@xyo-network/account-model": "
|
|
80
|
-
"@xyo-network/boundwitness-model": "
|
|
81
|
-
"@xyo-network/manifest-model": "
|
|
82
|
-
"@xyo-network/payload-builder": "
|
|
83
|
-
"@xyo-network/payload-model": "
|
|
84
|
-
"express": "
|
|
85
|
-
"zod": "
|
|
77
|
+
"@xylabs/express": ">=5.1.0 <6",
|
|
78
|
+
"@xylabs/sdk-js": ">=5.1.0 <6",
|
|
79
|
+
"@xyo-network/account-model": ">=5.5.2 <5.6",
|
|
80
|
+
"@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
|
|
81
|
+
"@xyo-network/manifest-model": ">=5.5.2 <5.6",
|
|
82
|
+
"@xyo-network/payload-builder": ">=5.5.2 <5.6",
|
|
83
|
+
"@xyo-network/payload-model": ">=5.5.2 <5.6",
|
|
84
|
+
"express": ">=5.2.1 <6",
|
|
85
|
+
"zod": ">=4.4.3 <5"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|