sql-formatter
Advanced tools
Comparing version 12.0.0 to 12.0.1
export { supportedDialects, format, formatDialect } from './sqlFormatter.js'; | ||
export { expandPhrases } from './expandPhrases.js'; // Intentionally use "export *" syntax here to make sure when adding a new SQL dialect | ||
export { expandPhrases } from './expandPhrases.js'; | ||
export { ConfigError } from './validateConfig.js'; // Intentionally use "export *" syntax here to make sure when adding a new SQL dialect | ||
// we wouldn't forget to expose it in our public API. | ||
@@ -4,0 +5,0 @@ |
export { supportedDialects, format, formatDialect } from './sqlFormatter.js'; | ||
export { expandPhrases } from './expandPhrases.js'; | ||
export { ConfigError } from './validateConfig.js'; | ||
export * from './allDialects.js'; | ||
@@ -7,2 +8,1 @@ export type { SqlLanguage, FormatOptionsWithLanguage, FormatOptionsWithDialect, } from './sqlFormatter.js'; | ||
export type { DialectOptions } from './dialect.js'; | ||
export type { ConfigError } from './validateConfig.js'; |
{ | ||
"name": "sql-formatter", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2140623
8079
3