sql-formatter
Advanced tools
Comparing version 14.0.0-beta.1 to 14.0.0-beta.2
{ | ||
"name": "sql-formatter", | ||
"version": "14.0.0-beta.1", | ||
"version": "14.0.0-beta.2", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -67,5 +67,6 @@ "license": "MIT", | ||
"build:babel": "babel src --out-dir lib --extensions .ts --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --isolatedModules", | ||
"build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules", | ||
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js", | ||
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified", | ||
"build:cleanup": "rm -rf lib/src/ lib/test/", | ||
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified && yarn build:cleanup", | ||
"release": "release-it" | ||
@@ -72,0 +73,0 @@ }, |
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
2156426
251
8148