@xyo-network/archivist-mongodb 6.0.4 → 7.0.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.
- package/README.md +3 -1
- package/dist/node/Archivist.d.ts +41 -1
- package/dist/node/Archivist.d.ts.map +1 -1
- package/dist/node/ArchivistV2.d.ts +82 -2
- package/dist/node/ArchivistV2.d.ts.map +1 -1
- package/package.json +23 -27
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-mongodb.svg
|
|
45
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/archivist-mongodb
|
|
46
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/archivist-mongodb.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/dist/node/Archivist.d.ts
CHANGED
|
@@ -13,7 +13,47 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
13
13
|
readonly payloads: import("@xylabs/mongo").BaseMongoSdk<PayloadWithMongoMeta>;
|
|
14
14
|
ensureIndexes(): Promise<void>;
|
|
15
15
|
address: import("@xyo-network/sdk-protocol-js").XyoAddress;
|
|
16
|
-
config: Partial<import("@xyo-network/module-model").AnyConfigSchema<
|
|
16
|
+
config: Partial<import("@xyo-network/module-model").AnyConfigSchema<{
|
|
17
|
+
schema: "network.xyo.module.mongodb.config" & {
|
|
18
|
+
readonly __schema: true;
|
|
19
|
+
};
|
|
20
|
+
allowedQueries?: Schema[] | undefined;
|
|
21
|
+
archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
22
|
+
labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
|
+
logLevel?: import("@xylabs/sdk-js").LogLevelValue | undefined;
|
|
24
|
+
name?: string | undefined;
|
|
25
|
+
paging?: Record<string, {
|
|
26
|
+
size?: number | undefined;
|
|
27
|
+
}> | undefined;
|
|
28
|
+
retry?: import("@xylabs/sdk-js").RetryConfig | undefined;
|
|
29
|
+
security?: {
|
|
30
|
+
allowAnonymous?: boolean | undefined;
|
|
31
|
+
allowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
32
|
+
readonly __hex: true;
|
|
33
|
+
} & {
|
|
34
|
+
readonly __address: true;
|
|
35
|
+
}) | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
36
|
+
disallowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
37
|
+
readonly __hex: true;
|
|
38
|
+
} & {
|
|
39
|
+
readonly __address: true;
|
|
40
|
+
}))[]> | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
sign?: boolean | undefined;
|
|
43
|
+
storeQueries?: boolean | undefined;
|
|
44
|
+
timeBudget?: number | undefined;
|
|
45
|
+
timestamp?: boolean | undefined;
|
|
46
|
+
archiving?: {
|
|
47
|
+
archivists?: import("@xyo-network/module-model").ModuleIdentifier[] | undefined;
|
|
48
|
+
queries?: Schema[] | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
reentrancy?: {
|
|
51
|
+
action: "skip" | "wait";
|
|
52
|
+
scope: "global";
|
|
53
|
+
} | undefined;
|
|
54
|
+
boundWitnessSdkConfig?: Partial<import("@xylabs/mongo").BaseMongoSdkPublicConfig> | undefined;
|
|
55
|
+
payloadSdkConfig?: Partial<import("@xylabs/mongo").BaseMongoSdkPublicConfig> | undefined;
|
|
56
|
+
}>>;
|
|
17
57
|
id: string;
|
|
18
58
|
modName?: import("@xyo-network/module-model").ModuleName;
|
|
19
59
|
params: import("@xyo-network/module-model-mongodb").MongoDBModuleParams;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Archivist.d.ts","sourceRoot":"","sources":["../../src/Archivist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAIxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAExE,OAAO,KAAK,EAEV,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAC3C,MAAM,8BAA8B,CAAA;AAKrC,QAAA,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"Archivist.d.ts","sourceRoot":"","sources":["../../src/Archivist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAIxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAExE,OAAO,KAAK,EAEV,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAC3C,MAAM,8BAA8B,CAAA;AAKrC,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gRA0BuB,CAAC,+DAE1C,CAAD;sRAe0C,CAAC,+DAC9B,CAAC;;;;;;;;;;;;;;;;4BA5C6C,CAAA;AAElE,qBAAa,gBAAiB,SAAQ,oBAAoB;IACxD,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAyD;IACzG,gBAAyB,mBAAmB,EAAE,MAAM,CAA+B;IAE1E,OAAO;;SAA2E;IAE3F;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,kBAAkB,SAAS;cAE9B,aAAa,CAAC,IAAI,EAAE,IAAI;cAoBxB,iBAAiB,CAAC,QAAQ,EAAE,QAAQ;cAU3B,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cA0B/D,aAAa,CAAC,QAAQ,EAAE,eAAe,CAAC,OAAO,CAAC,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAmBxF,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAiEhF,YAAY;CAItC"}
|
|
@@ -10,10 +10,90 @@ declare const MongoDBArchivistBaseV2: (abstract new (...args: any[]) => {
|
|
|
10
10
|
readonly payloads: import("@xylabs/mongo").BaseMongoSdk<PayloadWithMongoMeta>;
|
|
11
11
|
ensureCollection(): Promise<void>;
|
|
12
12
|
address: import("@xyo-network/sdk-protocol-js").XyoAddress;
|
|
13
|
-
config: Partial<import("@xyo-network/module-model").AnyConfigSchema<
|
|
13
|
+
config: Partial<import("@xyo-network/module-model").AnyConfigSchema<{
|
|
14
|
+
schema: "network.xyo.module.mongodb.config" & {
|
|
15
|
+
readonly __schema: true;
|
|
16
|
+
};
|
|
17
|
+
allowedQueries?: Schema[] | undefined;
|
|
18
|
+
archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
19
|
+
labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
20
|
+
logLevel?: import("@xylabs/sdk-js").LogLevelValue | undefined;
|
|
21
|
+
name?: string | undefined;
|
|
22
|
+
paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
retry?: import("@xylabs/sdk-js").RetryConfig | undefined;
|
|
26
|
+
security?: {
|
|
27
|
+
allowAnonymous?: boolean | undefined;
|
|
28
|
+
allowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
29
|
+
readonly __hex: true;
|
|
30
|
+
} & {
|
|
31
|
+
readonly __address: true;
|
|
32
|
+
}) | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
disallowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
34
|
+
readonly __hex: true;
|
|
35
|
+
} & {
|
|
36
|
+
readonly __address: true;
|
|
37
|
+
}))[]> | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
sign?: boolean | undefined;
|
|
40
|
+
storeQueries?: boolean | undefined;
|
|
41
|
+
timeBudget?: number | undefined;
|
|
42
|
+
timestamp?: boolean | undefined;
|
|
43
|
+
archiving?: {
|
|
44
|
+
archivists?: import("@xyo-network/module-model").ModuleIdentifier[] | undefined;
|
|
45
|
+
queries?: Schema[] | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
reentrancy?: {
|
|
48
|
+
action: "skip" | "wait";
|
|
49
|
+
scope: "global";
|
|
50
|
+
} | undefined;
|
|
51
|
+
max?: number | undefined;
|
|
52
|
+
payloadSdkConfig?: Partial<import("@xylabs/mongo").BaseMongoSdkPublicConfig> | undefined;
|
|
53
|
+
}>>;
|
|
14
54
|
id: string;
|
|
15
55
|
modName?: import("@xyo-network/module-model").ModuleName;
|
|
16
|
-
params: import("@xyo-network/module-model-mongodb").MongoDBModuleParamsV2<import("@xyo-network/module-model").AnyConfigSchema<
|
|
56
|
+
params: import("@xyo-network/module-model-mongodb").MongoDBModuleParamsV2<import("@xyo-network/module-model").AnyConfigSchema<{
|
|
57
|
+
schema: "network.xyo.module.mongodb.config" & {
|
|
58
|
+
readonly __schema: true;
|
|
59
|
+
};
|
|
60
|
+
allowedQueries?: Schema[] | undefined;
|
|
61
|
+
archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
62
|
+
labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
63
|
+
logLevel?: import("@xylabs/sdk-js").LogLevelValue | undefined;
|
|
64
|
+
name?: string | undefined;
|
|
65
|
+
paging?: Record<string, {
|
|
66
|
+
size?: number | undefined;
|
|
67
|
+
}> | undefined;
|
|
68
|
+
retry?: import("@xylabs/sdk-js").RetryConfig | undefined;
|
|
69
|
+
security?: {
|
|
70
|
+
allowAnonymous?: boolean | undefined;
|
|
71
|
+
allowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
72
|
+
readonly __hex: true;
|
|
73
|
+
} & {
|
|
74
|
+
readonly __address: true;
|
|
75
|
+
}) | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
76
|
+
disallowed?: Record<Schema, (import("@xyo-network/sdk-protocol-js").XyoQuantAddress | (Lowercase<string> & {
|
|
77
|
+
readonly __hex: true;
|
|
78
|
+
} & {
|
|
79
|
+
readonly __address: true;
|
|
80
|
+
}))[]> | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
sign?: boolean | undefined;
|
|
83
|
+
storeQueries?: boolean | undefined;
|
|
84
|
+
timeBudget?: number | undefined;
|
|
85
|
+
timestamp?: boolean | undefined;
|
|
86
|
+
archiving?: {
|
|
87
|
+
archivists?: import("@xyo-network/module-model").ModuleIdentifier[] | undefined;
|
|
88
|
+
queries?: Schema[] | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
reentrancy?: {
|
|
91
|
+
action: "skip" | "wait";
|
|
92
|
+
scope: "global";
|
|
93
|
+
} | undefined;
|
|
94
|
+
max?: number | undefined;
|
|
95
|
+
payloadSdkConfig?: Partial<import("@xylabs/mongo").BaseMongoSdkPublicConfig> | undefined;
|
|
96
|
+
}>>;
|
|
17
97
|
previousHash: () => import("@xylabs/sdk-js").Promisable<string | undefined>;
|
|
18
98
|
queries: string[];
|
|
19
99
|
query: <T extends import("@xyo-network/sdk-protocol-js").QueryBoundWitness = import("@xyo-network/sdk-protocol-js").QueryBoundWitness, TConf extends import("@xyo-network/module-model").ModuleConfig = import("@xyo-network/module-model").ModuleConfig>(query: T, payloads?: import("@xyo-network/sdk-protocol-js").Payload[], queryConfig?: TConf) => import("@xylabs/sdk-js").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArchivistV2.d.ts","sourceRoot":"","sources":["../../src/ArchivistV2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAOxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAExE,OAAO,EACL,KAAK,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EACxC,KAAK,eAAe,EACrB,MAAM,8BAA8B,CAAA;AAGrC,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ArchivistV2.d.ts","sourceRoot":"","sources":["../../src/ArchivistV2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAOxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAA;AAExE,OAAO,EACL,KAAK,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EACxC,KAAK,eAAe,EACrB,MAAM,8BAA8B,CAAA;AAGrC,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gRAgBjB,CAAC,+DACY,CAAC;sRAWV,CAAC,+DAMA,CAAC;;;;;;;;;;;;;;;;4BAlCqD,CAAA;AAItE,qBAAa,kBAAmB,SAAQ,sBAAsB;IAC5D,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAyD;IACzG,gBAAyB,mBAAmB,EAAE,MAAM,CAA+B;IAEnF,SAAkB,OAAO,EAAE,MAAM,EAAE,CAA2E;IAE9G;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,kBAAkB,SAAS;cAErB,aAAa,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAO3E,aAAa,CAAC,IAAI,EAAE,IAAI;cAYxB,iBAAiB,CAAC,QAAQ,EAAE,QAAQ;cAO3B,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAc/D,aAAa,CAAC,QAAQ,EAAE,eAAe,CAAC,OAAO,CAAC,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAgBxF,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC;cAuDhF,YAAY;CAItC;AAED,qBAAa,2BAA4B,SAAQ,kBAAkB;IACjE,SAAkB,OAAO,EAAE,MAAM,EAAE,CAMlC;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-mongodb",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,50 +36,48 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/archivist-abstract": "~
|
|
40
|
-
"@xyo-network/archivist-model": "~
|
|
41
|
-
"@xyo-network/
|
|
42
|
-
"@xyo-network/module-abstract-mongodb": "~
|
|
43
|
-
"@xyo-network/
|
|
44
|
-
"@xyo-network/
|
|
39
|
+
"@xyo-network/archivist-abstract": "~7.0.0",
|
|
40
|
+
"@xyo-network/archivist-model-mongodb": "~7.0.0",
|
|
41
|
+
"@xyo-network/module-abstract": "~7.0.0",
|
|
42
|
+
"@xyo-network/module-abstract-mongodb": "~7.0.0",
|
|
43
|
+
"@xyo-network/payload-mongodb": "~7.0.0",
|
|
44
|
+
"@xyo-network/archivist-model": "~7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
48
48
|
"@metamask/providers": "^22.1.1",
|
|
49
49
|
"@noble/post-quantum": "~0.6.1",
|
|
50
50
|
"@opentelemetry/api": "^1.9.1",
|
|
51
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
51
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
52
52
|
"@scure/base": "~2.2.0",
|
|
53
53
|
"@scure/bip39": "~2.2.0",
|
|
54
|
-
"@types/node": "^25.9.
|
|
55
|
-
"@xylabs/geo": "^6.
|
|
56
|
-
"@xylabs/mongo": "
|
|
57
|
-
"@xylabs/sdk-js": "^6.
|
|
58
|
-
"@xylabs/threads": "^6.
|
|
59
|
-
"@xylabs/toolchain": "
|
|
60
|
-
"@xylabs/tsconfig": "
|
|
61
|
-
"@xylabs/vitest-extended": "
|
|
62
|
-
"@xyo-network/sdk-protocol-js": "~
|
|
54
|
+
"@types/node": "^25.9.3",
|
|
55
|
+
"@xylabs/geo": "^6.1.1",
|
|
56
|
+
"@xylabs/mongo": "^6.1.1",
|
|
57
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
58
|
+
"@xylabs/threads": "^6.1.1",
|
|
59
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
60
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
61
|
+
"@xylabs/vitest-extended": "^6.1.1",
|
|
62
|
+
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
63
63
|
"ajv": "^8.20.0",
|
|
64
64
|
"async-mutex": "^0.5.0",
|
|
65
|
-
"bn.js": "^5.2.3",
|
|
66
|
-
"buffer": "^6.0.3",
|
|
67
65
|
"debug": "~4.4.3",
|
|
68
|
-
"eslint": "^10.
|
|
66
|
+
"eslint": "^10.5.0",
|
|
69
67
|
"ethers": "^6.16.0",
|
|
70
68
|
"hash-wasm": "~4.12.0",
|
|
71
69
|
"idb": "^8.0.3",
|
|
72
70
|
"lru-cache": "^11.5.1",
|
|
73
|
-
"mongodb": "^7.
|
|
71
|
+
"mongodb": "^7.3.0",
|
|
74
72
|
"observable-fns": "~0.6.1",
|
|
75
73
|
"typescript": "~6.0.3",
|
|
76
74
|
"vite": "^8.0.16",
|
|
77
75
|
"vitest": "~4.1.8",
|
|
78
76
|
"webextension-polyfill": "^0.12.0",
|
|
79
77
|
"zod": "^4.4.3",
|
|
80
|
-
"@xyo-network/archivist-
|
|
81
|
-
"@xyo-network/archivist-
|
|
82
|
-
"@xyo-network/module-model": "~
|
|
78
|
+
"@xyo-network/archivist-wrapper": "~7.0.0",
|
|
79
|
+
"@xyo-network/archivist-acceptance-tests": "~7.0.0",
|
|
80
|
+
"@xyo-network/module-model": "~7.0.0"
|
|
83
81
|
},
|
|
84
82
|
"peerDependencies": {
|
|
85
83
|
"@bitauth/libauth": "~3.0",
|
|
@@ -93,11 +91,9 @@
|
|
|
93
91
|
"@xylabs/mongo": "^6.0",
|
|
94
92
|
"@xylabs/sdk-js": "^6.0",
|
|
95
93
|
"@xylabs/threads": "^6.0",
|
|
96
|
-
"@xyo-network/sdk-protocol-js": "
|
|
94
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
97
95
|
"ajv": "^8.20",
|
|
98
96
|
"async-mutex": "^0.5",
|
|
99
|
-
"bn.js": "^5.2",
|
|
100
|
-
"buffer": "^6.0",
|
|
101
97
|
"debug": "~4.4",
|
|
102
98
|
"ethers": "^6.16",
|
|
103
99
|
"hash-wasm": "~4.12",
|