bq2cst 1.0.2 → 1.0.3

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
@@ -238,6 +238,7 @@ export type XXXStatement = BaseNode & {
238
238
  };
239
239
 
240
240
  export type PipeOperator = BaseNode & {
241
+ token: Token;
241
242
  children: {
242
243
  keywords?: NodeChild;
243
244
  exprs?: NodeVecChild;
@@ -908,7 +909,7 @@ export type ForSystemTimeAsOfClause = BaseNode & {
908
909
  export type FromStatement = XXXStatement & {
909
910
  node_type: "FromStatement";
910
911
  children: {
911
- with?: NodeChild;
912
+ with?: { Node: WithClause };
912
913
  expr: NodeChild;
913
914
  };
914
915
  };
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": "1.0.2",
6
+ "version": "1.0.3",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "bq2cst_bg.wasm",