@payloadcms/db-postgres 3.0.0-alpha.19 → 3.0.0-alpha.20

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 -3
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@payloadcms/db-postgres",
3
- "version": "3.0.0-alpha.19",
3
+ "version": "3.0.0-alpha.20",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "repository": "https://github.com/payloadcms/payload",
6
6
  "license": "MIT",
7
7
  "homepage": "https://payloadcms.com",
8
+ "type": "module",
8
9
  "author": {
9
10
  "email": "info@payloadcms.com",
10
11
  "name": "Payload",
@@ -26,10 +27,10 @@
26
27
  "@types/pg": "8.10.2",
27
28
  "@types/to-snake-case": "1.0.0",
28
29
  "@payloadcms/eslint-config": "1.1.1",
29
- "payload": "3.0.0-alpha.19"
30
+ "payload": "3.0.0-alpha.20"
30
31
  },
31
32
  "peerDependencies": {
32
- "payload": "3.0.0-alpha.19"
33
+ "payload": "3.0.0-alpha.20"
33
34
  },
34
35
  "publishConfig": {
35
36
  "registry": "https://registry.npmjs.org/"