@xata.io/pgroll
Advanced tools
Comparing version 0.0.0-alpha.v26396e7 to 0.0.0-alpha.v7a833793f3306db09a2d7ed701d99bae48524028
# @xata.io/pgroll | ||
## 0.0.0-alpha.v26396e7 | ||
## 0.0.0-alpha.v7a833793f3306db09a2d7ed701d99bae48524028 | ||
### Minor Changes | ||
- [#1250](https://github.com/xataio/client-ts/pull/1250) [`5c7f7ec8`](https://github.com/xataio/client-ts/commit/5c7f7ec8f85428c8c5de3cc6e49d95d261b340f0) Thanks [@SferaDev](https://github.com/SferaDev)! - Initial release | ||
- [#1250](https://github.com/xataio/client-ts/pull/1250) [`5c7f7ec8f85428c8c5de3cc6e49d95d261b340f0`](https://github.com/xataio/client-ts/commit/5c7f7ec8f85428c8c5de3cc6e49d95d261b340f0) Thanks [@SferaDev](https://github.com/SferaDev)! - Initial release |
import { z } from 'zod'; | ||
import * as zod_to_json_schema_src_parseDef from 'zod-to-json-schema/src/parseDef'; | ||
import * as zod_to_json_schema from 'zod-to-json-schema'; | ||
@@ -1914,6 +1914,6 @@ type ColumnDefinition = z.infer<typeof columnDefinition>; | ||
declare function generateJSONSchema(): zod_to_json_schema_src_parseDef.JsonSchema7Type & { | ||
declare function generateJSONSchema(): zod_to_json_schema.JsonSchema7Type & { | ||
$schema?: string | undefined; | ||
definitions?: { | ||
[key: string]: zod_to_json_schema_src_parseDef.JsonSchema7Type; | ||
[key: string]: zod_to_json_schema.JsonSchema7Type; | ||
} | undefined; | ||
@@ -1920,0 +1920,0 @@ }; |
{ | ||
"name": "@xata.io/pgroll", | ||
"version": "0.0.0-alpha.v26396e7", | ||
"version": "0.0.0-alpha.v7a833793f3306db09a2d7ed701d99bae48524028", | ||
"description": "Migration tool for PostgreSQL", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106152