@balena/sbvr-types 11.1.5 → 11.1.6

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.
@@ -9,6 +9,11 @@ on:
9
9
  types: [opened, synchronize, closed]
10
10
  branches: [main, master]
11
11
 
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
+ packages: read
16
+
12
17
  jobs:
13
18
  flowzone:
14
19
  name: Flowzone
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: ab01f7d00c2905b30c0c70289a7cb273cf088a7e
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: 11.1.6
12
+ title: ""
13
+ date: 2026-02-18T18:40:46.467Z
1
14
  - commits:
2
15
  - subject: Update dependencies
3
16
  hash: faa3686f258876ea0e58aa0f8c82026c9484a33e
@@ -8,7 +21,7 @@
8
21
  author: Pagan Gazzard
9
22
  version: 11.1.5
10
23
  title: ""
11
- date: 2026-02-16T15:34:26.887Z
24
+ date: 2026-02-16T15:37:36.341Z
12
25
  - commits:
13
26
  - subject: Update dependency chai to v6
14
27
  hash: f274704db15b15d148a8ea66903c2ebf185f2b54
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.6
8
+ ## (2026-02-18)
9
+
10
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
+
7
12
  # v11.1.5
8
13
  ## (2026-02-16)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.1.5",
3
+ "version": "11.1.6",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -52,6 +52,6 @@
52
52
  "npm": ">=8.1.0"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2026-02-16T15:34:26.995Z"
55
+ "publishedAt": "2026-02-18T18:40:46.563Z"
56
56
  }
57
57
  }