@materializeinc/sql-lexer 26.19.0-dev.0.21478 → 26.19.0-dev.0.21482

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.
@@ -96,11 +96,11 @@ export function lex(query) {
96
96
  wasm.__wbindgen_free(ret[0], ret[1] * 4, 4);
97
97
  return v2;
98
98
  }
99
- export function __wbg_Error_4577686b3a6d9b3a(arg0, arg1) {
99
+ export function __wbg_Error_83742b46f01ce22d(arg0, arg1) {
100
100
  const ret = Error(getStringFromWasm0(arg0, arg1));
101
101
  return ret;
102
102
  }
103
- export function __wbg___wbindgen_throw_39bc967c0e5a9b58(arg0, arg1) {
103
+ export function __wbg___wbindgen_throw_6ddd609b62940d55(arg0, arg1) {
104
104
  throw new Error(getStringFromWasm0(arg0, arg1));
105
105
  }
106
106
  export function __wbg_postoken_new(arg0) {
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@materializeinc/sql-lexer",
3
3
  "type": "module",
4
4
  "description": "The lexer for Materialize's SQL dialect, with wasm build targets.",
5
- "version": "26.19.0-dev.0.21478",
5
+ "version": "26.19.0-dev.0.21482",
6
6
  "files": [
7
7
  "mz_sql_lexer_wasm_bg.wasm",
8
8
  "mz_sql_lexer_wasm.js",