@balena/abstract-sql-to-typescript 3.3.0 → 3.3.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 +25 -1
- package/CHANGELOG.md +13 -0
- package/package.json +3 -3
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @balena/sbvr-types to v8
|
|
3
|
+
hash: 8e3750e27e52293db545b56003a2cdba15fe1e89
|
|
4
|
+
body: |
|
|
5
|
+
Update @balena/sbvr-types from 7.1.3 to 8.0.0
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: Self-hosted Renovate Bot
|
|
10
|
+
nested:
|
|
11
|
+
- commits:
|
|
12
|
+
- subject: Improve BigInteger and BigSerial support
|
|
13
|
+
hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
|
|
14
|
+
body: ""
|
|
15
|
+
footer:
|
|
16
|
+
Change-type: major
|
|
17
|
+
change-type: major
|
|
18
|
+
author: Josh Bowling
|
|
19
|
+
version: sbvr-types-8.0.0
|
|
20
|
+
title: ""
|
|
21
|
+
date: 2024-06-12T22:37:59.778Z
|
|
22
|
+
version: 3.3.1
|
|
23
|
+
title: ""
|
|
24
|
+
date: 2024-06-27T16:45:49.609Z
|
|
1
25
|
- commits:
|
|
2
26
|
- subject: Add support for synonyms that only affect part of the relationship
|
|
3
27
|
hash: 540a3ebfc526756910924066e053f53eab33b580
|
|
@@ -9,7 +33,7 @@
|
|
|
9
33
|
nested: []
|
|
10
34
|
version: 3.3.0
|
|
11
35
|
title: ""
|
|
12
|
-
date: 2024-06-27T16:
|
|
36
|
+
date: 2024-06-27T16:16:09.558Z
|
|
13
37
|
- commits:
|
|
14
38
|
- subject: Avoid misclassifying non-resource arrays in `Expanded`/`Deferred` typings
|
|
15
39
|
hash: ace38176e397aa93740f7380429a3bffb5c260e6
|
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
|
+
## 3.3.1 - 2024-06-27
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot] </summary>
|
|
12
|
+
|
|
13
|
+
> ### sbvr-types-8.0.0 - 2024-06-12
|
|
14
|
+
>
|
|
15
|
+
> * Improve BigInteger and BigSerial support [Josh Bowling]
|
|
16
|
+
>
|
|
17
|
+
|
|
18
|
+
</details>
|
|
19
|
+
|
|
7
20
|
## 3.3.0 - 2024-06-27
|
|
8
21
|
|
|
9
22
|
* Add support for synonyms that only affect part of the relationship [Pagan Gazzard]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-to-typescript",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "A translator for abstract sql into typescript types.",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@balena/abstract-sql-compiler": "^9.2.0",
|
|
23
23
|
"@balena/odata-to-abstract-sql": "^6.2.7",
|
|
24
|
-
"@balena/sbvr-types": "^
|
|
24
|
+
"@balena/sbvr-types": "^8.0.0",
|
|
25
25
|
"@types/node": "^20.14.8",
|
|
26
26
|
"common-tags": "^1.8.2"
|
|
27
27
|
},
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"_": "test/**/*.ts"
|
|
52
52
|
},
|
|
53
53
|
"versionist": {
|
|
54
|
-
"publishedAt": "2024-06-27T16:
|
|
54
|
+
"publishedAt": "2024-06-27T16:45:51.052Z"
|
|
55
55
|
}
|
|
56
56
|
}
|