@balena/sbvr-types 9.2.1 → 9.2.2
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 +13 -1
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @balena/abstract-sql-compiler to v10
|
|
3
|
+
hash: 4298ea50286d12237996b1fc50a028450647a16b
|
|
4
|
+
body: |
|
|
5
|
+
Update @balena/abstract-sql-compiler from 9.2.0 to 10.2.3
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 9.2.2
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2025-03-24T02:26:11.567Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update dependency @types/chai-datetime to v1
|
|
3
15
|
hash: 3072ff0292859b64f981f5c6809a63ff13fc823f
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
author: balena-renovate[bot]
|
|
10
22
|
version: 9.2.1
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2025-
|
|
24
|
+
date: 2025-03-24T01:35:33.820Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Use big integer for webresource casting type
|
|
15
27
|
hash: 49acafb188c3cbf3cd16bbcc9b701d4cac8ca341
|
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,13 @@ 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
|
+
# v9.2.2
|
|
8
|
+
## (2025-03-24)
|
|
9
|
+
|
|
10
|
+
* Update dependency @balena/abstract-sql-compiler to v10 [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v9.2.1
|
|
8
|
-
## (2025-
|
|
13
|
+
## (2025-03-24)
|
|
9
14
|
|
|
10
15
|
* Update dependency @types/chai-datetime to v1 [balena-renovate[bot]]
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-types",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "SBVR type definitions.",
|
|
5
5
|
"main": "out",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"sha.js": "^2.4.11"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@balena/abstract-sql-compiler": "^
|
|
23
|
+
"@balena/abstract-sql-compiler": "^10.0.0",
|
|
24
24
|
"@balena/lint": "^8.2.7",
|
|
25
25
|
"@types/bcrypt": "^5.0.2",
|
|
26
26
|
"@types/chai": "^4.3.16",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"npm": ">=8.1.0"
|
|
52
52
|
},
|
|
53
53
|
"versionist": {
|
|
54
|
-
"publishedAt": "2025-
|
|
54
|
+
"publishedAt": "2025-03-24T02:26:11.742Z"
|
|
55
55
|
}
|
|
56
56
|
}
|