@balena/sbvr-parser 1.4.11 → 1.4.12

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 @balena/sbvr-types to v11
3
+ hash: c4efe5a3ea98ba824a0fce85ed48ef298fd94d1c
4
+ body: |
5
+ Update @balena/sbvr-types from 10.1.0 to 11.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 1.4.12
11
+ title: ""
12
+ date: 2025-07-15T22:58:27.417Z
1
13
  - commits:
2
14
  - subject: Update dependency @balena/sbvr-types to v10
3
15
  hash: 550aa8f3885357550e9a1cdc3668f71c22f17540
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 1.4.11
11
23
  title: ""
12
- date: 2025-06-26T14:01:17.765Z
24
+ date: 2025-07-08T02:29:13.076Z
13
25
  - commits:
14
26
  - subject: Allow using single value Definitions
15
27
  hash: ed36e9f54a6e99347010a88e27c877f136ddfe4a
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
+ # v1.4.12
8
+ ## (2025-07-15)
9
+
10
+ * Update dependency @balena/sbvr-types to v11 [balena-renovate[bot]]
11
+
7
12
  # v1.4.11
8
- ## (2025-06-26)
13
+ ## (2025-07-08)
9
14
 
10
15
  * Update dependency @balena/sbvr-types to v10 [balena-renovate[bot]]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-parser",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "SBVR to LF parser.",
5
5
  "main": "sbvr-parser.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@balena/lint": "^6.2.1",
25
- "@balena/sbvr-types": "^10.0.0",
25
+ "@balena/sbvr-types": "^11.0.0",
26
26
  "chai": "^5.2.0",
27
27
  "mocha": "^11.0.0",
28
28
  "require-npm4-to-publish": "^1.0.0"
@@ -35,6 +35,6 @@
35
35
  "_": "test"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2025-06-26T14:01:17.872Z"
38
+ "publishedAt": "2025-07-15T22:58:27.495Z"
39
39
  }
40
40
  }