sql-formatter
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
{type: commonjs} | ||
{"type": "commonjs"} |
{ | ||
"name": "sql-formatter", | ||
"version": "15.5.0-beta.1", | ||
"version": "15.5.0-beta.2", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -66,3 +66,3 @@ "license": "MIT", | ||
"grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts", | ||
"build:cjs": "tsc -p tsconfig.cjs.json && echo \"{\"type\": \"commonjs\"}\" > dist/cjs/package.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
@@ -69,0 +69,0 @@ "build:webpack": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2605714
00
-100%