@polyglot-sql/sdk 0.3.4 → 0.3.6

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.
package/dist/index.d.cts CHANGED
@@ -8368,6 +8368,7 @@ declare type JSONCast = {
8368
8368
  declare type JSONColumnDef = {
8369
8369
  this: Expression | null;
8370
8370
  kind: string | null;
8371
+ format_json: boolean;
8371
8372
  path: Expression | null;
8372
8373
  nested_schema: Expression | null;
8373
8374
  ordinality: Expression | null;
package/dist/index.d.ts CHANGED
@@ -8368,6 +8368,7 @@ declare type JSONCast = {
8368
8368
  declare type JSONColumnDef = {
8369
8369
  this: Expression | null;
8370
8370
  kind: string | null;
8371
+ format_json: boolean;
8371
8372
  path: Expression | null;
8372
8373
  nested_schema: Expression | null;
8373
8374
  ordinality: Expression | null;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-sql/sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "SQL dialect translator powered by WebAssembly",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",