@xyo-network/archivist-mongodb 6.0.2 → 6.0.3
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 -18
|
@@ -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.3",
|
|
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-
|
|
40
|
-
"@xyo-network/
|
|
41
|
-
"@xyo-network/module-abstract": "~6.0.
|
|
42
|
-
"@xyo-network/payload-mongodb": "~6.0.
|
|
43
|
-
"@xyo-network/
|
|
44
|
-
"@xyo-network/archivist-
|
|
39
|
+
"@xyo-network/archivist-model": "~6.0.3",
|
|
40
|
+
"@xyo-network/module-abstract-mongodb": "~6.0.3",
|
|
41
|
+
"@xyo-network/module-abstract": "~6.0.3",
|
|
42
|
+
"@xyo-network/payload-mongodb": "~6.0.3",
|
|
43
|
+
"@xyo-network/archivist-model-mongodb": "~6.0.3",
|
|
44
|
+
"@xyo-network/archivist-abstract": "~6.0.3"
|
|
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.7",
|
|
56
|
+
"@xylabs/mongo": "~6.0.7",
|
|
57
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
58
|
+
"@xylabs/threads": "^6.0.7",
|
|
59
|
+
"@xylabs/toolchain": "~8.1.15",
|
|
60
|
+
"@xylabs/tsconfig": "~8.1.15",
|
|
61
|
+
"@xylabs/vitest-extended": "~6.0.7",
|
|
62
|
+
"@xyo-network/sdk-protocol-js": "~6.0.8",
|
|
63
63
|
"ajv": "^8.20.0",
|
|
64
64
|
"async-mutex": "^0.5.0",
|
|
65
65
|
"bn.js": "^5.2.3",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"vitest": "~4.1.8",
|
|
79
79
|
"webextension-polyfill": "^0.12.0",
|
|
80
80
|
"zod": "^4.4.3",
|
|
81
|
-
"@xyo-network/archivist-acceptance-tests": "~6.0.
|
|
82
|
-
"@xyo-network/
|
|
83
|
-
"@xyo-network/
|
|
81
|
+
"@xyo-network/archivist-acceptance-tests": "~6.0.3",
|
|
82
|
+
"@xyo-network/archivist-wrapper": "~6.0.3",
|
|
83
|
+
"@xyo-network/module-model": "~6.0.3"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@bitauth/libauth": "~3.0",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"webextension-polyfill": "^0.12",
|
|
111
111
|
"zod": "^4.4"
|
|
112
112
|
},
|
|
113
|
+
"engines": {
|
|
114
|
+
"node": "^24"
|
|
115
|
+
},
|
|
113
116
|
"publishConfig": {
|
|
114
117
|
"access": "public"
|
|
115
118
|
}
|