@balena/pinejs-webresource-s3 1.0.5 → 1.0.6
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 +13 -1
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @balena/pinejs to v21
|
|
3
|
+
hash: 41ac408a31ee3ff42fef55b860f8f5f5d0f47323
|
|
4
|
+
body: |
|
|
5
|
+
Update @balena/pinejs from 19.7.4 to 21.0.3
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 1.0.6
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2025-04-02T15:00:06.356Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update dependency sinon to v20
|
|
3
15
|
hash: 76a8ab27cb36df23220e51385081d356a5540295
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
author: balena-renovate[bot]
|
|
10
22
|
version: 1.0.5
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2025-
|
|
24
|
+
date: 2025-04-02T14:05:40.305Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Mark pinejs 21.x as compatible
|
|
15
27
|
hash: 2aa44949589b4b02ac7dac07ac36ac1aec9aeb32
|
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,13 @@ 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.0.6
|
|
8
|
+
## (2025-04-02)
|
|
9
|
+
|
|
10
|
+
* Update dependency @balena/pinejs to v21 [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v1.0.5
|
|
8
|
-
## (2025-
|
|
13
|
+
## (2025-04-02)
|
|
9
14
|
|
|
10
15
|
* Update dependency sinon to v20 [balena-renovate[bot]]
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs-webresource-s3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "A PineJS WebResource handler for storing & serving files on S3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@balena/lint": "^9.1.3",
|
|
22
|
-
"@balena/pinejs": "^
|
|
22
|
+
"@balena/pinejs": "^21.0.0",
|
|
23
23
|
"@balena/sbvr-types": "^9.1.0",
|
|
24
24
|
"@types/chai": "^5.0.1",
|
|
25
25
|
"@types/chai-as-promised": "^8.0.1",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
|
|
46
46
|
},
|
|
47
47
|
"versionist": {
|
|
48
|
-
"publishedAt": "2025-
|
|
48
|
+
"publishedAt": "2025-04-02T15:00:06.410Z"
|
|
49
49
|
}
|
|
50
50
|
}
|