@balena/odata-to-abstract-sql 5.9.0 → 5.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.versionbot/CHANGELOG.yml +31 -1
- package/CHANGELOG.md +13 -0
- package/package.json +3 -3
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @balena/lf-to-abstract-sql to 5.0.0
|
|
3
|
+
hash: 9ca2f6387676866929a77054aea32eab736b0c2d
|
|
4
|
+
body: |
|
|
5
|
+
Update @balena/lf-to-abstract-sql to 5.0.0
|
|
6
|
+
|
|
7
|
+
Update @balena/lf-to-abstract-sql from 4.7.0 to 5.0.0
|
|
8
|
+
footer:
|
|
9
|
+
Change-type: patch
|
|
10
|
+
change-type: patch
|
|
11
|
+
author: Renovate Bot
|
|
12
|
+
nested:
|
|
13
|
+
- commits:
|
|
14
|
+
- subject: Expand `lfInfo` to also include the root table name
|
|
15
|
+
hash: cd6429c29d11d986d13b2f3a1c7090310e3e4d03
|
|
16
|
+
body: |
|
|
17
|
+
Also minor refactor for `lfInfo`
|
|
18
|
+
footer:
|
|
19
|
+
Change-type: major
|
|
20
|
+
change-type: major
|
|
21
|
+
Signed-off-by: Carol Schulze <carol@balena.io>
|
|
22
|
+
signed-off-by: Carol Schulze <carol@balena.io>
|
|
23
|
+
author: Carol Schulze
|
|
24
|
+
nested: []
|
|
25
|
+
version: lf-to-abstract-sql-5.0.0
|
|
26
|
+
title: ""
|
|
27
|
+
date: 2023-02-10T18:42:29.921Z
|
|
28
|
+
version: 5.9.1
|
|
29
|
+
title: ""
|
|
30
|
+
date: 2023-02-13T17:50:47.322Z
|
|
1
31
|
- commits:
|
|
2
32
|
- subject: Update dependency @balena/abstract-sql-compiler to 8.0.0
|
|
3
33
|
hash: 922e80ccea867f019fae5304f31fbd0cd9f141a2
|
|
@@ -83,7 +113,7 @@
|
|
|
83
113
|
date: 2023-02-13T14:04:25.744Z
|
|
84
114
|
version: 5.9.0
|
|
85
115
|
title: ""
|
|
86
|
-
date: 2023-02-
|
|
116
|
+
date: 2023-02-13T17:49:05.607Z
|
|
87
117
|
- commits:
|
|
88
118
|
- subject: Cache the `ResourceMapping` result to avoid unnecessary work
|
|
89
119
|
hash: 8f6051cd762950d903658c88ff0f072425229463
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 5.9.1 - 2023-02-13
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Update dependency @balena/lf-to-abstract-sql to 5.0.0 [Renovate Bot] </summary>
|
|
12
|
+
|
|
13
|
+
> ### lf-to-abstract-sql-5.0.0 - 2023-02-10
|
|
14
|
+
>
|
|
15
|
+
> * Expand `lfInfo` to also include the root table name [Carol Schulze]
|
|
16
|
+
>
|
|
17
|
+
|
|
18
|
+
</details>
|
|
19
|
+
|
|
7
20
|
## 5.9.0 - 2023-02-13
|
|
8
21
|
|
|
9
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/odata-to-abstract-sql",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.1",
|
|
4
4
|
"description": "A consumer of the OData parser, written in OMeta",
|
|
5
5
|
"main": "out/odata-to-abstract-sql.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"string-hash": "^1.1.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@balena/lf-to-abstract-sql": "^
|
|
28
|
+
"@balena/lf-to-abstract-sql": "^5.0.0",
|
|
29
29
|
"@balena/lint": "^6.2.1",
|
|
30
30
|
"@balena/sbvr-parser": "^1.4.2",
|
|
31
31
|
"@balena/sbvr-types": "^3.4.15",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"_": "test/*.js"
|
|
55
55
|
},
|
|
56
56
|
"versionist": {
|
|
57
|
-
"publishedAt": "2023-02-
|
|
57
|
+
"publishedAt": "2023-02-13T17:50:48.840Z"
|
|
58
58
|
}
|
|
59
59
|
}
|