@xyo-network/archivist-model-mongodb 6.0.3 → 6.1.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/Schema.d.ts +1 -1
- package/dist/node/Schema.d.ts.map +1 -1
- package/dist/node/index.mjs.map +2 -2
- package/package.json +12 -18
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-model-mongodb.svg
|
|
45
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/archivist-model-mongodb
|
|
46
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/archivist-model-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/Schema.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const MongoDBArchivistConfigSchema:
|
|
1
|
+
export declare const MongoDBArchivistConfigSchema: 'network.xyo.archivist.mongodb.config' & {
|
|
2
2
|
readonly __schema: true;
|
|
3
3
|
};
|
|
4
4
|
export type MongoDBArchivistConfigSchema = typeof MongoDBArchivistConfigSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B,EAAE,sCAAsC,GAAG;IAClF,QAAQ,CAAC,QAAQ,EAAE,IAAI,CAAA;CACiC,CAAA;AAC1D,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAA"}
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Schema.ts"],
|
|
4
|
-
"sourcesContent": ["import { asSchema } from '@xyo-network/sdk-protocol-js'\n\nexport const MongoDBArchivistConfigSchema = asSchema('network.xyo.archivist.mongodb.config', true)\nexport type MongoDBArchivistConfigSchema = typeof MongoDBArchivistConfigSchema\n"],
|
|
5
|
-
"mappings": ";AAAA,SAAS,gBAAgB;AAElB,IAAM,+
|
|
4
|
+
"sourcesContent": ["import { asSchema } from '@xyo-network/sdk-protocol-js'\n\nexport const MongoDBArchivistConfigSchema: 'network.xyo.archivist.mongodb.config' & {\n readonly __schema: true\n} = asSchema('network.xyo.archivist.mongodb.config', true)\nexport type MongoDBArchivistConfigSchema = typeof MongoDBArchivistConfigSchema\n"],
|
|
5
|
+
"mappings": ";AAAA,SAAS,gBAAgB;AAElB,IAAM,+BAET,SAAS,wCAAwC,IAAI;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-model-mongodb",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/archivist-model": "~6.0
|
|
40
|
-
"@xyo-network/module-model": "~6.0
|
|
39
|
+
"@xyo-network/archivist-model": "~6.1.0",
|
|
40
|
+
"@xyo-network/module-model": "~6.1.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -47,25 +47,22 @@
|
|
|
47
47
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
48
48
|
"@scure/base": "~2.2.0",
|
|
49
49
|
"@scure/bip39": "~2.2.0",
|
|
50
|
-
"@xylabs/geo": "^6.0
|
|
51
|
-
"@xylabs/mongo": "
|
|
52
|
-
"@xylabs/sdk-js": "^6.0
|
|
53
|
-
"@xylabs/threads": "^6.0
|
|
54
|
-
"@xylabs/toolchain": "
|
|
55
|
-
"@xylabs/tsconfig": "
|
|
56
|
-
"@xyo-network/sdk-protocol-js": "
|
|
50
|
+
"@xylabs/geo": "^6.1.0",
|
|
51
|
+
"@xylabs/mongo": "^6.1.0",
|
|
52
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
53
|
+
"@xylabs/threads": "^6.1.0",
|
|
54
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
55
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
56
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
57
57
|
"ajv": "^8.20.0",
|
|
58
58
|
"async-mutex": "^0.5.0",
|
|
59
|
-
"bn.js": "^5.2.3",
|
|
60
|
-
"buffer": "^6.0.3",
|
|
61
59
|
"debug": "~4.4.3",
|
|
62
60
|
"eslint": "^10.4.1",
|
|
63
61
|
"ethers": "^6.16.0",
|
|
64
62
|
"hash-wasm": "~4.12.0",
|
|
65
63
|
"idb": "^8.0.3",
|
|
66
|
-
"mongodb": "^7.
|
|
64
|
+
"mongodb": "^7.3.0",
|
|
67
65
|
"observable-fns": "~0.6.1",
|
|
68
|
-
"pako": "~2.1.0",
|
|
69
66
|
"typescript": "~6.0.3",
|
|
70
67
|
"webextension-polyfill": "^0.12.0",
|
|
71
68
|
"zod": "^4.4.3"
|
|
@@ -82,18 +79,15 @@
|
|
|
82
79
|
"@xylabs/mongo": "^6.0",
|
|
83
80
|
"@xylabs/sdk-js": "^6.0",
|
|
84
81
|
"@xylabs/threads": "^6.0",
|
|
85
|
-
"@xyo-network/sdk-protocol-js": "
|
|
82
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
86
83
|
"ajv": "^8.20",
|
|
87
84
|
"async-mutex": "^0.5",
|
|
88
|
-
"bn.js": "^5.2",
|
|
89
|
-
"buffer": "^6.0",
|
|
90
85
|
"debug": "~4.4",
|
|
91
86
|
"ethers": "^6.16",
|
|
92
87
|
"hash-wasm": "~4.12",
|
|
93
88
|
"idb": "^8.0",
|
|
94
89
|
"mongodb": "^7.2",
|
|
95
90
|
"observable-fns": "~0.6",
|
|
96
|
-
"pako": "~2.1",
|
|
97
91
|
"webextension-polyfill": "^0.12",
|
|
98
92
|
"zod": "^4.4"
|
|
99
93
|
},
|