@materializeinc/sql-parser 26.27.0-dev.0.22279 → 26.27.0-dev.0.22280

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.
Files changed (2) hide show
  1. package/LICENSE +2 -2
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -13,7 +13,7 @@ Business Source License 1.1
13
13
 
14
14
  Licensor: Materialize, Inc.
15
15
 
16
- Licensed Work: Materialize Version 20260524
16
+ Licensed Work: Materialize Version 20260525
17
17
  The Licensed Work is © 2026 Materialize, Inc.
18
18
 
19
19
  Additional Use Grant: Within a single installation of the Licensed Work,
@@ -39,7 +39,7 @@ Additional Use Grant: Within a single installation of the Licensed Work,
39
39
  whose definitions are controlled by such third
40
40
  parties.
41
41
 
42
- Change Date: May 24, 2030
42
+ Change Date: May 25, 2030
43
43
 
44
44
  Change License: Apache License, Version 2.0
45
45
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@materializeinc/sql-parser",
3
3
  "type": "module",
4
4
  "description": "The parser for Materialize's SQL dialect, with wasm build targets.",
5
- "version": "26.27.0-dev.0.22279",
5
+ "version": "26.27.0-dev.0.22280",
6
6
  "files": [
7
7
  "mz_sql_parser_wasm_bg.wasm",
8
8
  "mz_sql_parser_wasm.js",