@xata.io/drizzle 0.0.0-next.v534362888c93b458fd4536898c3b687b59a5e171 → 0.0.0-next.v6c6f3e997e189d06c76a84446f25edcd856f01b8

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.
@@ -1,17 +1,17 @@
1
1
 
2
- > @xata.io/drizzle@0.0.20 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
2
+ > @xata.io/drizzle@0.0.21 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
3
3
  > rimraf dist && rollup -c
4
4
 
5
5
  
6
6
  src/index.ts → dist/index.cjs, dist/index.mjs...
7
7
  (!) Unresolved dependencies
8
8
  https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
9
- drizzle-orm (imported by "src/http/driver.ts", "src/http/session.ts" and "src/shared/utils.ts")
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 235ms
9
+ drizzle-orm (imported by "src/http/session.ts", "src/http/driver.ts" and "src/shared/utils.ts")
10
+ drizzle-orm/pg-core (imported by "src/http/session.ts" and "src/http/driver.ts")
11
+ created dist/index.cjs, dist/index.mjs in 231ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
- created dist/index.d.ts in 5.4s
14
+ created dist/index.d.ts in 5.8s
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 81ms
22
+ created dist/pg.cjs, dist/pg.mjs in 33ms
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,22 @@
1
1
  # @xata.io/drizzle
2
2
 
3
- ## 0.0.0-next.v534362888c93b458fd4536898c3b687b59a5e171
3
+ ## 0.0.0-next.v6c6f3e997e189d06c76a84446f25edcd856f01b8
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`23a1cd4`](https://github.com/xataio/client-ts/commit/23a1cd45b0e313f0b88d436a71d4c4e6664f0b56) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
7
+ - [`a33e062`](https://github.com/xataio/client-ts/commit/a33e0623754650832dd94255e701d17a3f186672) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`37a1299`](https://github.com/xataio/client-ts/commit/37a1299a416f29af6591bb4f45846d9fadb12f31), [`23a1cd4`](https://github.com/xataio/client-ts/commit/23a1cd45b0e313f0b88d436a71d4c4e6664f0b56)]:
12
- - @xata.io/client@0.0.0-next.v534362888c93b458fd4536898c3b687b59a5e171
11
+ - Updated dependencies [[`a0ea12b`](https://github.com/xataio/client-ts/commit/a0ea12b582361348fae717792585da426e719df0), [`a33e062`](https://github.com/xataio/client-ts/commit/a33e0623754650832dd94255e701d17a3f186672)]:
12
+ - @xata.io/client@0.0.0-next.v6c6f3e997e189d06c76a84446f25edcd856f01b8
13
+
14
+ ## 0.0.21
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`2140a24`](https://github.com/xataio/client-ts/commit/2140a24f32a94f36bab8c8268033c7dcf235dddc), [`d8032f2`](https://github.com/xataio/client-ts/commit/d8032f2e07bdcc653db1606796d27f08d397cdbe)]:
19
+ - @xata.io/client@0.29.4
13
20
 
14
21
  ## 0.0.20
15
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/drizzle",
3
- "version": "0.0.0-next.v534362888c93b458fd4536898c3b687b59a5e171",
3
+ "version": "0.0.0-next.v6c6f3e997e189d06c76a84446f25edcd856f01b8",
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.v534362888c93b458fd4536898c3b687b59a5e171"
26
+ "@xata.io/client": "0.0.0-next.v6c6f3e997e189d06c76a84446f25edcd856f01b8"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/pg": "^8.11.4",
30
- "drizzle-orm": "^0.30.7",
29
+ "@types/pg": "^8.11.5",
30
+ "drizzle-orm": "^0.30.8",
31
31
  "pg": "^8.11.5"
32
32
  },
33
33
  "peerDependencies": {