@payloadcms/db-postgres 3.0.1-canary.d608962 → 3.0.1

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.1-canary.d608962",
3
+ "version": "3.0.1",
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.0.1-canary.d608962"
53
+ "@payloadcms/drizzle": "3.0.1"
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
59
  "@payloadcms/eslint-config": "3.0.0",
60
- "payload": "3.0.1-canary.d608962"
60
+ "payload": "3.0.1"
61
61
  },
62
62
  "peerDependencies": {
63
- "payload": "3.0.1-canary.d608962"
63
+ "payload": "3.0.1"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm renamePredefinedMigrations",