@payloadcms/db-postgres 3.0.0-canary.c27a334 → 3.0.0-canary.ee6d727

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.c27a334",
3
+ "version": "3.0.0-canary.ee6d727",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -48,10 +48,10 @@
48
48
  "@types/pg": "8.10.2",
49
49
  "@types/to-snake-case": "1.0.0",
50
50
  "@payloadcms/eslint-config": "1.1.1",
51
- "payload": "3.0.0-canary.c27a334"
51
+ "payload": "3.0.0-canary.ee6d727"
52
52
  },
53
53
  "peerDependencies": {
54
- "payload": "3.0.0-canary.c27a334"
54
+ "payload": "3.0.0-canary.ee6d727"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "pnpm build:swc && pnpm build:types && pnpm renamePredefinedMigrations",