@xyo-network/archivist 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 +31 -34
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.svg
45
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/archivist
46
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/archivist.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",
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": {
@@ -46,10 +46,10 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/archivist-model": "~6.0.3",
50
- "@xyo-network/archivist-wrapper": "~6.0.3",
51
- "@xyo-network/archivist-abstract": "~6.0.3",
52
- "@xyo-network/archivist-memory": "~6.0.3"
49
+ "@xyo-network/archivist-abstract": "~6.1.0",
50
+ "@xyo-network/archivist-model": "~6.1.0",
51
+ "@xyo-network/archivist-memory": "~6.1.0",
52
+ "@xyo-network/archivist-wrapper": "~6.1.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
@@ -62,22 +62,20 @@
62
62
  "@opentelemetry/sdk-trace-base": "^2.7.1",
63
63
  "@scure/base": "~2.2.0",
64
64
  "@scure/bip39": "~2.2.0",
65
- "@xylabs/express": "^6.0.7",
66
- "@xylabs/geo": "^6.0.7",
67
- "@xylabs/indexed-db": "^6.0.7",
68
- "@xylabs/mongo": "~6.0.7",
69
- "@xylabs/sdk-js": "^6.0.7",
70
- "@xylabs/threads": "^6.0.7",
71
- "@xylabs/toolchain": "~8.1.15",
72
- "@xylabs/tsconfig": "~8.1.15",
73
- "@xylabs/vitest-extended": "~6.0.7",
74
- "@xyo-network/sdk-protocol-js": "~6.0.8",
65
+ "@xylabs/express": "^6.1.0",
66
+ "@xylabs/geo": "^6.1.0",
67
+ "@xylabs/indexed-db": "^6.1.0",
68
+ "@xylabs/mongo": "^6.1.0",
69
+ "@xylabs/sdk-js": "^6.1.0",
70
+ "@xylabs/threads": "^6.1.0",
71
+ "@xylabs/toolchain": "^8.1.20",
72
+ "@xylabs/tsconfig": "^8.1.20",
73
+ "@xylabs/vitest-extended": "^6.1.0",
74
+ "@xyo-network/sdk-protocol-js": "^6.1.0",
75
75
  "abstract-level": "^3.1.1",
76
76
  "ajv": "^8.20.0",
77
77
  "async-mutex": "^0.5.0",
78
- "bn.js": "^5.2.3",
79
78
  "body-parser": "^2.2.2",
80
- "buffer": "^6.0.3",
81
79
  "connect": "^3.7.0",
82
80
  "debug": "~4.4.3",
83
81
  "eslint": "^10.4.1",
@@ -91,9 +89,8 @@
91
89
  "level": "^10.0.0",
92
90
  "lmdb": "^3.5.5",
93
91
  "lru-cache": "^11.5.1",
94
- "mongodb": "^7.2.0",
92
+ "mongodb": "^7.3.0",
95
93
  "observable-fns": "~0.6.1",
96
- "pako": "~2.1.0",
97
94
  "rollbar": "^3.1.0",
98
95
  "store2": "~2.14.4",
99
96
  "tslib": "^2.8.1",
@@ -105,17 +102,17 @@
105
102
  "winston": "^3.19.0",
106
103
  "winston-transport": "^4.9.0",
107
104
  "zod": "^4.4.3",
108
- "@xyo-network/archivist-acceptance-tests": "~6.0.3",
109
- "@xyo-network/archivist-leveldb": "~6.0.3",
110
- "@xyo-network/archivist-generic": "~6.0.3",
111
- "@xyo-network/archivist-lmdb": "~6.0.3",
112
- "@xyo-network/archivist-model-mongodb": "~6.0.3",
113
- "@xyo-network/module-abstract": "~6.0.3",
114
- "@xyo-network/module-abstract-mongodb": "~6.0.3",
115
- "@xyo-network/module-wrapper": "~6.0.3",
116
- "@xyo-network/module-model": "~6.0.3",
117
- "@xyo-network/payload-mongodb": "~6.0.3",
118
- "@xyo-network/node-memory": "~6.0.3"
105
+ "@xyo-network/archivist-acceptance-tests": "~6.1.0",
106
+ "@xyo-network/archivist-generic": "~6.1.0",
107
+ "@xyo-network/archivist-leveldb": "~6.1.0",
108
+ "@xyo-network/archivist-lmdb": "~6.1.0",
109
+ "@xyo-network/archivist-model-mongodb": "~6.1.0",
110
+ "@xyo-network/module-abstract": "~6.1.0",
111
+ "@xyo-network/module-abstract-mongodb": "~6.1.0",
112
+ "@xyo-network/module-model": "~6.1.0",
113
+ "@xyo-network/module-wrapper": "~6.1.0",
114
+ "@xyo-network/node-memory": "~6.1.0",
115
+ "@xyo-network/payload-mongodb": "~6.1.0"
119
116
  },
120
117
  "peerDependencies": {
121
118
  "@bitauth/libauth": "~3.0",
@@ -128,21 +125,21 @@
128
125
  "@xylabs/geo": "^6.0",
129
126
  "@xylabs/sdk-js": "^6.0",
130
127
  "@xylabs/threads": "^6.0",
131
- "@xyo-network/sdk-protocol-js": "~6.0",
128
+ "@xyo-network/sdk-protocol-js": "^6.1",
132
129
  "ajv": "^8.20",
133
130
  "async-mutex": "^0.5",
134
- "bn.js": "^5.2",
135
- "buffer": "^6.0",
136
131
  "debug": "~4.4",
137
132
  "ethers": "^6.16",
138
133
  "hash-wasm": "~4.12",
139
134
  "idb": "^8.0",
140
135
  "lru-cache": "^11.3",
141
136
  "observable-fns": "~0.6",
142
- "pako": "~2.1",
143
137
  "webextension-polyfill": "^0.12",
144
138
  "zod": "^4.4"
145
139
  },
140
+ "engines": {
141
+ "node": "^24"
142
+ },
146
143
  "publishConfig": {
147
144
  "access": "public"
148
145
  }