@xata.io/drizzle 0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1 → 0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03

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.14 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
2
+ > @xata.io/drizzle@0.0.16 build /home/runner/work/client-ts/client-ts/packages/plugin-client-drizzle
3
3
  > rimraf dist && rollup -c
4
4
 
5
5
  
@@ -8,7 +8,7 @@
8
8
  https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
9
9
  drizzle-orm (imported by "src/driver.ts", "src/session.ts" and "src/utils.ts")
10
10
  drizzle-orm/pg-core (imported by "src/driver.ts", "src/session.ts" and "src/generate.ts")
11
- created dist/index.cjs, dist/index.mjs in 391ms
11
+ created dist/index.cjs, dist/index.mjs in 517ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
14
  created dist/index.d.ts in 6.6s
package/CHANGELOG.md CHANGED
@@ -1,13 +1,27 @@
1
1
  # @xata.io/drizzle
2
2
 
3
- ## 0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1
3
+ ## 0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1329](https://github.com/xataio/client-ts/pull/1329) [`1c1a1eb`](https://github.com/xataio/client-ts/commit/1c1a1ebf0a0bd545698ad871b7a3a88329cb6bed) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Remove object column type
7
+ - Updated dependencies [[`212b53d`](https://github.com/xataio/client-ts/commit/212b53d07498def0d2ed8942691eff982e448969), [`9fd8c42`](https://github.com/xataio/client-ts/commit/9fd8c428d71b476f1951123c6cba5e803b983e54)]:
8
+ - @xata.io/client@0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03
8
9
 
9
- - Updated dependencies [[`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a), [`1c1a1eb`](https://github.com/xataio/client-ts/commit/1c1a1ebf0a0bd545698ad871b7a3a88329cb6bed), [`6031a9d`](https://github.com/xataio/client-ts/commit/6031a9de63c264b7db5b031bb1795258c2bf8150)]:
10
- - @xata.io/client@0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1
10
+ ## 0.0.16
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1329](https://github.com/xataio/client-ts/pull/1329) [`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Remove object column type
15
+
16
+ - Updated dependencies [[`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8), [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72), [`27773df`](https://github.com/xataio/client-ts/commit/27773df5addf0013d1a7238ac490904e7aad2334)]:
17
+ - @xata.io/client@0.29.0
18
+
19
+ ## 0.0.15
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`adc961b`](https://github.com/xataio/client-ts/commit/adc961b886b789010e6512c17cb2377eceab665a), [`6031a9d`](https://github.com/xataio/client-ts/commit/6031a9de63c264b7db5b031bb1795258c2bf8150)]:
24
+ - @xata.io/client@0.28.4
11
25
 
12
26
  ## 0.0.14
13
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xata.io/drizzle",
3
- "version": "0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1",
3
+ "version": "0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -18,7 +18,7 @@
18
18
  "url": "https://github.com/xataio/client-ts/issues"
19
19
  },
20
20
  "dependencies": {
21
- "@xata.io/client": "0.0.0-alpha.vf7a5219a6da9afdecee2e8995fcc249036ff88a1"
21
+ "@xata.io/client": "0.0.0-alpha.vf864fe862f895317faad5b0041a40e871fe5ad03"
22
22
  },
23
23
  "devDependencies": {
24
24
  "drizzle-orm": "^0.29.3"