@balena/pinejs-webresource-s3 2.1.5 → 2.1.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.
@@ -1,3 +1,14 @@
1
+ - commits:
2
+ - subject: Allow using with @balena/pinejs v22
3
+ hash: 8ccf430730f648fd1958c7344d0024057414363d
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: joshbwlng
9
+ version: 2.1.6
10
+ title: ""
11
+ date: 2025-07-08T01:38:04.470Z
1
12
  - commits:
2
13
  - subject: Update dependency @balena/sbvr-types to v10
3
14
  hash: 7ccec5336ee47212128b537b0f37aa3210ab1ca3
@@ -9,7 +20,7 @@
9
20
  author: balena-renovate[bot]
10
21
  version: 2.1.5
11
22
  title: ""
12
- date: 2025-07-08T00:43:46.656Z
23
+ date: 2025-07-08T00:50:14.334Z
13
24
  - commits:
14
25
  - subject: Update dependency sinon to v21
15
26
  hash: 19d4fc388adea425d52d58364d4e4a21f9cc8e68
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.1.6
8
+ ## (2025-07-08)
9
+
10
+ * Allow using with @balena/pinejs v22 [joshbwlng]
11
+
7
12
  # v2.1.5
8
13
  ## (2025-07-08)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-s3",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "A PineJS WebResource handler for storing & serving files on S3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -42,9 +42,9 @@
42
42
  "memoizee": "^0.4.17"
43
43
  },
44
44
  "peerDependencies": {
45
- "@balena/pinejs": "^21.3.0"
45
+ "@balena/pinejs": "^21.3.0 || ^22.0.0"
46
46
  },
47
47
  "versionist": {
48
- "publishedAt": "2025-07-08T00:43:46.722Z"
48
+ "publishedAt": "2025-07-08T01:38:04.566Z"
49
49
  }
50
50
  }