monaco-sql-languages
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -5,2 +5,8 @@ # Changelog | ||
## [0.11.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.10.0...v0.11.0) (2023-01-09) | ||
### Features | ||
- upgrade the molecule to latest version ([377590d](https://github.com/DTStack/monaco-sql-languages/commit/377590d7fb7ae2b1c167781ec86b5ca2ad581ebe)) | ||
## [0.10.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.9.5...v0.10.0) (2022-12-16) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "monaco-sql-languages", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "SQL languages for the Monaco Editor, based on monaco-languages.", | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
"@babel/preset-typescript": "^7.12.16", | ||
"@dtinsight/molecule": "^0.9.0-beta.1", | ||
"@dtinsight/molecule": "^1.3.0", | ||
"@jcubic/lips": "^1.0.0-beta.14", | ||
@@ -81,4 +81,4 @@ "@types/tape": "^4.13.0", | ||
"dependencies": { | ||
"dt-sql-parser": "^4.0.0-beta.3" | ||
"dt-sql-parser": "^4.0.0-beta.3.2" | ||
} | ||
} |
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
750403