@xata.io/pgroll
Advanced tools
Comparing version 0.0.0-alpha.v8cee152b95b36b01610e2d660f61de06d567f10a to 0.0.0-alpha.v8df01bd1c5875e1dd9a251ee80ec22937c3b01d3
# @xata.io/pgroll | ||
## 0.0.0-alpha.v8cee152b95b36b01610e2d660f61de06d567f10a | ||
## 0.0.0-alpha.v8df01bd1c5875e1dd9a251ee80ec22937c3b01d3 | ||
@@ -9,2 +9,12 @@ ### Patch Changes | ||
## 0.7.0 | ||
### Minor Changes | ||
- [#1619](https://github.com/xataio/client-ts/pull/1619) [`b990afb`](https://github.com/xataio/client-ts/commit/b990afb5ac1a86684a9dcc0952322f11b971eebe) Thanks [@SferaDev](https://github.com/SferaDev)! - [Breaking] Remove `column` from `drop_constraint` | ||
### Patch Changes | ||
- [#1612](https://github.com/xataio/client-ts/pull/1612) [`798b45a`](https://github.com/xataio/client-ts/commit/798b45ad8fc74af591f1c1d163a9f28d0bfc5c6d) Thanks [@xata-bot](https://github.com/xata-bot)! - Update pgroll spec | ||
## 0.6.0 | ||
@@ -11,0 +21,0 @@ |
{ | ||
"name": "@xata.io/pgroll", | ||
"version": "0.0.0-alpha.v8cee152b95b36b01610e2d660f61de06d567f10a", | ||
"version": "0.0.0-alpha.v8df01bd1c5875e1dd9a251ee80ec22937c3b01d3", | ||
"description": "Migration tool for PostgreSQL", | ||
@@ -28,8 +28,8 @@ "type": "module", | ||
"dependencies": { | ||
"zod": "^3.23.8", | ||
"zod-to-json-schema": "^3.23.0" | ||
"zod": "^3.24.1", | ||
"zod-to-json-schema": "^3.24.1" | ||
}, | ||
"devDependencies": { | ||
"ts-morph": "^22.0.0", | ||
"tsx": "^4.10.5" | ||
"ts-morph": "^24.0.0", | ||
"tsx": "^4.19.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
264788
5441
Updatedzod@^3.24.1
Updatedzod-to-json-schema@^3.24.1