@payloadcms/db-mongodb 3.0.0-canary.6d9b462 → 3.0.0-canary.c13f9ba
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@payloadcms/db-mongodb",
|
3
|
-
"version": "3.0.0-canary.
|
3
|
+
"version": "3.0.0-canary.c13f9ba",
|
4
4
|
"description": "The officially supported MongoDB database adapter for Payload",
|
5
5
|
"homepage": "https://payloadcms.com",
|
6
6
|
"repository": {
|
@@ -28,21 +28,22 @@
|
|
28
28
|
"dependencies": {
|
29
29
|
"bson-objectid": "2.0.4",
|
30
30
|
"deepmerge": "4.3.1",
|
31
|
+
"get-port": "5.1.1",
|
31
32
|
"http-status": "1.6.2",
|
32
33
|
"mongoose": "6.12.3",
|
33
34
|
"mongoose-paginate-v2": "1.7.22",
|
34
35
|
"prompts": "2.4.2",
|
35
|
-
"uuid": "
|
36
|
+
"uuid": "9.0.0"
|
36
37
|
},
|
37
38
|
"devDependencies": {
|
38
39
|
"@types/mongoose-aggregate-paginate-v2": "1.0.9",
|
39
40
|
"mongodb": "4.17.1",
|
40
41
|
"mongodb-memory-server": "^9",
|
41
|
-
"
|
42
|
-
"
|
42
|
+
"@payloadcms/eslint-config": "1.1.1",
|
43
|
+
"payload": "3.0.0-canary.c13f9ba"
|
43
44
|
},
|
44
45
|
"peerDependencies": {
|
45
|
-
"payload": "3.0.0-canary.
|
46
|
+
"payload": "3.0.0-canary.c13f9ba"
|
46
47
|
},
|
47
48
|
"scripts": {
|
48
49
|
"build": "pnpm build:swc && pnpm build:types",
|