@payloadcms/db-postgres 3.2.1 → 3.2.2-canary.61b5ea5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/db-postgres",
3
- "version": "3.2.1",
3
+ "version": "3.2.2-canary.61b5ea5",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -50,17 +50,17 @@
50
50
  "prompts": "2.4.2",
51
51
  "to-snake-case": "1.0.0",
52
52
  "uuid": "10.0.0",
53
- "@payloadcms/drizzle": "3.2.1"
53
+ "@payloadcms/drizzle": "3.2.2-canary.61b5ea5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
57
57
  "@types/to-snake-case": "1.0.0",
58
58
  "esbuild": "0.23.1",
59
- "@payloadcms/eslint-config": "3.0.0",
60
- "payload": "3.2.1"
59
+ "payload": "3.2.2-canary.61b5ea5",
60
+ "@payloadcms/eslint-config": "3.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "payload": "3.2.1"
63
+ "payload": "3.2.2-canary.61b5ea5"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm renamePredefinedMigrations",