@materializeinc/sql-pretty 0.146.0 → 0.147.0-dev.0.18751
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/LICENSE +1 -1
- package/mz_sql_pretty_wasm_bg.wasm +0 -0
- 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
|
16
|
+
Licensed Work: Materialize Version 20250606
|
17
17
|
The Licensed Work is © 2025 Materialize, Inc.
|
18
18
|
|
19
19
|
Additional Use Grant: Within a single installation of the Licensed Work,
|
Binary file
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@materializeinc/sql-pretty",
|
3
3
|
"type": "module",
|
4
4
|
"description": "The pretty printer for Materialize's SQL dialect, with wasm build targets.",
|
5
|
-
"version": "0.
|
5
|
+
"version": "0.147.0-dev.0.18751",
|
6
6
|
"files": [
|
7
7
|
"mz_sql_pretty_wasm_bg.wasm",
|
8
8
|
"mz_sql_pretty_wasm.js",
|