@balena/pinejs-saml 0.2.1 → 0.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.
@@ -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: 97ab3b79b7b1f8219c0c23d71377467d5dda7963
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: 0.2.2
12
+ title: ""
13
+ date: 2026-02-18T18:48:25.760Z
1
14
  - commits:
2
15
  - subject: Ingest sbvr as a string
3
16
  hash: 5d7e08d98e45f237282df71f71329f433c5ada6d
@@ -8,7 +21,7 @@
8
21
  author: Otavio Jacobi
9
22
  version: 0.2.1
10
23
  title: ""
11
- date: 2024-02-21T18:24:35.251Z
24
+ date: 2024-02-21T18:32:27.201Z
12
25
  - commits:
13
26
  - subject: Add sbvr terms
14
27
  hash: 43646099fadd978bd203e2c81013fcf51b373786
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
+ # v0.2.2
8
+ ## (2026-02-18)
9
+
10
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
+
7
12
  # v0.2.1
8
13
  ## (2024-02-21)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-saml",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A PineJS SAML plugin",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -20,6 +20,6 @@
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "versionist": {
23
- "publishedAt": "2024-02-21T18:24:35.295Z"
23
+ "publishedAt": "2026-02-18T18:48:25.796Z"
24
24
  }
25
25
  }