bq2cst 0.5.5 → 0.5.7

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/bq2cst.d.ts CHANGED
@@ -179,6 +179,7 @@ export type Expr = BaseNode & {
179
179
 
180
180
  export type FromItemExpr = Expr & {
181
181
  children: {
182
+ with_offset: NodeChild;
182
183
  pivot?: NodeChild;
183
184
  unpivot?: NodeChild;
184
185
  };
@@ -473,7 +474,6 @@ export type CallingUnnest = FromItemExpr &
473
474
  CallingFunctionGeneral & {
474
475
  node_type: "CallingUnnest";
475
476
  children: {
476
- with_offset: NodeChild;
477
477
  offset_alias: NodeChild;
478
478
  offset_as: NodeChild;
479
479
  distinct: undefined;
package/bq2cst_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "kitta65 <skndr666m1@gmail.com>"
5
5
  ],
6
- "version": "0.5.5",
6
+ "version": "0.5.7",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "bq2cst_bg.wasm",