@balena/sbvr-types 11.2.3 → 11.2.4
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 +5 -0
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Pin dependencies
|
|
3
|
+
hash: 01f140aeaa425324a3d0709b969a2f0b1a435a47
|
|
4
|
+
body: |
|
|
5
|
+
Update typescript
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 11.2.4
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2026-06-20T00:14:59.242Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update typescript to 6.x
|
|
3
15
|
hash: 7f7b234ab0f50116d40e59af4fc38e431af7dbe5
|
|
@@ -8,7 +20,7 @@
|
|
|
8
20
|
author: Pagan Gazzard
|
|
9
21
|
version: 11.2.3
|
|
10
22
|
title: ""
|
|
11
|
-
date: 2026-06-18T13:
|
|
23
|
+
date: 2026-06-18T13:49:51.337Z
|
|
12
24
|
- commits:
|
|
13
25
|
- subject: Pin dependencies
|
|
14
26
|
hash: 21f7dfb9feccab840f3af20905063eef28adb21e
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
# v11.2.4
|
|
8
|
+
## (2026-06-20)
|
|
9
|
+
|
|
10
|
+
* Pin dependencies [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v11.2.3
|
|
8
13
|
## (2026-06-18)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-types",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.4",
|
|
4
4
|
"description": "SBVR type definitions.",
|
|
5
5
|
"main": "out",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"lint-staged": "17.0.7",
|
|
35
35
|
"mocha": "11.7.6",
|
|
36
36
|
"ts-node": "10.9.2",
|
|
37
|
-
"typescript": "
|
|
37
|
+
"typescript": "6.0.3"
|
|
38
38
|
},
|
|
39
39
|
"lint-staged": {
|
|
40
40
|
"*.ts": [
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"npm": ">=8.1.0"
|
|
53
53
|
},
|
|
54
54
|
"versionist": {
|
|
55
|
-
"publishedAt": "2026-06-
|
|
55
|
+
"publishedAt": "2026-06-20T00:14:59.351Z"
|
|
56
56
|
}
|
|
57
57
|
}
|