@balena/sbvr-types 11.1.3 → 11.1.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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependency chai to v6
3
+ hash: f274704db15b15d148a8ea66903c2ebf185f2b54
4
+ body: |
5
+ Update chai from 4.5.0 to 6.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 11.1.4
11
+ title: ""
12
+ date: 2025-08-25T10:02:30.699Z
1
13
  - commits:
2
14
  - subject: Update dependencies
3
15
  hash: 3079d1e0a086bd694edeb240a8183d61c41ddcf7
@@ -8,7 +20,7 @@
8
20
  author: Pagan Gazzard
9
21
  version: 11.1.3
10
22
  title: ""
11
- date: 2025-08-05T16:21:06.726Z
23
+ date: 2025-08-05T17:27:47.398Z
12
24
  - commits:
13
25
  - subject: Fix the JSON type being incorrectly marked as Concept Type of Text
14
26
  hash: bc94439af75bdfbec32e3305b45618c455ad1e76
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.1.4
8
+ ## (2025-08-25)
9
+
10
+ * Update dependency chai to v6 [balena-renovate[bot]]
11
+
7
12
  # v11.1.3
8
13
  ## (2025-08-05)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.1.3",
3
+ "version": "11.1.4",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -28,7 +28,7 @@
28
28
  "@types/chai-datetime": "^1.0.0",
29
29
  "@types/mocha": "^10.0.10",
30
30
  "@types/sha.js": "^2.4.4",
31
- "chai": "^4.5.0",
31
+ "chai": "^6.0.0",
32
32
  "chai-datetime": "^1.8.1",
33
33
  "husky": "^9.1.7",
34
34
  "lint-staged": "^16.1.4",
@@ -52,6 +52,6 @@
52
52
  "npm": ">=8.1.0"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2025-08-05T16:21:06.861Z"
55
+ "publishedAt": "2025-08-25T10:02:30.791Z"
56
56
  }
57
57
  }