@balena/abstract-sql-compiler
Advanced tools
Comparing version 9.1.0-build-partial-unique-index-694b370a6cf006d4cc16a3d8396c1a90f5d7d91b-1 to 9.1.0-build-partial-unique-index-6d00b7dba58690019cfb443e4c876d30e8d7ad98-1
@@ -7,5 +7,4 @@ # Change Log | ||
## 9.1.0 - 2024-03-21 | ||
## 9.1.0 - 2024-03-26 | ||
* Update TypeScript to 5.4.3 [Thodoris Greasidis] | ||
* Export the generateRuleHashAcronym helper [Thodoris Greasidis] | ||
@@ -15,2 +14,28 @@ * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis] | ||
## 9.0.7 - 2024-03-22 | ||
<details> | ||
<summary> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] </summary> | ||
> ### odata-parser-3.0.3 - 2024-01-04 | ||
> | ||
> * Optimize by moving constant values into global init [fisehara] | ||
> | ||
> ### odata-parser-3.0.2 - 2024-01-04 | ||
> | ||
> * Update dependencies [fisehara] | ||
> | ||
> ### odata-parser-3.0.1 - 2023-09-25 | ||
> | ||
> * Allow running CI on external PRs [Pagan Gazzard] | ||
> | ||
> ### odata-parser-3.0.0 - 2023-04-26 | ||
> | ||
> * Use optional chaining operator [Pagan Gazzard] | ||
> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard] | ||
> | ||
</details> | ||
## 9.0.6 - 2024-03-21 | ||
@@ -17,0 +42,0 @@ |
{ | ||
"name": "@balena/abstract-sql-compiler", | ||
"version": "9.1.0-build-partial-unique-index-694b370a6cf006d4cc16a3d8396c1a90f5d7d91b-1", | ||
"version": "9.1.0-build-partial-unique-index-6d00b7dba58690019cfb443e4c876d30e8d7ad98-1", | ||
"description": "A translator for abstract sql into sql.", | ||
@@ -25,3 +25,3 @@ "main": "out/AbstractSQLCompiler.js", | ||
"@balena/lint": "^6.2.2", | ||
"@balena/odata-parser": "^2.4.6", | ||
"@balena/odata-parser": "^3.0.0", | ||
"@balena/odata-to-abstract-sql": "^6.0.1", | ||
@@ -65,4 +65,4 @@ "@balena/sbvr-parser": "^1.4.3", | ||
"versionist": { | ||
"publishedAt": "2024-03-21T17:23:24.104Z" | ||
"publishedAt": "2024-03-26T09:26:17.946Z" | ||
} | ||
} |
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
844099
4630
43