@balena/pinejs-webresource-cloudfront 2.0.21 → 2.0.22
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
- package/tsconfig.json +1 -0
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update typescript to v6
|
|
3
|
+
hash: b7aa16f02136d44e63b2251520924a0fb1e0e979
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: joshbwlng
|
|
9
|
+
version: 2.0.22
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2026-06-10T01:53:19.836Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Update dependency lint-staged to v17
|
|
3
14
|
hash: 0ef5669134bfa3332db2eb7ee0c7b8987d24e176
|
|
@@ -9,7 +20,7 @@
|
|
|
9
20
|
author: balena-renovate[bot]
|
|
10
21
|
version: 2.0.21
|
|
11
22
|
title: ""
|
|
12
|
-
date: 2026-06-09T09:
|
|
23
|
+
date: 2026-06-09T09:30:12.638Z
|
|
13
24
|
- commits:
|
|
14
25
|
- subject: Rename .linstagedrc to .lintstagedrc.json
|
|
15
26
|
hash: 9c21813b11417f69d2b4ab5cb14c9f458e236233
|
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
|
+
# v2.0.22
|
|
8
|
+
## (2026-06-10)
|
|
9
|
+
|
|
10
|
+
* Update typescript to v6 [joshbwlng]
|
|
11
|
+
|
|
7
12
|
# v2.0.21
|
|
8
13
|
## (2026-06-09)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs-webresource-cloudfront",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.22",
|
|
4
4
|
"description": "A PineJS WebResource handler for storing files on S3 and serving via AWS Cloudfront",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/memoizee": "0.4.12",
|
|
28
28
|
"husky": "9.1.7",
|
|
29
29
|
"lint-staged": "17.0.7",
|
|
30
|
-
"typescript": "
|
|
30
|
+
"typescript": "6.0.3"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@aws-sdk/cloudfront-signer": "^3.709.0",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"memoizee": "0.4.17"
|
|
36
36
|
},
|
|
37
37
|
"versionist": {
|
|
38
|
-
"publishedAt": "2026-06-
|
|
38
|
+
"publishedAt": "2026-06-10T01:53:19.894Z"
|
|
39
39
|
}
|
|
40
40
|
}
|