@xyo-network/module-model-mongodb 3.1.6 → 3.2.0-rc.1
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/browser/index.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// src/Labels.ts
|
|
2
|
-
var MongoDBStorageClassLabels = {
|
|
3
|
-
"network.xyo.storage.class": "mongodb"
|
|
4
|
-
};
|
|
2
|
+
var MongoDBStorageClassLabels = { "network.xyo.storage.class": "mongodb" };
|
|
5
3
|
|
|
6
4
|
// src/Schema.ts
|
|
7
5
|
var MongoDBModuleConfigSchema = "network.xyo.module.mongodb.config";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,
|
|
1
|
+
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,IAAM,4BAAuD,EAAE,6BAA6B,UAAU;;;ACNtG,IAAM,4BAA4B;","names":[]}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// src/Labels.ts
|
|
2
|
-
var MongoDBStorageClassLabels = {
|
|
3
|
-
"network.xyo.storage.class": "mongodb"
|
|
4
|
-
};
|
|
2
|
+
var MongoDBStorageClassLabels = { "network.xyo.storage.class": "mongodb" };
|
|
5
3
|
|
|
6
4
|
// src/Schema.ts
|
|
7
5
|
var MongoDBModuleConfigSchema = "network.xyo.module.mongodb.config";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,
|
|
1
|
+
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,IAAM,4BAAuD,EAAE,6BAA6B,UAAU;;;ACNtG,IAAM,4BAA4B;","names":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// src/Labels.ts
|
|
2
|
-
var MongoDBStorageClassLabels = {
|
|
3
|
-
"network.xyo.storage.class": "mongodb"
|
|
4
|
-
};
|
|
2
|
+
var MongoDBStorageClassLabels = { "network.xyo.storage.class": "mongodb" };
|
|
5
3
|
|
|
6
4
|
// src/Schema.ts
|
|
7
5
|
var MongoDBModuleConfigSchema = "network.xyo.module.mongodb.config";
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,
|
|
1
|
+
{"version":3,"sources":["../../src/Labels.ts","../../src/Schema.ts"],"sourcesContent":["import type { Labels } from '@xyo-network/module-model'\n\nexport interface MongoDBStorageClassLabels extends Labels {\n 'network.xyo.storage.class': 'mongodb'\n}\n\nexport const MongoDBStorageClassLabels: MongoDBStorageClassLabels = { 'network.xyo.storage.class': 'mongodb' }\n","export const MongoDBModuleConfigSchema = 'network.xyo.module.mongodb.config'\nexport type MongoDBModuleConfigSchema = typeof MongoDBModuleConfigSchema\n"],"mappings":";AAMO,IAAM,4BAAuD,EAAE,6BAA6B,UAAU;;;ACNtG,IAAM,4BAA4B;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/module-model-mongodb",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.0-rc.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,18 +37,19 @@
|
|
|
37
37
|
"module": "dist/node/index.mjs",
|
|
38
38
|
"types": "dist/node/index.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xyo-network/module-model": "^3.
|
|
41
|
-
"@xyo-network/node-core-model": "^3.1
|
|
42
|
-
"@xyo-network/payload-mongodb": "^3.1
|
|
43
|
-
"@xyo-network/sdk-xyo-mongo-js": "^3.1
|
|
40
|
+
"@xyo-network/module-model": "^3.6.0-rc.16",
|
|
41
|
+
"@xyo-network/node-core-model": "^3.2.0-rc.1",
|
|
42
|
+
"@xyo-network/payload-mongodb": "^3.2.0-rc.1",
|
|
43
|
+
"@xyo-network/sdk-xyo-mongo-js": "^3.2.0-rc.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
47
|
-
"@xylabs/tsconfig": "^4.2.
|
|
46
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
47
|
+
"@xylabs/tsconfig": "^4.2.6",
|
|
48
48
|
"fake-indexeddb": "^6.0.0",
|
|
49
49
|
"typescript": "^5.7.2"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
|
-
}
|
|
53
|
+
},
|
|
54
|
+
"stableVersion": "3.1.7"
|
|
54
55
|
}
|