@balena/odata-to-abstract-sql
Advanced tools
Comparing version 6.2.0 to 6.2.1-build-update-deps-6f619f6a24ec7a4086963b035fe3c015c729678c-1
@@ -7,4 +7,29 @@ # Change Log | ||
## 6.2.0 - 2023-11-17 | ||
## 6.2.1 - 2024-01-15 | ||
<details> | ||
<summary> Update dependencies [Pagan Gazzard] </summary> | ||
> ### abstract-sql-compiler-9.0.4 - 2024-01-02 | ||
> | ||
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot] | ||
> | ||
> ### 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] | ||
> | ||
> ### sbvr-types-6.1.1 - 2024-01-02 | ||
> | ||
> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot] | ||
> | ||
</details> | ||
## 6.2.0 - 2023-11-24 | ||
* Optimize Duplications of `ComputedField` queries [fisehara] | ||
@@ -11,0 +36,0 @@ |
{ | ||
"name": "@balena/odata-to-abstract-sql", | ||
"version": "6.2.0", | ||
"version": "6.2.1-build-update-deps-6f619f6a24ec7a4086963b035fe3c015c729678c-1", | ||
"description": "A consumer of the OData parser, written in OMeta", | ||
@@ -18,7 +18,7 @@ "main": "out/odata-to-abstract-sql.js", | ||
"dependencies": { | ||
"@balena/abstract-sql-compiler": "^9.0.3", | ||
"@balena/odata-parser": "^3.0.1", | ||
"@types/lodash": "^4.14.199", | ||
"@types/memoizee": "^0.4.9", | ||
"@types/string-hash": "^1.1.1", | ||
"@balena/abstract-sql-compiler": "^9.0.4", | ||
"@balena/odata-parser": "^3.0.3", | ||
"@types/lodash": "^4.14.202", | ||
"@types/memoizee": "^0.4.11", | ||
"@types/string-hash": "^1.1.3", | ||
"lodash": "^4.17.21", | ||
@@ -30,16 +30,16 @@ "memoizee": "^0.4.15", | ||
"@balena/lf-to-abstract-sql": "^5.0.1", | ||
"@balena/lint": "^7.2.0", | ||
"@balena/lint": "^7.2.4", | ||
"@balena/sbvr-parser": "^1.4.3", | ||
"@balena/sbvr-types": "^6.1.0", | ||
"@types/chai": "^4.3.8", | ||
"@balena/sbvr-types": "^6.1.1", | ||
"@types/chai": "^4.3.11", | ||
"@types/chai-things": "0.0.38", | ||
"@types/mocha": "^10.0.2", | ||
"chai": "^4.3.10", | ||
"@types/mocha": "^10.0.6", | ||
"chai": "^4.4.1", | ||
"chai-things": "~0.2.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.0.1", | ||
"lint-staged": "^15.2.0", | ||
"mocha": "^10.2.0", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -58,4 +58,4 @@ "mocha": { | ||
"versionist": { | ||
"publishedAt": "2023-11-17T12:26:34.123Z" | ||
"publishedAt": "2024-01-15T14:57:38.058Z" | ||
} | ||
} |
@@ -40,3 +40,3 @@ import * as _ from 'lodash'; | ||
['ReferencedField', resourceAlias, 'id'], | ||
] | ||
] | ||
: [ | ||
@@ -46,3 +46,3 @@ 'Equals', | ||
['ReferencedField', resourceAlias, parentResourceField], | ||
]; | ||
]; | ||
return [ | ||
@@ -49,0 +49,0 @@ 'Alias', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
581295
2
Updated@balena/odata-parser@^3.0.3
Updated@types/lodash@^4.14.202
Updated@types/memoizee@^0.4.11
Updated@types/string-hash@^1.1.3