@xyo-network/archivist-mongodb 6.0.2 → 6.0.4
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/dist/node/lib/validByType.d.ts +2 -2
- package/package.json +21 -20
|
@@ -7,12 +7,12 @@ export declare const validByType: (payloads?: WithStorageMeta<Payload>[]) => Pro
|
|
|
7
7
|
readonly __hex: true;
|
|
8
8
|
} & {
|
|
9
9
|
readonly __address: true;
|
|
10
|
-
}) | import("@xyo-network/sdk-protocol-js").
|
|
10
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[];
|
|
11
11
|
payload_hashes: import("@xylabs/sdk-js").BrandedHash[];
|
|
12
12
|
payload_schemas: import("@xyo-network/sdk-protocol-js").BrandedSchema<string>[];
|
|
13
13
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
14
14
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
15
|
-
$destination?: import("@xyo-network/sdk-protocol-js").
|
|
15
|
+
$destination?: import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
16
16
|
readonly __hex: true;
|
|
17
17
|
} & {
|
|
18
18
|
readonly __address: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-mongodb",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/archivist-abstract": "~6.0.
|
|
40
|
-
"@xyo-network/archivist-model": "~6.0.
|
|
41
|
-
"@xyo-network/
|
|
42
|
-
"@xyo-network/
|
|
43
|
-
"@xyo-network/module-abstract
|
|
44
|
-
"@xyo-network/
|
|
39
|
+
"@xyo-network/archivist-abstract": "~6.0.4",
|
|
40
|
+
"@xyo-network/archivist-model": "~6.0.4",
|
|
41
|
+
"@xyo-network/archivist-model-mongodb": "~6.0.4",
|
|
42
|
+
"@xyo-network/module-abstract-mongodb": "~6.0.4",
|
|
43
|
+
"@xyo-network/module-abstract": "~6.0.4",
|
|
44
|
+
"@xyo-network/payload-mongodb": "~6.0.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"@scure/base": "~2.2.0",
|
|
53
53
|
"@scure/bip39": "~2.2.0",
|
|
54
54
|
"@types/node": "^25.9.1",
|
|
55
|
-
"@xylabs/geo": "^6.0.
|
|
56
|
-
"@xylabs/mongo": "~6.0.
|
|
57
|
-
"@xylabs/sdk-js": "^6.0.
|
|
58
|
-
"@xylabs/threads": "^6.0.
|
|
59
|
-
"@xylabs/toolchain": "~8.1.
|
|
60
|
-
"@xylabs/tsconfig": "~8.1.
|
|
61
|
-
"@xylabs/vitest-extended": "~6.0.
|
|
62
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
55
|
+
"@xylabs/geo": "^6.0.8",
|
|
56
|
+
"@xylabs/mongo": "~6.0.8",
|
|
57
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
58
|
+
"@xylabs/threads": "^6.0.8",
|
|
59
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
60
|
+
"@xylabs/tsconfig": "~8.1.16",
|
|
61
|
+
"@xylabs/vitest-extended": "~6.0.8",
|
|
62
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
63
63
|
"ajv": "^8.20.0",
|
|
64
64
|
"async-mutex": "^0.5.0",
|
|
65
65
|
"bn.js": "^5.2.3",
|
|
@@ -72,15 +72,14 @@
|
|
|
72
72
|
"lru-cache": "^11.5.1",
|
|
73
73
|
"mongodb": "^7.2.0",
|
|
74
74
|
"observable-fns": "~0.6.1",
|
|
75
|
-
"pako": "~2.1.0",
|
|
76
75
|
"typescript": "~6.0.3",
|
|
77
76
|
"vite": "^8.0.16",
|
|
78
77
|
"vitest": "~4.1.8",
|
|
79
78
|
"webextension-polyfill": "^0.12.0",
|
|
80
79
|
"zod": "^4.4.3",
|
|
81
|
-
"@xyo-network/archivist-acceptance-tests": "~6.0.
|
|
82
|
-
"@xyo-network/
|
|
83
|
-
"@xyo-network/
|
|
80
|
+
"@xyo-network/archivist-acceptance-tests": "~6.0.4",
|
|
81
|
+
"@xyo-network/archivist-wrapper": "~6.0.4",
|
|
82
|
+
"@xyo-network/module-model": "~6.0.4"
|
|
84
83
|
},
|
|
85
84
|
"peerDependencies": {
|
|
86
85
|
"@bitauth/libauth": "~3.0",
|
|
@@ -106,10 +105,12 @@
|
|
|
106
105
|
"lru-cache": "^11.3",
|
|
107
106
|
"mongodb": "^7.2",
|
|
108
107
|
"observable-fns": "~0.6",
|
|
109
|
-
"pako": "~2.1",
|
|
110
108
|
"webextension-polyfill": "^0.12",
|
|
111
109
|
"zod": "^4.4"
|
|
112
110
|
},
|
|
111
|
+
"engines": {
|
|
112
|
+
"node": "^24"
|
|
113
|
+
},
|
|
113
114
|
"publishConfig": {
|
|
114
115
|
"access": "public"
|
|
115
116
|
}
|