@xyo-network/archivist 7.0.4 → 7.0.5

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 (1) hide show
  1. package/package.json +13 -49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,75 +46,40 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/archivist-abstract": "~7.0.4",
50
- "@xyo-network/archivist-memory": "~7.0.4",
51
- "@xyo-network/archivist-model": "~7.0.4",
52
- "@xyo-network/archivist-wrapper": "~7.0.4"
49
+ "@xyo-network/archivist-abstract": "~7.0.5",
50
+ "@xyo-network/archivist-model": "~7.0.5",
51
+ "@xyo-network/archivist-wrapper": "~7.0.5",
52
+ "@xyo-network/archivist-memory": "~7.0.5"
53
53
  },
54
54
  "devDependencies": {
55
+ "@ariestools/sdk": "^7.0.4",
55
56
  "@bitauth/libauth": "~3.0.0",
56
- "@firebase/app": "^0.15.0",
57
- "@firebase/firestore": "^4.16.0",
58
- "@firebase/rules-unit-testing": "~5.0.1",
59
57
  "@noble/post-quantum": "~0.6.1",
60
58
  "@opentelemetry/api": "^1.9.1",
61
59
  "@opentelemetry/sdk-trace-base": "^2.8.0",
62
60
  "@scure/base": "~2.2.0",
63
61
  "@scure/bip39": "~2.2.0",
64
- "@xylabs/express": "^7.0.1",
65
- "@xylabs/geo": "^7.0.1",
66
- "@xylabs/indexed-db": "^7.0.1",
67
- "@xylabs/mongo": "~7.0.1",
68
- "@xylabs/sdk": "^7.0.1",
69
- "@xylabs/threads": "^7.0.1",
70
- "@xylabs/toolchain": "^8.5.3",
71
- "@xylabs/tsconfig": "^8.5.3",
72
- "@xylabs/vitest-extended": "^7.0.1",
73
- "@xyo-network/sdk-protocol": "^7.0.4",
74
- "abstract-level": "^3.1.1",
62
+ "@xylabs/geo": "^7.0.4",
63
+ "@xylabs/threads": "^7.0.4",
64
+ "@xylabs/toolchain": "^8.5.14",
65
+ "@xylabs/tsconfig": "^8.5.14",
66
+ "@xyo-network/sdk-protocol": "^7.0.8",
75
67
  "ajv": "^8.20.0",
76
68
  "async-mutex": "^0.5.0",
77
- "body-parser": "^2.3.0",
78
69
  "browserslist": "4.28.4",
79
- "connect": "^3.7.0",
80
70
  "debug": "^4.4.3",
81
71
  "eslint": "^10.6.0",
82
72
  "eslint-import-resolver-typescript": "^4.4.5",
83
73
  "ethers": "^6.17.0",
84
- "express": "^5.2.1",
85
- "fake-indexeddb": "~6.2.5",
86
- "firebase": "^12.15.0",
87
74
  "hash-wasm": "~4.12.0",
88
75
  "idb": "^8.0.3",
89
- "js-cookie": "~3.0.8",
90
- "level": "^10.0.0",
91
- "lmdb": "^3.5.6",
92
76
  "lru-cache": "^11.5.1",
93
- "mongodb": "^7.4.0",
94
77
  "observable-fns": "^0.6.1",
95
- "rollbar": "^3.1.0",
96
- "store2": "~2.14.4",
97
- "tslib": "^2.8.1",
98
78
  "typescript": "~6.0.3",
99
- "uuid": "~14.0.1",
100
- "vite": "^8.1.0",
101
- "vitest": "~4.1.9",
102
- "winston": "^3.19.0",
103
- "winston-transport": "^4.9.0",
104
- "zod": "^4.4.3",
105
- "@xyo-network/archivist-acceptance-tests": "~7.0.4",
106
- "@xyo-network/archivist-generic": "~7.0.4",
107
- "@xyo-network/archivist-leveldb": "~7.0.4",
108
- "@xyo-network/archivist-lmdb": "~7.0.4",
109
- "@xyo-network/archivist-model-mongodb": "~7.0.4",
110
- "@xyo-network/module-abstract": "~7.0.4",
111
- "@xyo-network/module-abstract-mongodb": "~7.0.4",
112
- "@xyo-network/module-model": "~7.0.4",
113
- "@xyo-network/module-wrapper": "~7.0.4",
114
- "@xyo-network/payload-mongodb": "~7.0.4",
115
- "@xyo-network/node-memory": "~7.0.4"
79
+ "zod": "^4.4.3"
116
80
  },
117
81
  "peerDependencies": {
82
+ "@ariestools/sdk": "^7.0",
118
83
  "@bitauth/libauth": "~3.0",
119
84
  "@noble/post-quantum": "~0.6.1",
120
85
  "@opentelemetry/api": "^1.9",
@@ -122,7 +87,6 @@
122
87
  "@scure/base": "~2.2",
123
88
  "@scure/bip39": "~2.2",
124
89
  "@xylabs/geo": "^7.0",
125
- "@xylabs/sdk": "^7.0",
126
90
  "@xylabs/threads": "^7.0",
127
91
  "@xyo-network/sdk-protocol": "^7.0",
128
92
  "ajv": "^8.20",