@xyo-network/module-mongodb 3.6.0 → 3.13.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.
@@ -1,4 +1,5 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/module-abstract-mongodb";
3
3
  export * from "@xyo-network/module-model-mongodb";
4
+ export * from "@xyo-network/payload-mongodb";
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\nexport * from '@xyo-network/payload-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -1,4 +1,5 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/module-abstract-mongodb";
3
3
  export * from "@xyo-network/module-model-mongodb";
4
+ export * from "@xyo-network/payload-mongodb";
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\nexport * from '@xyo-network/payload-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -1,4 +1,5 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/module-abstract-mongodb";
3
3
  export * from "@xyo-network/module-model-mongodb";
4
+ export * from "@xyo-network/payload-mongodb";
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/module-abstract-mongodb'\nexport * from '@xyo-network/module-model-mongodb'\nexport * from '@xyo-network/payload-mongodb'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -1,3 +1,4 @@
1
1
  export * from '@xyo-network/module-abstract-mongodb';
2
2
  export * from '@xyo-network/module-model-mongodb';
3
+ export * from '@xyo-network/payload-mongodb';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA;AACjD,cAAc,8BAA8B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/module-mongodb",
3
- "version": "3.6.0",
3
+ "version": "3.13.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -37,13 +37,13 @@
37
37
  "module": "dist/node/index.mjs",
38
38
  "types": "dist/types/index.d.ts",
39
39
  "dependencies": {
40
- "@xyo-network/module-abstract-mongodb": "^3.6.0",
41
- "@xyo-network/module-model-mongodb": "^3.6.0"
40
+ "@xyo-network/module-abstract-mongodb": "^3.13.0",
41
+ "@xyo-network/module-model-mongodb": "^3.13.0",
42
+ "@xyo-network/payload-mongodb": "^3.13.0"
42
43
  },
43
44
  "devDependencies": {
44
- "@xylabs/ts-scripts-yarn3": "^6.2.1",
45
- "@xylabs/tsconfig": "^6.2.1",
46
- "fake-indexeddb": "^6.0.0",
45
+ "@xylabs/ts-scripts-yarn3": "^6.3.4",
46
+ "@xylabs/tsconfig": "^6.3.4",
47
47
  "typescript": "^5.8.3"
48
48
  },
49
49
  "publishConfig": {
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from '@xyo-network/module-abstract-mongodb'
2
2
  export * from '@xyo-network/module-model-mongodb'
3
+ export * from '@xyo-network/payload-mongodb'