bq2cst 0.4.27 → 0.4.29

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
@@ -393,6 +393,7 @@ export type BinaryOperator = Expr & {
393
393
  children: {
394
394
  not?: NodeChild;
395
395
  left: { Node: Expr & UnknownNode };
396
+ quantifier?: NodeChild;
396
397
  right: { Node: Expr & UnknownNode };
397
398
  };
398
399
  };
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.4.27",
6
+ "version": "0.4.29",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "bq2cst_bg.wasm",