@xyo-network/archivist-mongodb 5.5.6 → 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.
Files changed (1) hide show
  1. package/package.json +37 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist-mongodb",
3
- "version": "5.5.6",
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": {
@@ -36,26 +36,25 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/archivist-abstract": "~5.5.6",
40
- "@xyo-network/archivist-model-mongodb": "~5.5.6",
41
- "@xyo-network/module-abstract-mongodb": "~5.5.6",
42
- "@xyo-network/archivist-model": "~5.5.6",
43
- "@xyo-network/module-abstract": "~5.5.6",
44
- "@xyo-network/payload-mongodb": "~5.5.6"
39
+ "@xyo-network/archivist-abstract": "~5.6.0",
40
+ "@xyo-network/module-abstract": "~5.6.0",
41
+ "@xyo-network/archivist-model-mongodb": "~5.6.0",
42
+ "@xyo-network/archivist-model": "~5.6.0",
43
+ "@xyo-network/module-abstract-mongodb": "~5.6.0",
44
+ "@xyo-network/payload-mongodb": "~5.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
48
  "@opentelemetry/api": "^1.9.1",
49
- "@opentelemetry/sdk-trace-base": "^2.7.0",
49
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
50
50
  "@scure/base": "~2.2.0",
51
51
  "@types/node": "^25.6.0",
52
- "@xylabs/mongo": "^5.0.100",
53
- "@xylabs/sdk-js": "^5.0.100",
54
- "@xylabs/threads": "~5.0.100",
55
- "@xylabs/toolchain": "~7.11.12",
56
- "@xylabs/tsconfig": "~7.11.12",
57
- "@xylabs/vitest-extended": "~5.0.100",
58
- "@xylabs/vitest-matchers": "~5.0.100",
52
+ "@xylabs/mongo": "^5.1.0",
53
+ "@xylabs/sdk-js": "^5.1.0",
54
+ "@xylabs/threads": "~5.0.102",
55
+ "@xylabs/toolchain": "~7.12.3",
56
+ "@xylabs/tsconfig": "~7.12.3",
57
+ "@xylabs/vitest-extended": "~5.1.0",
59
58
  "@xyo-network/account": "~5.5.2",
60
59
  "@xyo-network/account-model": "~5.5.2",
61
60
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -74,10 +73,10 @@
74
73
  "chalk": "^5.6.2",
75
74
  "debug": "~4.4.3",
76
75
  "esbuild": "^0.28.0",
77
- "eslint": "^10.2.1",
76
+ "eslint": "^10.3.0",
78
77
  "ethers": "^6.16.0",
79
78
  "hash-wasm": "~4.12.0",
80
- "lru-cache": "^11.3.5",
79
+ "lru-cache": "^11.3.6",
81
80
  "mongodb": "^7.2.0",
82
81
  "observable-fns": "~0.6.1",
83
82
  "pako": "~2.1.0",
@@ -85,33 +84,33 @@
85
84
  "vite": "^8.0.10",
86
85
  "vitest": "~4.1.5",
87
86
  "wasm-feature-detect": "~1.8.0",
88
- "zod": "^4.3.6",
89
- "@xyo-network/archivist-wrapper": "~5.5.6",
90
- "@xyo-network/archivist-acceptance-tests": "~5.5.6",
91
- "@xyo-network/module-model": "~5.5.6"
87
+ "zod": "^4.4.3",
88
+ "@xyo-network/archivist-wrapper": "~5.6.0",
89
+ "@xyo-network/module-model": "~5.6.0",
90
+ "@xyo-network/archivist-acceptance-tests": "~5.6.0"
92
91
  },
93
92
  "peerDependencies": {
94
93
  "@opentelemetry/api": ">=1.9.1 <2",
95
- "@scure/base": ">=2.2.0 <3",
96
- "@xylabs/mongo": ">=5.0.100 <6",
97
- "@xylabs/sdk-js": ">=5.0.100 <6",
98
- "@xyo-network/account": ">=5.5.2 <6",
99
- "@xyo-network/account-model": ">=5.5.2 <6",
100
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
101
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
102
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
103
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
104
- "@xyo-network/manifest-model": ">=5.5.2 <6",
105
- "@xyo-network/payload-builder": ">=5.5.2 <6",
106
- "@xyo-network/payload-model": ">=5.5.2 <6",
107
- "@xyo-network/payload-wrapper": ">=5.5.2 <6",
108
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
109
- "@xyo-network/wallet-model": ">=5.5.2 <6",
94
+ "@scure/base": ">=2.2.0 <2.3",
95
+ "@xylabs/mongo": ">=5.1.0 <6",
96
+ "@xylabs/sdk-js": ">=5.1.0 <6",
97
+ "@xyo-network/account": ">=5.5.2 <5.6",
98
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
99
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
100
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
101
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
102
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
103
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
104
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
105
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
106
+ "@xyo-network/payload-wrapper": ">=5.5.2 <5.6",
107
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
108
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
110
109
  "async-mutex": ">=0.5.0 <1",
111
110
  "ethers": ">=6.16.0 <7",
112
- "lru-cache": ">=11.3.5 <12",
111
+ "lru-cache": ">=11.3.6 <12",
113
112
  "mongodb": ">=7.2.0 <8",
114
- "zod": ">=4.3.6 <5"
113
+ "zod": ">=4.4.3 <5"
115
114
  },
116
115
  "publishConfig": {
117
116
  "access": "public"