@balena/pinejs-webresource-cloudfront 0.2.0 → 0.2.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 +12 -1
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Add pinejs 19 as a supported peer version
|
|
3
|
+
hash: fb15fc5718a8e340c9634f42dec1343c158b3e5c
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
version: 0.2.1
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2024-09-16T12:41:14.420Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Switch @balena/pinejs to a peer dependency and support 17.x/18.x
|
|
3
14
|
hash: 91bc87db7d0e5e349353a3b33dc057c6a03a92fb
|
|
@@ -8,7 +19,7 @@
|
|
|
8
19
|
author: Pagan Gazzard
|
|
9
20
|
version: 0.2.0
|
|
10
21
|
title: ""
|
|
11
|
-
date: 2024-08-30T16:
|
|
22
|
+
date: 2024-08-30T16:35:10.844Z
|
|
12
23
|
- commits:
|
|
13
24
|
- subject: Update dependencies
|
|
14
25
|
hash: 1c9afbba10d9bc3edfd800727248652ffcbf918d
|
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
|
+
# v0.2.1
|
|
8
|
+
## (2024-09-16)
|
|
9
|
+
|
|
10
|
+
* Add pinejs 19 as a supported peer version [Pagan Gazzard]
|
|
11
|
+
|
|
7
12
|
# v0.2.0
|
|
8
13
|
## (2024-08-30)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs-webresource-cloudfront",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"memoizee": "^0.4.15"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
27
|
+
"@balena/pinejs": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
28
28
|
},
|
|
29
29
|
"versionist": {
|
|
30
|
-
"publishedAt": "2024-
|
|
30
|
+
"publishedAt": "2024-09-16T12:41:14.465Z"
|
|
31
31
|
}
|
|
32
32
|
}
|