bq2cst 0.5.12 → 0.5.13

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
@@ -903,6 +903,7 @@ export type ForSystemTimeAsOfClause = BaseNode & {
903
903
  export type FromStatement = XXXStatement & {
904
904
  node_type: "FromStatement";
905
905
  children: {
906
+ with: NodeChild;
906
907
  expr: NodeChild;
907
908
  };
908
909
  }
package/bq2cst_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "kitta65 <kitta65kitta@gmail.com>"
5
5
  ],
6
- "version": "0.5.12",
6
+ "version": "0.5.13",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "bq2cst_bg.wasm",