@payloadcms/db-postgres 3.0.0-canary.bda91d8 → 3.0.0-canary.be89809

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.bda91d8",
3
+ "version": "3.0.0-canary.be89809",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -43,17 +43,17 @@
43
43
  "prompts": "2.4.2",
44
44
  "to-snake-case": "1.0.0",
45
45
  "uuid": "10.0.0",
46
- "@payloadcms/drizzle": "3.0.0-canary.bda91d8"
46
+ "@payloadcms/drizzle": "3.0.0-canary.be89809"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
50
50
  "@types/to-snake-case": "1.0.0",
51
51
  "esbuild": "0.23.1",
52
- "payload": "3.0.0-canary.bda91d8",
52
+ "payload": "3.0.0-canary.be89809",
53
53
  "@payloadcms/eslint-config": "3.0.0-beta.112"
54
54
  },
55
55
  "peerDependencies": {
56
- "payload": "3.0.0-canary.bda91d8"
56
+ "payload": "3.0.0-canary.be89809"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm renamePredefinedMigrations",