@xyo-network/archivist-model-mongodb 7.0.8 → 7.0.10
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/Config.d.ts +2 -2
- package/dist/node/Config.d.ts.map +1 -1
- package/dist/node/ConfigV2.d.ts +2 -2
- package/dist/node/ConfigV2.d.ts.map +1 -1
- package/dist/node/Labels.d.ts +1 -1
- package/dist/node/Labels.d.ts.map +1 -1
- package/dist/node/Params.d.ts +3 -3
- package/dist/node/Params.d.ts.map +1 -1
- package/package.json +14 -16
package/dist/node/Config.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BaseMongoSdkPublicConfig } from '@
|
|
2
|
-
import type { ArchivistConfig } from '@xyo-network/archivist-model';
|
|
1
|
+
import type { BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
|
+
import type { ArchivistConfig } from '@xyo-network/sdk/archivist-model';
|
|
3
3
|
import type { MongoDBArchivistConfigSchema } from './Schema.ts';
|
|
4
4
|
export type MongoDBArchivistConfig = ArchivistConfig<{
|
|
5
5
|
boundWitnessSdkConfig?: Partial<BaseMongoSdkPublicConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAEvE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,sBAAsB,GAAG,eAAe,CAAC;IACnD,qBAAqB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IACpD,MAAM,EAAE,4BAA4B,CAAA;CACrC,CAAC,CAAA"}
|
package/dist/node/ConfigV2.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BaseMongoSdkPublicConfig } from '@
|
|
2
|
-
import type { ArchivistConfig } from '@xyo-network/archivist-model';
|
|
1
|
+
import type { BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
|
+
import type { ArchivistConfig } from '@xyo-network/sdk/archivist-model';
|
|
3
3
|
import type { MongoDBArchivistConfigSchema } from './Schema.ts';
|
|
4
4
|
export type MongoDBArchivistConfigV2 = ArchivistConfig<{
|
|
5
5
|
payloadSdkConfig?: Partial<BaseMongoSdkPublicConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigV2.d.ts","sourceRoot":"","sources":["../../src/ConfigV2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ConfigV2.d.ts","sourceRoot":"","sources":["../../src/ConfigV2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAEvE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACrD,gBAAgB,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAA;IACpD,MAAM,EAAE,4BAA4B,CAAA;CACrC,CAAC,CAAA"}
|
package/dist/node/Labels.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Labels } from '@xyo-network/module-model';
|
|
1
|
+
import type { Labels } from '@xyo-network/sdk/module-model';
|
|
2
2
|
export interface ArchivistLabels extends Labels {
|
|
3
3
|
'network.xyo.archivist.persistence.scope': 'memory' | 'thread' | 'process' | 'disk' | 'network';
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Labels.d.ts","sourceRoot":"","sources":["../../src/Labels.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Labels.d.ts","sourceRoot":"","sources":["../../src/Labels.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAE3D,MAAM,WAAW,eAAgB,SAAQ,MAAM;IAC7C,yCAAyC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;CAChG"}
|
package/dist/node/Params.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { BaseMongoSdkPrivateConfig, BaseMongoSdkPublicConfig } from '@
|
|
2
|
-
import type { ArchivistParams } from '@xyo-network/archivist-model';
|
|
3
|
-
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
1
|
+
import type { BaseMongoSdkPrivateConfig, BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
|
+
import type { ArchivistParams } from '@xyo-network/sdk/archivist-model';
|
|
3
|
+
import type { AnyConfigSchema } from '@xyo-network/sdk/module-model';
|
|
4
4
|
import type { MongoDBArchivistConfig } from './Config.ts';
|
|
5
5
|
export interface MongoDBArchivistParams extends ArchivistParams<AnyConfigSchema<MongoDBArchivistConfig>> {
|
|
6
6
|
boundWitnessSdkConfig: BaseMongoSdkPrivateConfig & Partial<BaseMongoSdkPublicConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAC5F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AACvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAEpE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAEzD,MAAM,WAAW,sBAAuB,SAAQ,eAAe,CAC7D,eAAe,CAAC,sBAAsB,CAAC,CAAC;IACxC,qBAAqB,EAAE,yBAAyB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAA;IACpF,gBAAgB,EAAE,yBAAyB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAA;CAChF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-model-mongodb",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,11 +36,12 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/module-model": "~7.0.8"
|
|
39
|
+
"@xyo-network/sdk": "~7.0.10"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
|
-
"@ariestools/
|
|
42
|
+
"@ariestools/mongo": "~8.0.2",
|
|
43
|
+
"@ariestools/sdk": "~8.0.2",
|
|
44
|
+
"@ariestools/threads": "~8.0.2",
|
|
44
45
|
"@bitauth/libauth": "~3.0.0",
|
|
45
46
|
"@metamask/providers": "~22.1.1",
|
|
46
47
|
"@noble/post-quantum": "~0.6.1",
|
|
@@ -48,21 +49,18 @@
|
|
|
48
49
|
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
49
50
|
"@scure/base": "~2.2.0",
|
|
50
51
|
"@scure/bip39": "~2.2.0",
|
|
51
|
-
"@xylabs/
|
|
52
|
-
"@xylabs/
|
|
53
|
-
"@
|
|
54
|
-
"@xylabs/toolchain": "~8.6.2",
|
|
55
|
-
"@xylabs/tsconfig": "~8.6.2",
|
|
56
|
-
"@xyo-network/sdk-protocol": "~7.0.13",
|
|
52
|
+
"@xylabs/toolchain": "~8.6.8",
|
|
53
|
+
"@xylabs/tsconfig": "~8.6.8",
|
|
54
|
+
"@xyo-network/sdk-protocol": "~7.0.15",
|
|
57
55
|
"ajv": "~8.20.0",
|
|
58
56
|
"async-mutex": "~0.5.0",
|
|
59
|
-
"browserslist": "~4.28.4",
|
|
60
57
|
"debug": "~4.4.3",
|
|
61
58
|
"eslint": "~10.6.0",
|
|
62
59
|
"eslint-import-resolver-typescript": "~4.4.5",
|
|
63
60
|
"ethers": "~6.17.0",
|
|
64
61
|
"hash-wasm": "~4.12.0",
|
|
65
62
|
"idb": "~8.0.3",
|
|
63
|
+
"lru-cache": "~11.5.1",
|
|
66
64
|
"mongodb": "~7.4.0",
|
|
67
65
|
"observable-fns": "~0.6.1",
|
|
68
66
|
"typescript": "~6.0.3",
|
|
@@ -70,7 +68,9 @@
|
|
|
70
68
|
"zod": "~4.4.3"
|
|
71
69
|
},
|
|
72
70
|
"peerDependencies": {
|
|
73
|
-
"@ariestools/
|
|
71
|
+
"@ariestools/mongo": "^8.0.2",
|
|
72
|
+
"@ariestools/sdk": "^8.0.2",
|
|
73
|
+
"@ariestools/threads": "^8.0.2",
|
|
74
74
|
"@bitauth/libauth": "^3.0.0",
|
|
75
75
|
"@metamask/providers": "^22.1.1",
|
|
76
76
|
"@noble/post-quantum": "^0.6.1",
|
|
@@ -78,16 +78,14 @@
|
|
|
78
78
|
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
79
79
|
"@scure/base": "^2.2.0",
|
|
80
80
|
"@scure/bip39": "^2.2.0",
|
|
81
|
-
"@
|
|
82
|
-
"@xylabs/mongo": "^7.0.8",
|
|
83
|
-
"@xylabs/threads": "^7.0.8",
|
|
84
|
-
"@xyo-network/sdk-protocol": "^7.0.13",
|
|
81
|
+
"@xyo-network/sdk-protocol": "^7.0.15",
|
|
85
82
|
"ajv": "^8.20.0",
|
|
86
83
|
"async-mutex": "^0.5.0",
|
|
87
84
|
"debug": "^4.4.3",
|
|
88
85
|
"ethers": "^6.17.0",
|
|
89
86
|
"hash-wasm": "^4.12.0",
|
|
90
87
|
"idb": "^8.0.3",
|
|
88
|
+
"lru-cache": "^11.5.1",
|
|
91
89
|
"mongodb": "^7.4.0",
|
|
92
90
|
"observable-fns": "^0.6.1",
|
|
93
91
|
"webextension-polyfill": "^0.12.0",
|