@balena/pinejs-webresource-s3 2.1.4 → 2.1.5

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,15 @@
1
+ - commits:
2
+ - subject: Update dependency @balena/sbvr-types to v10
3
+ hash: 7ccec5336ee47212128b537b0f37aa3210ab1ca3
4
+ body: |
5
+ Update @balena/sbvr-types from 9.2.6 to 10.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 2.1.5
11
+ title: ""
12
+ date: 2025-07-08T00:43:46.656Z
1
13
  - commits:
2
14
  - subject: Update dependency sinon to v21
3
15
  hash: 19d4fc388adea425d52d58364d4e4a21f9cc8e68
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 2.1.4
11
23
  title: ""
12
- date: 2025-06-16T05:56:25.244Z
24
+ date: 2025-07-08T00:34:11.655Z
13
25
  - commits:
14
26
  - subject: Update dependency lint-staged to v16
15
27
  hash: efcec2695e8d4973938e626494cac288b6c5fe91
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
+ # v2.1.5
8
+ ## (2025-07-08)
9
+
10
+ * Update dependency @balena/sbvr-types to v10 [balena-renovate[bot]]
11
+
7
12
  # v2.1.4
8
- ## (2025-06-16)
13
+ ## (2025-07-08)
9
14
 
10
15
  * Update dependency sinon to v21 [balena-renovate[bot]]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-s3",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "A PineJS WebResource handler for storing & serving files on S3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@balena/lint": "^9.1.3",
22
22
  "@balena/pinejs": "^21.3.0",
23
- "@balena/sbvr-types": "^9.1.0",
23
+ "@balena/sbvr-types": "^10.0.0",
24
24
  "@types/chai": "^5.0.1",
25
25
  "@types/chai-as-promised": "^8.0.1",
26
26
  "@types/mocha": "^10.0.10",
@@ -45,6 +45,6 @@
45
45
  "@balena/pinejs": "^21.3.0"
46
46
  },
47
47
  "versionist": {
48
- "publishedAt": "2025-06-16T05:56:25.316Z"
48
+ "publishedAt": "2025-07-08T00:43:46.722Z"
49
49
  }
50
50
  }