@xata.io/drizzle 0.0.0-alpha.va1fbc1375cf8317dfda7c226b6697371d67e0afa → 0.0.0-alpha.va21cc17c890a637365c810cb99a12c81a9b5e946

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,5 +1,5 @@
1
1
 
2
- > @xata.io/drizzle@0.0.22 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
2
+ > @xata.io/drizzle@0.0.23 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
3
3
  > rimraf dist && rollup -c
4
4
 
5
5
  
@@ -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 285ms
11
+ created dist/index.cjs, dist/index.mjs in 372ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
- created dist/index.d.ts in 7.4s
14
+ created dist/index.d.ts in 6.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 38ms
22
+ created dist/pg.cjs, dist/pg.mjs in 39ms
23
23
  
24
24
  src/pg/index.ts → dist/pg.d.ts...
25
- created dist/pg.d.ts in 1.6s
25
+ created dist/pg.d.ts in 1.4s
package/CHANGELOG.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # @xata.io/drizzle
2
2
 
3
- ## 0.0.0-alpha.va1fbc1375cf8317dfda7c226b6697371d67e0afa
3
+ ## 0.0.0-alpha.va21cc17c890a637365c810cb99a12c81a9b5e946
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Force canary build
8
8
 
9
+ - Updated dependencies []:
10
+ - @xata.io/client@0.0.0-alpha.va21cc17c890a637365c810cb99a12c81a9b5e946
11
+
12
+ ## 0.0.23
13
+
14
+ ### Patch Changes
15
+
9
16
  - Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
10
- - @xata.io/client@0.0.0-alpha.va1fbc1375cf8317dfda7c226b6697371d67e0afa
17
+ - @xata.io/client@0.30.0
11
18
 
12
19
  ## 0.0.22
13
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/drizzle",
3
- "version": "0.0.0-alpha.va1fbc1375cf8317dfda7c226b6697371d67e0afa",
3
+ "version": "0.0.0-alpha.va21cc17c890a637365c810cb99a12c81a9b5e946",
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-alpha.va1fbc1375cf8317dfda7c226b6697371d67e0afa"
26
+ "@xata.io/client": "0.0.0-alpha.va21cc17c890a637365c810cb99a12c81a9b5e946"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/pg": "^8.11.6",