prettier-plugin-sql-cst
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -175,2 +175,3 @@ "use strict"; | ||
}, | ||
group_by_all: function (print) { return print(["allKw"]); }, | ||
// PARTITION BY clause | ||
@@ -177,0 +178,0 @@ partition_by_clause: function (print) { |
{ | ||
"name": "prettier-plugin-sql-cst", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Prettier plugin for SQL", | ||
"contributors": [ | ||
"Barna Magyarkuti <bmagyarkuti@gmail.com>", | ||
"Bowen Parnell <bparnell@4tel.com.au>", | ||
@@ -39,3 +40,3 @@ "Rene Saarsoo <nene@triin.net>" | ||
"prettier": "^3.0.3", | ||
"sql-parser-cst": "^0.31.1" | ||
"sql-parser-cst": "^0.32.0" | ||
}, | ||
@@ -42,0 +43,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193307
3269
+ Addedsql-parser-cst@0.32.0(transitive)
- Removedsql-parser-cst@0.31.1(transitive)
Updatedsql-parser-cst@^0.32.0