@balena/sbvr-parser 1.4.14 → 1.4.15

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.
@@ -15,5 +15,5 @@ permissions:
15
15
  jobs:
16
16
  flowzone:
17
17
  name: Flowzone
18
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
18
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@a53cf4b7384cc3fb2636e63cb1c7a3559b1a2ed4 # master
19
19
  secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Pin product-os/flowzone action to a53cf4b
3
+ hash: 5f1222fc7c915a65db6928f657815db5aa0d1eee
4
+ body: |
5
+ Update product-os/flowzone
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 1.4.15
11
+ title: ""
12
+ date: 2026-03-24T18:20:14.329Z
1
13
  - commits:
2
14
  - subject: "Add id-token: write permission for NPM OIDC publishing"
3
15
  hash: 97108ebe8e2d32faf18c11e135981188bc7b6404
@@ -10,7 +22,7 @@
10
22
  author: Kyle Harding
11
23
  version: 1.4.14
12
24
  title: ""
13
- date: 2026-02-18T18:41:44.637Z
25
+ date: 2026-02-19T01:38:18.430Z
14
26
  - commits:
15
27
  - subject: Update dependency chai to v6
16
28
  hash: c08d34f52cf3263af00d9713d5a18ab6eb42e354
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.15
8
+ ## (2026-03-24)
9
+
10
+ * Pin product-os/flowzone action to a53cf4b [balena-renovate[bot]]
11
+
7
12
  # v1.4.14
8
- ## (2026-02-18)
13
+ ## (2026-02-19)
9
14
 
10
15
  * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-parser",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "SBVR to LF parser.",
5
5
  "main": "sbvr-parser.js",
6
6
  "scripts": {
@@ -35,6 +35,6 @@
35
35
  "_": "test"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2026-02-18T18:41:44.716Z"
38
+ "publishedAt": "2026-03-24T18:20:14.399Z"
39
39
  }
40
40
  }