sql-formatter
Advanced tools
Comparing version 15.0.1 to 15.0.2
@@ -130,5 +130,5 @@ declare type ParamItems = { | ||
declare type KeywordCase = 'preserve' | 'upper' | 'lower'; | ||
declare type IdentifierCase = 'preserve' | 'upper' | 'lower'; | ||
declare type DataTypeCase = 'preserve' | 'upper' | 'lower'; | ||
declare type FunctionCase = 'preserve' | 'upper' | 'lower'; | ||
declare type IdentifierCase = KeywordCase; | ||
declare type DataTypeCase = KeywordCase; | ||
declare type FunctionCase = KeywordCase; | ||
declare type LogicalOperatorNewline = 'before' | 'after'; | ||
@@ -253,2 +253,2 @@ interface FormatOptions { | ||
export { ConfigError, type DialectOptions, type FormatOptions, type FormatOptionsWithDialect, type FormatOptionsWithLanguage, type IdentifierCase, type IndentStyle, type KeywordCase, type LogicalOperatorNewline, type ParamItems, type ParamTypes, type SqlLanguage, bigquery, db2, db2i, expandPhrases, format, formatDialect, hive, mariadb, mysql, n1ql, plsql, postgresql, redshift, singlestoredb, snowflake, spark, sql, sqlite, supportedDialects, transactsql, trino }; | ||
export { ConfigError, type DataTypeCase, type DialectOptions, type FormatOptions, type FormatOptionsWithDialect, type FormatOptionsWithLanguage, type FunctionCase, type IdentifierCase, type IndentStyle, type KeywordCase, type LogicalOperatorNewline, type ParamItems, type ParamTypes, type SqlLanguage, bigquery, db2, db2i, expandPhrases, format, formatDialect, hive, mariadb, mysql, n1ql, plsql, postgresql, redshift, singlestoredb, snowflake, spark, sql, sqlite, supportedDialects, transactsql, trino }; |
{ | ||
"name": "sql-formatter", | ||
"version": "15.0.1", | ||
"version": "15.0.2", | ||
"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
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
2932892