@nxgt/mongo-kit 0.1.2 → 0.1.4
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nxgt/mongo-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "An application's MongoDB wiring in one object: a validated config, the clients it opens from it, and every collection typed on the database it lives in",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@nxgt/mongo": "^0.
|
|
50
|
+
"@nxgt/mongo": "^0.15.0",
|
|
51
51
|
"@types/bun": "^1.4.0",
|
|
52
52
|
"mongodb": "7.6.0",
|
|
53
53
|
"mongodb-memory-server-core": "11.2.0",
|
|
54
54
|
"zod": "4.6.5"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@nxgt/mongo": "^0.
|
|
57
|
+
"@nxgt/mongo": "^0.15.0",
|
|
58
58
|
"mongodb": ">=7.0.0 <8",
|
|
59
59
|
"typescript": "^6.0.3"
|
|
60
60
|
}
|