@xata.io/drizzle 0.0.0-next.v9a81c4765c87e96d23c4e8ae0cbee78e78451dd5 → 0.0.0-next.vaf38c4bbe8c1d35159e6de658514ac90b419f55a

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.
@@ -6,12 +6,12 @@
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/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 408ms
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 323ms
12
12
  
13
13
  src/index.ts → dist/index.d.ts...
14
- created dist/index.d.ts in 5.7s
14
+ created dist/index.d.ts in 5.6s
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 74ms
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.v9a81c4765c87e96d23c4e8ae0cbee78e78451dd5
3
+ ## 0.0.0-next.vaf38c4bbe8c1d35159e6de658514ac90b419f55a
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [`f4a2fe4`](https://github.com/xataio/client-ts/commit/f4a2fe48fe8b28edec8eef3572e06a070ddc7bf8) Thanks [@SferaDev](https://github.com/SferaDev)! - Version 1.0
7
+ - [#1473](https://github.com/xataio/client-ts/pull/1473) [`4c6bf38`](https://github.com/xataio/client-ts/commit/4c6bf38023083cefe040f481b3f7bb358c88ed92) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`aaa817f`](https://github.com/xataio/client-ts/commit/aaa817fe8098e2756eba3ea1dda2523c890be46c), [`f4a2fe4`](https://github.com/xataio/client-ts/commit/f4a2fe48fe8b28edec8eef3572e06a070ddc7bf8)]:
12
- - @xata.io/client@0.0.0-next.v9a81c4765c87e96d23c4e8ae0cbee78e78451dd5
11
+ - Updated dependencies [[`5e2bd00`](https://github.com/xataio/client-ts/commit/5e2bd001bf676eb2e98e282bff845e5d3ea9fd72), [`4c6bf38`](https://github.com/xataio/client-ts/commit/4c6bf38023083cefe040f481b3f7bb358c88ed92)]:
12
+ - @xata.io/client@0.0.0-next.vaf38c4bbe8c1d35159e6de658514ac90b419f55a
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.v9a81c4765c87e96d23c4e8ae0cbee78e78451dd5",
3
+ "version": "0.0.0-next.vaf38c4bbe8c1d35159e6de658514ac90b419f55a",
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.v9a81c4765c87e96d23c4e8ae0cbee78e78451dd5"
26
+ "@xata.io/client": "0.0.0-next.vaf38c4bbe8c1d35159e6de658514ac90b419f55a"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/pg": "^8.11.6",