@xyo-network/archivist-express 6.0.4 → 6.1.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/README.md +3 -1
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -38,10 +38,12 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
+
## Credits
|
|
41
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
42
44
|
|
|
43
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
44
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/archivist-express.svg
|
|
45
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/archivist-express
|
|
46
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/archivist-express.svg
|
|
47
48
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-express",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/archivist-model": "~6.0
|
|
37
|
+
"@xyo-network/archivist-model": "~6.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -45,18 +45,16 @@
|
|
|
45
45
|
"@scure/base": "~2.2.0",
|
|
46
46
|
"@scure/bip39": "~2.2.0",
|
|
47
47
|
"@types/express": "^5.0.6",
|
|
48
|
-
"@xylabs/express": "^6.0
|
|
49
|
-
"@xylabs/geo": "^6.0
|
|
50
|
-
"@xylabs/sdk-js": "^6.0
|
|
51
|
-
"@xylabs/threads": "^6.0
|
|
52
|
-
"@xylabs/toolchain": "
|
|
53
|
-
"@xylabs/tsconfig": "
|
|
54
|
-
"@xyo-network/sdk-protocol-js": "
|
|
48
|
+
"@xylabs/express": "^6.1.0",
|
|
49
|
+
"@xylabs/geo": "^6.1.0",
|
|
50
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
51
|
+
"@xylabs/threads": "^6.1.0",
|
|
52
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
53
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
54
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
55
55
|
"ajv": "^8.20.0",
|
|
56
56
|
"async-mutex": "^0.5.0",
|
|
57
|
-
"bn.js": "^5.2.3",
|
|
58
57
|
"body-parser": "^2.2.2",
|
|
59
|
-
"buffer": "^6.0.3",
|
|
60
58
|
"connect": "^3.7.0",
|
|
61
59
|
"debug": "~4.4.3",
|
|
62
60
|
"eslint": "^10.4.1",
|
|
@@ -84,12 +82,10 @@
|
|
|
84
82
|
"@xylabs/geo": "^6.0",
|
|
85
83
|
"@xylabs/sdk-js": "^6.0",
|
|
86
84
|
"@xylabs/threads": "^6.0",
|
|
87
|
-
"@xyo-network/sdk-protocol-js": "
|
|
85
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
88
86
|
"ajv": "^8.20",
|
|
89
87
|
"async-mutex": "^0.5",
|
|
90
|
-
"bn.js": "^5.2",
|
|
91
88
|
"body-parser": "^2.2",
|
|
92
|
-
"buffer": "^6.0",
|
|
93
89
|
"connect": "^3.7",
|
|
94
90
|
"debug": "~4.4",
|
|
95
91
|
"ethers": "^6.16",
|
|
@@ -103,6 +99,9 @@
|
|
|
103
99
|
"winston-transport": "^4.9",
|
|
104
100
|
"zod": "^4.4"
|
|
105
101
|
},
|
|
102
|
+
"engines": {
|
|
103
|
+
"node": "^24"
|
|
104
|
+
},
|
|
106
105
|
"publishConfig": {
|
|
107
106
|
"access": "public"
|
|
108
107
|
}
|