@balena/pinejs-webresource-s3 2.1.2 → 2.1.3

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 lint-staged to v16
3
+ hash: efcec2695e8d4973938e626494cac288b6c5fe91
4
+ body: |
5
+ Update lint-staged from 15.5.2 to 16.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 2.1.3
11
+ title: ""
12
+ date: 2025-05-26T02:37:38.350Z
1
13
  - commits:
2
14
  - subject: Add escaped filename to content-disposition headers
3
15
  hash: 2ce50fe7471eb6fd7eed2db74a442126cedf5e11
@@ -8,7 +20,7 @@
8
20
  author: Otavio Jacobi
9
21
  version: 2.1.2
10
22
  title: ""
11
- date: 2025-05-25T15:00:38.077Z
23
+ date: 2025-05-26T01:49:22.525Z
12
24
  - commits:
13
25
  - subject: Do not default to any storage class
14
26
  hash: f094cc950ac07320e82e0cc14c9d52b3b90b5f89
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.3
8
+ ## (2025-05-26)
9
+
10
+ * Update dependency lint-staged to v16 [balena-renovate[bot]]
11
+
7
12
  # v2.1.2
8
- ## (2025-05-25)
13
+ ## (2025-05-26)
9
14
 
10
15
  * Add escaped filename to content-disposition headers [Otavio Jacobi]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-s3",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "A PineJS WebResource handler for storing & serving files on S3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -29,7 +29,7 @@
29
29
  "chai": "^5.1.2",
30
30
  "chai-as-promised": "^8.0.1",
31
31
  "husky": "^9.1.7",
32
- "lint-staged": "^15.3.0",
32
+ "lint-staged": "^16.0.0",
33
33
  "mocha": "^11.1.0",
34
34
  "sinon": "^20.0.0",
35
35
  "tsx": "^4.19.2",
@@ -45,6 +45,6 @@
45
45
  "@balena/pinejs": "^21.3.0"
46
46
  },
47
47
  "versionist": {
48
- "publishedAt": "2025-05-25T15:00:38.138Z"
48
+ "publishedAt": "2025-05-26T02:37:38.413Z"
49
49
  }
50
50
  }