sql-formatter
Advanced tools
Comparing version 14.0.0-beta.3 to 14.0.0-beta.4
{ | ||
"name": "sql-formatter", | ||
"version": "14.0.0-beta.3", | ||
"version": "14.0.0-beta.4", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"types": "./lib/src/index.d.ts", | ||
"import": "./lib/index.js", | ||
@@ -69,6 +69,5 @@ "require": "./dist/sql-formatter.min.cjs" | ||
"build:babel": "babel src --out-dir lib --extensions .ts --source-maps", | ||
"build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules", | ||
"build:types": "tsc --emitDeclarationOnly --isolatedModules", | ||
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js", | ||
"build:cleanup": "rm -rf lib/src/ lib/test/", | ||
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified && yarn build:cleanup", | ||
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified", | ||
"release": "release-it" | ||
@@ -75,0 +74,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2164630
319
8347