@xyo-network/archivist-model-mongodb 7.0.8 → 7.0.9
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BaseMongoSdkPublicConfig } from '@
|
|
1
|
+
import type { BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
2
|
import type { ArchivistConfig } from '@xyo-network/archivist-model';
|
|
3
3
|
import type { MongoDBArchivistConfigSchema } from './Schema.ts';
|
|
4
4
|
export type MongoDBArchivistConfig = ArchivistConfig<{
|
|
@@ -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,8BAA8B,CAAA;AAEnE,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,4 +1,4 @@
|
|
|
1
|
-
import type { BaseMongoSdkPublicConfig } from '@
|
|
1
|
+
import type { BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
2
|
import type { ArchivistConfig } from '@xyo-network/archivist-model';
|
|
3
3
|
import type { MongoDBArchivistConfigSchema } from './Schema.ts';
|
|
4
4
|
export type MongoDBArchivistConfigV2 = ArchivistConfig<{
|
|
@@ -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,8BAA8B,CAAA;AAEnE,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/Params.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BaseMongoSdkPrivateConfig, BaseMongoSdkPublicConfig } from '@
|
|
1
|
+
import type { BaseMongoSdkPrivateConfig, BaseMongoSdkPublicConfig } from '@ariestools/mongo';
|
|
2
2
|
import type { ArchivistParams } from '@xyo-network/archivist-model';
|
|
3
3
|
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
4
4
|
import type { MongoDBArchivistConfig } from './Config.ts';
|
|
@@ -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,8BAA8B,CAAA;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,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.9",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,11 +36,13 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/
|
|
39
|
+
"@xyo-network/module-model": "~7.0.9",
|
|
40
|
+
"@xyo-network/archivist-model": "~7.0.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@ariestools/
|
|
43
|
+
"@ariestools/mongo": "~8.0.2",
|
|
44
|
+
"@ariestools/sdk": "~8.0.2",
|
|
45
|
+
"@ariestools/threads": "~8.0.2",
|
|
44
46
|
"@bitauth/libauth": "~3.0.0",
|
|
45
47
|
"@metamask/providers": "~22.1.1",
|
|
46
48
|
"@noble/post-quantum": "~0.6.1",
|
|
@@ -48,15 +50,11 @@
|
|
|
48
50
|
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
49
51
|
"@scure/base": "~2.2.0",
|
|
50
52
|
"@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",
|
|
53
|
+
"@xylabs/toolchain": "~8.6.3",
|
|
54
|
+
"@xylabs/tsconfig": "~8.6.3",
|
|
55
|
+
"@xyo-network/sdk-protocol": "~7.0.14",
|
|
57
56
|
"ajv": "~8.20.0",
|
|
58
57
|
"async-mutex": "~0.5.0",
|
|
59
|
-
"browserslist": "~4.28.4",
|
|
60
58
|
"debug": "~4.4.3",
|
|
61
59
|
"eslint": "~10.6.0",
|
|
62
60
|
"eslint-import-resolver-typescript": "~4.4.5",
|
|
@@ -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,10 +78,7 @@
|
|
|
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.14",
|
|
85
82
|
"ajv": "^8.20.0",
|
|
86
83
|
"async-mutex": "^0.5.0",
|
|
87
84
|
"debug": "^4.4.3",
|