@payloadcms/db-postgres 3.0.0-canary.92e4997 → 3.0.0-canary.f6e77b8
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-canary.
|
3
|
+
"version": "3.0.0-canary.f6e77b8",
|
4
4
|
"description": "The officially supported Postgres database adapter for Payload",
|
5
5
|
"homepage": "https://payloadcms.com",
|
6
6
|
"repository": {
|
@@ -43,10 +43,10 @@
|
|
43
43
|
"@types/pg": "8.10.2",
|
44
44
|
"@types/to-snake-case": "1.0.0",
|
45
45
|
"@payloadcms/eslint-config": "1.1.1",
|
46
|
-
"payload": "3.0.0-canary.
|
46
|
+
"payload": "3.0.0-canary.f6e77b8"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
|
-
"payload": "3.0.0-canary.
|
49
|
+
"payload": "3.0.0-canary.f6e77b8"
|
50
50
|
},
|
51
51
|
"scripts": {
|
52
52
|
"build": "pnpm build:swc && pnpm build:types",
|