@xyo-network/module-mongodb 6.0.4 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +14 -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/module-mongodb.svg
45
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/module-mongodb
46
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/module-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/module-mongodb",
3
- "version": "6.0.4",
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,9 +36,9 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/module-model-mongodb": "~6.0.4",
40
- "@xyo-network/module-abstract-mongodb": "~6.0.4",
41
- "@xyo-network/payload-mongodb": "~6.0.4"
39
+ "@xyo-network/module-abstract-mongodb": "~6.1.0",
40
+ "@xyo-network/module-model-mongodb": "~6.1.0",
41
+ "@xyo-network/payload-mongodb": "~6.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@bitauth/libauth": "~3.0.0",
@@ -48,29 +48,27 @@
48
48
  "@opentelemetry/sdk-trace-base": "^2.7.1",
49
49
  "@scure/base": "~2.2.0",
50
50
  "@scure/bip39": "~2.2.0",
51
- "@xylabs/geo": "^6.0.8",
52
- "@xylabs/mongo": "~6.0.8",
53
- "@xylabs/sdk-js": "^6.0.8",
54
- "@xylabs/threads": "^6.0.8",
55
- "@xylabs/toolchain": "~8.1.16",
56
- "@xylabs/tsconfig": "~8.1.16",
57
- "@xyo-network/sdk-protocol-js": "~6.0.9",
51
+ "@xylabs/geo": "^6.1.0",
52
+ "@xylabs/mongo": "^6.1.0",
53
+ "@xylabs/sdk-js": "^6.1.0",
54
+ "@xylabs/threads": "^6.1.0",
55
+ "@xylabs/toolchain": "^8.1.20",
56
+ "@xylabs/tsconfig": "^8.1.20",
57
+ "@xyo-network/sdk-protocol-js": "^6.1.0",
58
58
  "ajv": "^8.20.0",
59
59
  "async-mutex": "^0.5.0",
60
- "bn.js": "^5.2.3",
61
- "buffer": "^6.0.3",
62
60
  "debug": "~4.4.3",
63
61
  "eslint": "^10.4.1",
64
62
  "ethers": "^6.16.0",
65
63
  "hash-wasm": "~4.12.0",
66
64
  "idb": "^8.0.3",
67
- "mongodb": "^7.2.0",
65
+ "mongodb": "^7.3.0",
68
66
  "observable-fns": "~0.6.1",
69
67
  "tslib": "^2.8.1",
70
68
  "typescript": "~6.0.3",
71
69
  "webextension-polyfill": "^0.12.0",
72
70
  "zod": "^4.4.3",
73
- "@xyo-network/module-model": "~6.0.4"
71
+ "@xyo-network/module-model": "~6.1.0"
74
72
  },
75
73
  "peerDependencies": {
76
74
  "@bitauth/libauth": "~3.0",
@@ -84,11 +82,9 @@
84
82
  "@xylabs/mongo": "^6.0",
85
83
  "@xylabs/sdk-js": "^6.0",
86
84
  "@xylabs/threads": "^6.0",
87
- "@xyo-network/sdk-protocol-js": "~6.0",
85
+ "@xyo-network/sdk-protocol-js": "^6.1",
88
86
  "ajv": "^8.20",
89
87
  "async-mutex": "^0.5",
90
- "bn.js": "^5.2",
91
- "buffer": "^6.0",
92
88
  "debug": "~4.4",
93
89
  "ethers": "^6.16",
94
90
  "hash-wasm": "~4.12",