@payloadcms/db-postgres 3.0.0-canary.6659da8 → 3.0.0-canary.8223f17

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/db-postgres",
3
- "version": "3.0.0-canary.6659da8",
3
+ "version": "3.0.0-canary.8223f17",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -49,11 +49,11 @@
49
49
  "@types/pg": "8.10.2",
50
50
  "@types/to-snake-case": "1.0.0",
51
51
  "esbuild": "^0.21.4",
52
- "payload": "3.0.0-canary.6659da8",
53
- "@payloadcms/eslint-config": "1.1.1"
52
+ "@payloadcms/eslint-config": "1.1.1",
53
+ "payload": "3.0.0-canary.8223f17"
54
54
  },
55
55
  "peerDependencies": {
56
- "payload": "3.0.0-canary.6659da8"
56
+ "payload": "3.0.0-canary.8223f17"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm renamePredefinedMigrations",