@xyo-network/archivist-express 6.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +13 -16
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",
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.3"
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.7",
49
- "@xylabs/geo": "^6.0.7",
50
- "@xylabs/sdk-js": "^6.0.7",
51
- "@xylabs/threads": "^6.0.7",
52
- "@xylabs/toolchain": "~8.1.15",
53
- "@xylabs/tsconfig": "~8.1.15",
54
- "@xyo-network/sdk-protocol-js": "~6.0.8",
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",
@@ -65,7 +63,6 @@
65
63
  "hash-wasm": "~4.12.0",
66
64
  "idb": "^8.0.3",
67
65
  "observable-fns": "~0.6.1",
68
- "pako": "~2.1.0",
69
66
  "rollbar": "^3.1.0",
70
67
  "typescript": "~6.0.3",
71
68
  "webextension-polyfill": "^0.12.0",
@@ -85,12 +82,10 @@
85
82
  "@xylabs/geo": "^6.0",
86
83
  "@xylabs/sdk-js": "^6.0",
87
84
  "@xylabs/threads": "^6.0",
88
- "@xyo-network/sdk-protocol-js": "~6.0",
85
+ "@xyo-network/sdk-protocol-js": "^6.1",
89
86
  "ajv": "^8.20",
90
87
  "async-mutex": "^0.5",
91
- "bn.js": "^5.2",
92
88
  "body-parser": "^2.2",
93
- "buffer": "^6.0",
94
89
  "connect": "^3.7",
95
90
  "debug": "~4.4",
96
91
  "ethers": "^6.16",
@@ -98,13 +93,15 @@
98
93
  "hash-wasm": "~4.12",
99
94
  "idb": "^8.0",
100
95
  "observable-fns": "~0.6",
101
- "pako": "~2.1",
102
96
  "rollbar": "^3.1",
103
97
  "webextension-polyfill": "^0.12",
104
98
  "winston": "^3.19",
105
99
  "winston-transport": "^4.9",
106
100
  "zod": "^4.4"
107
101
  },
102
+ "engines": {
103
+ "node": "^24"
104
+ },
108
105
  "publishConfig": {
109
106
  "access": "public"
110
107
  }