@balena/pinejs 23.3.1-build-webresource-initialize-tasks-0cef49b2b18abff2e48228d7cee12f13efbe83b6-1 → 23.3.1-build-await-task-start-72849366be1174a267b53e247243c61031212557-1

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.
@@ -1,4 +1,15 @@
1
1
  - commits:
2
+ - subject: Ensure starting the tasks worker succeeds as expected or throws
3
+ hash: 72849366be1174a267b53e247243c61031212557
4
+ body: |
5
+ This avoids potentially weird behavior if starting the task worker
6
+ fails but we silently ignored that failure and so they aren't actually
7
+ being run
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Pagan Gazzard
12
+ nested: []
2
13
  - subject: Move responsibility for initializing webresource tasks to the
3
14
  webresource code
4
15
  hash: 0cef49b2b18abff2e48228d7cee12f13efbe83b6
@@ -13,7 +24,7 @@
13
24
  nested: []
14
25
  version: 23.3.1
15
26
  title: ""
16
- date: 2026-01-13T18:24:41.857Z
27
+ date: 2026-01-13T18:26:01.659Z
17
28
  - commits:
18
29
  - subject: Add support for adjusting the task queue interval after initialization
19
30
  hash: 799c389b4566ee8e724364c99b733f210f940529
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.3.1
8
8
  ## (2026-01-13)
9
9
 
10
+ * Ensure starting the tasks worker succeeds as expected or throws [Pagan Gazzard]
10
11
  * Move responsibility for initializing webresource tasks to the webresource code [Pagan Gazzard]
11
12
 
12
13
  # v23.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.3.1-build-webresource-initialize-tasks-0cef49b2b18abff2e48228d7cee12f13efbe83b6-1",
3
+ "version": "23.3.1-build-await-task-start-72849366be1174a267b53e247243c61031212557-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2026-01-13T18:24:42.784Z"
151
+ "publishedAt": "2026-01-13T18:26:02.734Z"
152
152
  }
153
153
  }