balena-request 14.2.2 → 14.2.3

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,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency balena-config-karma to v4.0.3
3
+ hash: 5957eb452ce5b23e4b034e5ac265d59e0d324d3b
4
+ body: |
5
+ Update balena-config-karma from 4.0.2 to 4.0.3
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 14.2.3
12
+ title: ""
13
+ date: 2026-05-16T00:10:20.668Z
1
14
  - commits:
2
15
  - subject: Update dependency balena-errors to v5
3
16
  hash: a5885be92a2abdec995ba28341ff8692f9ee5a71
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 14.2.2
12
25
  title: ""
13
- date: 2026-05-12T17:35:04.613Z
26
+ date: 2026-05-13T08:16:32.401Z
14
27
  - commits:
15
28
  - subject: Avoid unnecessary array creations while running the response interceptors
16
29
  hash: 2150d6669ae50eed667b32bc5d930d8568d14648
package/CHANGELOG.md CHANGED
@@ -4,7 +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
- ## 14.2.2 - 2026-05-12
7
+ ## 14.2.3 - 2026-05-16
8
+
9
+ * Update dependency balena-config-karma to v4.0.3 [balena-renovate[bot]]
10
+
11
+ ## 14.2.2 - 2026-05-13
8
12
 
9
13
  * Update dependency balena-errors to v5 [balena-renovate[bot]]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-request",
3
- "version": "14.2.2",
3
+ "version": "14.2.3",
4
4
  "description": "Balena HTTP client",
5
5
  "type": "commonjs",
6
6
  "main": "build/request.js",
@@ -51,7 +51,7 @@
51
51
  "@types/temp": "^0.9.4",
52
52
  "assert": "^2.0.0",
53
53
  "balena-auth": "^6.0.1",
54
- "balena-config-karma": "4.0.2",
54
+ "balena-config-karma": "4.0.3",
55
55
  "browserify-zlib": "^0.2.0",
56
56
  "buffer": "^6.0.0",
57
57
  "chai": "^4.3.4",
@@ -85,6 +85,6 @@
85
85
  "balena-auth": "^6.0.1"
86
86
  },
87
87
  "versionist": {
88
- "publishedAt": "2026-05-12T17:35:04.708Z"
88
+ "publishedAt": "2026-05-16T00:10:20.801Z"
89
89
  }
90
90
  }