@payloadcms/db-postgres 3.0.0-canary.03427d3 → 3.0.0-canary.1331796

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/db-postgres",
3
- "version": "3.0.0-canary.03427d3",
3
+ "version": "3.0.0-canary.1331796",
4
4
  "description": "The officially supported Postgres database adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -14,18 +14,18 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./dist/index.js",
17
- "require": "./dist/index.js",
18
- "types": "./dist/index.d.ts"
17
+ "types": "./dist/index.d.ts",
18
+ "default": "./dist/index.js"
19
19
  },
20
20
  "./types": {
21
21
  "import": "./dist/types.js",
22
- "require": "./dist/types.js",
23
- "types": "./dist/types.d.ts"
22
+ "types": "./dist/types.d.ts",
23
+ "default": "./dist/types.js"
24
24
  },
25
25
  "./migration-utils": {
26
26
  "import": "./dist/exports/migration-utils.js",
27
- "require": "./dist/exports/migration-utils.js",
28
- "types": "./dist/exports/migration-utils.d.ts"
27
+ "types": "./dist/exports/migration-utils.d.ts",
28
+ "default": "./dist/exports/migration-utils.js"
29
29
  }
30
30
  },
31
31
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@types/to-snake-case": "1.0.0",
51
51
  "esbuild": "^0.21.4",
52
52
  "@payloadcms/eslint-config": "1.1.1",
53
- "payload": "3.0.0-canary.03427d3"
53
+ "payload": "3.0.0-canary.1331796"
54
54
  },
55
55
  "peerDependencies": {
56
- "payload": "3.0.0-canary.03427d3"
56
+ "payload": "3.0.0-canary.1331796"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "rimraf .dist && rimraf tsconfig.tsbuildinfo && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm renamePredefinedMigrations",