@xata.io/drizzle 0.0.0-alpha.vcf8f11cade1aeb5e318fc16f42ddc96e46b17b8e → 0.0.0-alpha.vcfebdb3456448b48e0e754c70082ac82ec57911e

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/drizzle",
3
- "version": "0.0.0-alpha.vcf8f11cade1aeb5e318fc16f42ddc96e46b17b8e",
3
+ "version": "0.0.0-alpha.vcfebdb3456448b48e0e754c70082ac82ec57911e",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -10,6 +10,11 @@
10
10
  "import": "./dist/index.mjs",
11
11
  "require": "./dist/index.cjs",
12
12
  "types": "./dist/index.d.ts"
13
+ },
14
+ "./pg": {
15
+ "import": "./dist/pg.mjs",
16
+ "require": "./dist/pg.cjs",
17
+ "types": "./dist/pg.d.ts"
13
18
  }
14
19
  },
15
20
  "author": "",
@@ -18,15 +23,15 @@
18
23
  "url": "https://github.com/xataio/client-ts/issues"
19
24
  },
20
25
  "dependencies": {
21
- "pg": "^8.11.3",
22
- "@xata.io/client": "0.0.0-alpha.vcf8f11cade1aeb5e318fc16f42ddc96e46b17b8e"
26
+ "@xata.io/client": "0.0.0-alpha.vcfebdb3456448b48e0e754c70082ac82ec57911e"
23
27
  },
24
28
  "devDependencies": {
25
- "@types/pg": "^8.11.0",
26
- "drizzle-orm": "^0.29.3"
29
+ "@types/pg": "^8.11.6",
30
+ "drizzle-orm": "^0.31.2",
31
+ "pg": "^8.12.0"
27
32
  },
28
33
  "peerDependencies": {
29
- "drizzle-orm": "^0.28.5"
34
+ "drizzle-orm": "*"
30
35
  },
31
36
  "scripts": {
32
37
  "build": "rimraf dist && rollup -c",