@xata.io/drizzle 0.0.0-next.v2c2c59b7ff457cfa05e0e8617936eccf628baba4 → 0.0.0-next.v3c98c9e18d38b282eb80381e4bd7bf95da9aabdb

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.
@@ -8,7 +8,7 @@
8
8
  https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
9
9
  drizzle-orm (imported by "src/http/driver.ts", "src/http/session.ts" and "src/shared/utils.ts")
10
10
  drizzle-orm/pg-core (imported by "src/http/driver.ts" and "src/http/session.ts")
11
- created dist/index.cjs, dist/index.mjs in 282ms
11
+ created dist/index.cjs, dist/index.mjs in 286ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
14
  created dist/index.d.ts in 5.8s
@@ -19,7 +19,7 @@
19
19
  drizzle-orm (imported by "src/pg/driver.ts", "src/pg/session.ts" and "src/shared/utils.ts")
20
20
  drizzle-orm/pg-core (imported by "src/pg/driver.ts" and "src/pg/session.ts")
21
21
  pg (imported by "src/pg/session.ts")
22
- created dist/pg.cjs, dist/pg.mjs in 67ms
22
+ created dist/pg.cjs, dist/pg.mjs in 78ms
23
23
  
24
24
  src/pg/index.ts → dist/pg.d.ts...
25
25
  created dist/pg.d.ts in 1.4s
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @xata.io/drizzle
2
2
 
3
- ## 0.0.0-next.v2c2c59b7ff457cfa05e0e8617936eccf628baba4
3
+ ## 0.0.0-next.v3c98c9e18d38b282eb80381e4bd7bf95da9aabdb
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`098a7ee`](https://github.com/xataio/client-ts/commit/098a7eeeb4faa2442f27cd55f0adf76938b8d8f1) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
7
+ - [#1473](https://github.com/xataio/client-ts/pull/1473) [`e9c165d`](https://github.com/xataio/client-ts/commit/e9c165d3765bed18b2f4d7f6d8b815fef489ee61) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`5d550d9`](https://github.com/xataio/client-ts/commit/5d550d92006a0c11b0659405cdcf8ad08a09b4a6), [`098a7ee`](https://github.com/xataio/client-ts/commit/098a7eeeb4faa2442f27cd55f0adf76938b8d8f1)]:
12
- - @xata.io/client@0.0.0-next.v2c2c59b7ff457cfa05e0e8617936eccf628baba4
11
+ - Updated dependencies [[`aaa332d`](https://github.com/xataio/client-ts/commit/aaa332d8c1c612dda781ac3704b9ccacb8da7670), [`e9c165d`](https://github.com/xataio/client-ts/commit/e9c165d3765bed18b2f4d7f6d8b815fef489ee61)]:
12
+ - @xata.io/client@0.0.0-next.v3c98c9e18d38b282eb80381e4bd7bf95da9aabdb
13
13
 
14
14
  ## 0.0.21
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/drizzle",
3
- "version": "0.0.0-next.v2c2c59b7ff457cfa05e0e8617936eccf628baba4",
3
+ "version": "0.0.0-next.v3c98c9e18d38b282eb80381e4bd7bf95da9aabdb",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -23,11 +23,11 @@
23
23
  "url": "https://github.com/xataio/client-ts/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@xata.io/client": "0.0.0-next.v2c2c59b7ff457cfa05e0e8617936eccf628baba4"
26
+ "@xata.io/client": "0.0.0-next.v3c98c9e18d38b282eb80381e4bd7bf95da9aabdb"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/pg": "^8.11.5",
30
- "drizzle-orm": "^0.30.9",
29
+ "@types/pg": "^8.11.6",
30
+ "drizzle-orm": "^0.30.10",
31
31
  "pg": "^8.11.5"
32
32
  },
33
33
  "peerDependencies": {