@payloadcms/db-postgres 3.0.0-beta.6 → 3.0.0-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@payloadcms/db-postgres",
|
3
|
-
"version": "3.0.0-beta.
|
3
|
+
"version": "3.0.0-beta.7",
|
4
4
|
"description": "The officially supported Postgres database adapter for Payload",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,11 +30,11 @@
|
|
30
30
|
"devDependencies": {
|
31
31
|
"@types/pg": "8.10.2",
|
32
32
|
"@types/to-snake-case": "1.0.0",
|
33
|
-
"payload": "3.0.0-beta.
|
33
|
+
"payload": "3.0.0-beta.7",
|
34
34
|
"@payloadcms/eslint-config": "1.1.1"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"payload": "3.0.0-beta.
|
37
|
+
"payload": "3.0.0-beta.7"
|
38
38
|
},
|
39
39
|
"exports": {
|
40
40
|
".": {
|