@balena/sbvr-types 11.2.1 → 11.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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Pin dependencies
3
+ hash: 21f7dfb9feccab840f3af20905063eef28adb21e
4
+ body: |
5
+ Update @types/bcrypt
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 11.2.2
11
+ title: ""
12
+ date: 2026-06-13T00:26:19.247Z
1
13
  - commits:
2
14
  - subject: Update dependency lint-staged to v17
3
15
  hash: 75097e64db9d54e6845268efbd43a7640e35bdf0
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 11.2.1
11
23
  title: ""
12
- date: 2026-05-09T09:15:55.476Z
24
+ date: 2026-05-12T03:18:02.312Z
13
25
  - commits:
14
26
  - subject: Add 'Date Time Range' type
15
27
  hash: e638b470c7c0c086257dcb1a4c71cd657e131c37
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
+ # v11.2.2
8
+ ## (2026-06-13)
9
+
10
+ * Pin dependencies [balena-renovate[bot]]
11
+
7
12
  # v11.2.1
8
- ## (2026-05-09)
13
+ ## (2026-05-12)
9
14
 
10
15
  * Update dependency lint-staged to v17 [balena-renovate[bot]]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.2.1",
3
+ "version": "11.2.2",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -23,18 +23,18 @@
23
23
  "devDependencies": {
24
24
  "@balena/abstract-sql-compiler": "^11.3.1",
25
25
  "@balena/lint": "^9.3.12",
26
- "@types/bcrypt": "^6.0.0",
27
- "@types/chai": "^5.2.3",
28
- "@types/chai-datetime": "^1.0.0",
29
- "@types/mocha": "^10.0.10",
30
- "@types/sha.js": "^2.4.4",
31
- "chai": "^6.2.2",
32
- "chai-datetime": "^1.8.1",
33
- "husky": "^9.1.7",
34
- "lint-staged": "^17.0.0",
35
- "mocha": "^11.7.5",
36
- "ts-node": "^10.9.2",
37
- "typescript": "^5.9.3"
26
+ "@types/bcrypt": "6.0.0",
27
+ "@types/chai": "5.2.3",
28
+ "@types/chai-datetime": "1.0.0",
29
+ "@types/mocha": "10.0.10",
30
+ "@types/sha.js": "2.4.4",
31
+ "chai": "6.2.2",
32
+ "chai-datetime": "1.8.1",
33
+ "husky": "9.1.7",
34
+ "lint-staged": "17.0.7",
35
+ "mocha": "11.7.6",
36
+ "ts-node": "10.9.2",
37
+ "typescript": "5.9.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-05-09T09:15:55.571Z"
55
+ "publishedAt": "2026-06-13T00:26:19.366Z"
56
56
  }
57
57
  }