@balena/odata-to-abstract-sql
Advanced tools
Comparing version 5.4.0 to 5.4.1-abstract-sql-compiler-7-4-2-4fc1c0cb35edb423a98e66f2c10347290ae25e0c
@@ -7,2 +7,18 @@ # Change Log | ||
## 5.4.1 - 2020-12-24 | ||
<details> | ||
<summary> Update abstract-sql-compiler to 7.4.2 [Thodoris Greasidis] </summary> | ||
> ### abstract-sql-compiler-7.4.2 - 2020-12-21 | ||
> | ||
> * Improve Relationship typings [Thodoris Greasidis] | ||
> | ||
> ### abstract-sql-compiler-7.4.1 - 2020-12-18 | ||
> | ||
> * Fix `containsNode` when that node type is at the top level [Pagan Gazzard] | ||
> | ||
</details> | ||
## 5.4.0 - 2020-12-18 | ||
@@ -9,0 +25,0 @@ |
{ | ||
"name": "@balena/odata-to-abstract-sql", | ||
"version": "5.4.0", | ||
"version": "5.4.1-abstract-sql-compiler-7-4-2-4fc1c0cb35edb423a98e66f2c10347290ae25e0c", | ||
"description": "A consumer of the OData parser, written in OMeta", | ||
@@ -20,3 +20,3 @@ "main": "out/odata-to-abstract-sql.js", | ||
"dependencies": { | ||
"@balena/abstract-sql-compiler": "^7.4.0", | ||
"@balena/abstract-sql-compiler": "^7.4.2", | ||
"@balena/odata-parser": "^2.2.1", | ||
@@ -23,0 +23,0 @@ "@types/lodash": "^4.14.165", |
@@ -9,2 +9,3 @@ import * as _ from 'lodash'; | ||
Relationship, | ||
RelationshipInternalNode, | ||
DurationNode, | ||
@@ -1575,3 +1576,6 @@ AbstractSqlType, | ||
nestedRelationships.push(key); | ||
getRelationships(relationships[key] as Relationship, nestedRelationships); | ||
getRelationships( | ||
(relationships as RelationshipInternalNode)[key], | ||
nestedRelationships, | ||
); | ||
} | ||
@@ -1578,0 +1582,0 @@ } |
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
393941
2958
2