@balena/sbvr-parser 1.4.13 → 1.4.14

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.
@@ -7,6 +7,11 @@ on:
7
7
  - "main"
8
8
  - "master"
9
9
 
10
+ permissions:
11
+ id-token: write
12
+ contents: read
13
+ packages: read
14
+
10
15
  jobs:
11
16
  flowzone:
12
17
  name: Flowzone
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: 97108ebe8e2d32faf18c11e135981188bc7b6404
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ Signed-off-by: Kyle Harding <kyle@balena.io>
9
+ signed-off-by: Kyle Harding <kyle@balena.io>
10
+ author: Kyle Harding
11
+ version: 1.4.14
12
+ title: ""
13
+ date: 2026-02-18T18:41:44.637Z
1
14
  - commits:
2
15
  - subject: Update dependency chai to v6
3
16
  hash: c08d34f52cf3263af00d9713d5a18ab6eb42e354
@@ -9,7 +22,7 @@
9
22
  author: balena-renovate[bot]
10
23
  version: 1.4.13
11
24
  title: ""
12
- date: 2025-08-25T10:02:04.533Z
25
+ date: 2025-09-03T01:57:57.152Z
13
26
  - commits:
14
27
  - subject: Update dependency @balena/sbvr-types to v11
15
28
  hash: c4efe5a3ea98ba824a0fce85ed48ef298fd94d1c
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.14
8
+ ## (2026-02-18)
9
+
10
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
+
7
12
  # v1.4.13
8
- ## (2025-08-25)
13
+ ## (2025-09-03)
9
14
 
10
15
  * Update dependency chai to v6 [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.13",
3
+ "version": "1.4.14",
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": "2025-08-25T10:02:04.598Z"
38
+ "publishedAt": "2026-02-18T18:41:44.716Z"
39
39
  }
40
40
  }