pinejs-client-request 8.1.1 → 8.1.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,17 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: bec06a4dae797d13b3841e11b89aaa365873c3b7
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
+ nested: []
12
+ version: 8.1.2
13
+ title: ""
14
+ date: 2026-02-18T18:37:05.649Z
1
15
  - commits:
2
16
  - subject: Sub-class the `StatusError` for errors as pinejs-client-core expects
3
17
  hash: c866977804481b50a81a62bb5a585c1f3ec53bd5
@@ -40,7 +54,7 @@
40
54
  date: 2025-10-10T13:05:32.557Z
41
55
  version: 8.1.1
42
56
  title: ""
43
- date: 2025-10-10T17:07:31.655Z
57
+ date: 2025-10-10T17:13:10.933Z
44
58
  - commits:
45
59
  - subject: Switch to Node20 module resolution
46
60
  hash: b2c8478ed1e2c657adda4017aff53bcae4a6e0d8
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 8.1.2 - 2026-02-18
8
+
9
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
10
+
7
11
  ## 8.1.1 - 2025-10-10
8
12
 
9
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "type": "commonjs",
6
6
  "main": "request.js",
@@ -48,6 +48,6 @@
48
48
  ]
49
49
  },
50
50
  "versionist": {
51
- "publishedAt": "2025-10-10T17:07:33.138Z"
51
+ "publishedAt": "2026-02-18T18:37:05.770Z"
52
52
  }
53
53
  }