@balena/pinejs 21.3.2-build-do-not-rely-on-side-behaviors-79fde860ab83bcfacd71969dae2e05fe6010c0f6-1 → 21.3.2-build-do-not-rely-on-side-behaviors-829639eb97553afe957c830238d461c0c6d718b8-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.
- package/.versionbot/CHANGELOG.yml +5 -6
- package/CHANGELOG.md +1 -1
- package/package.json +2 -2
@@ -1,11 +1,10 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Improve webresource tests to be independent of
|
3
|
-
hash:
|
2
|
+
- subject: Improve webresource tests to be independent of filename
|
3
|
+
hash: 829639eb97553afe957c830238d461c0c6d718b8
|
4
4
|
body: >
|
5
5
|
Previous version of tests were relying on the fact that the href
|
6
|
-
(generated) property used the given filename to be generated
|
7
|
-
|
8
|
-
and would search over the bucket for that filename.
|
6
|
+
(generated) property used the given filename to be generated and would
|
7
|
+
search over the bucket for that filename.
|
9
8
|
|
10
9
|
|
11
10
|
This is highly undesirable as it makes the tests unreliable to possible
|
@@ -23,7 +22,7 @@
|
|
23
22
|
nested: []
|
24
23
|
version: 21.3.2
|
25
24
|
title: ""
|
26
|
-
date: 2025-05-
|
25
|
+
date: 2025-05-05T12:10:37.636Z
|
27
26
|
- commits:
|
28
27
|
- subject: Fix webresource tests for deleted files with signed hrefs
|
29
28
|
hash: 36265762455f7a2182d8bfcc02b3e9787dfe4abe
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.3.2
|
8
8
|
## (2025-05-05)
|
9
9
|
|
10
|
-
* Improve webresource tests to be independent of
|
10
|
+
* Improve webresource tests to be independent of filename [Otavio Jacobi]
|
11
11
|
|
12
12
|
# v21.3.1
|
13
13
|
## (2025-05-05)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.3.2-build-do-not-rely-on-side-behaviors-
|
3
|
+
"version": "21.3.2-build-do-not-rely-on-side-behaviors-829639eb97553afe957c830238d461c0c6d718b8-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-05-
|
152
|
+
"publishedAt": "2025-05-05T12:10:38.664Z"
|
153
153
|
}
|
154
154
|
}
|