@balena/promise-queue 1.3.3 → 1.3.4

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.
@@ -8,6 +8,11 @@ on:
8
8
  types: [opened, synchronize, closed]
9
9
  branches: [main, master]
10
10
 
11
+ permissions:
12
+ id-token: write
13
+ contents: read
14
+ packages: read
15
+
11
16
  jobs:
12
17
  flowzone:
13
18
  name: Flowzone
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: bb664a536c68c02e7d56bed54241c18a98a1510d
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.3.4
12
+ title: ""
13
+ date: 2026-02-18T18:37:17.191Z
1
14
  - commits:
2
15
  - subject: Update eventemitter3 to 5.x
3
16
  hash: f63f3c3b8af41502724d10028b1eb324f5d3f4e1
@@ -8,7 +21,7 @@
8
21
  author: Pagan Gazzard
9
22
  version: 1.3.3
10
23
  title: ""
11
- date: 2025-10-09T12:33:20.997Z
24
+ date: 2025-10-09T12:37:27.287Z
12
25
  - commits:
13
26
  - subject: Fix checking for timed out items
14
27
  hash: d88adf26c1f53c5e2064879f37baa4a5c5ba9e02
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
+ # v1.3.4
8
+ ## (2026-02-18)
9
+
10
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
+
7
12
  # v1.3.3
8
13
  ## (2025-10-09)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/promise-queue",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Queue sync or async functions with max concurrency, max size, max age, and fifo/lifo ordering",
5
5
  "author": "Pagan Gazzard <page@balena.io>",
6
6
  "main": "out/index.js",
@@ -39,6 +39,6 @@
39
39
  ]
40
40
  },
41
41
  "versionist": {
42
- "publishedAt": "2025-10-09T12:33:21.035Z"
42
+ "publishedAt": "2026-02-18T18:37:17.233Z"
43
43
  }
44
44
  }