@xata.io/drizzle 0.0.0-next.v96c0efcf2b6fc9674a4a1e547d0b9c665f255e80 → 0.0.0-next.vb0a85c9143c13dd5082810db994a5fede59bb0a4

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,10 +8,10 @@
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 395ms
11
+ created dist/index.cjs, dist/index.mjs in 406ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
- created dist/index.d.ts in 5.5s
14
+ created dist/index.d.ts in 5.9s
15
15
  
16
16
  src/pg/index.ts → dist/pg.cjs, dist/pg.mjs...
17
17
  (!) Unresolved dependencies
@@ -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 44ms
22
+ created dist/pg.cjs, dist/pg.mjs in 52ms
23
23
  
24
24
  src/pg/index.ts → dist/pg.d.ts...
25
- created dist/pg.d.ts in 1.4s
25
+ created dist/pg.d.ts in 1.7s
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @xata.io/drizzle
2
2
 
3
- ## 0.0.0-next.v96c0efcf2b6fc9674a4a1e547d0b9c665f255e80
3
+ ## 0.0.0-next.vb0a85c9143c13dd5082810db994a5fede59bb0a4
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`8ad5277`](https://github.com/xataio/client-ts/commit/8ad5277ea7d81bdef48e37e74cc33826afca387f) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
7
+ - [`7bf14eb`](https://github.com/xataio/client-ts/commit/7bf14eb854a4277b4afed19d150019908aea31c6) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`841be7f`](https://github.com/xataio/client-ts/commit/841be7f0813a234390fd6724d09b15d912bc7eb1), [`8ad5277`](https://github.com/xataio/client-ts/commit/8ad5277ea7d81bdef48e37e74cc33826afca387f)]:
12
- - @xata.io/client@0.0.0-next.v96c0efcf2b6fc9674a4a1e547d0b9c665f255e80
11
+ - Updated dependencies [[`5820148`](https://github.com/xataio/client-ts/commit/5820148f80ad183e1abbc99bd1717815f120c1b0), [`7bf14eb`](https://github.com/xataio/client-ts/commit/7bf14eb854a4277b4afed19d150019908aea31c6)]:
12
+ - @xata.io/client@0.0.0-next.vb0a85c9143c13dd5082810db994a5fede59bb0a4
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.v96c0efcf2b6fc9674a4a1e547d0b9c665f255e80",
3
+ "version": "0.0.0-next.vb0a85c9143c13dd5082810db994a5fede59bb0a4",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/xataio/client-ts/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@xata.io/client": "0.0.0-next.v96c0efcf2b6fc9674a4a1e547d0b9c665f255e80"
26
+ "@xata.io/client": "0.0.0-next.vb0a85c9143c13dd5082810db994a5fede59bb0a4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/pg": "^8.11.4",