@balena/pinejs-webresource-s3 2.1.12 → 2.1.13

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.
@@ -15,5 +15,5 @@ permissions:
15
15
  jobs:
16
16
  flowzone:
17
17
  name: Flowzone
18
- uses: product-os/flowzone/.github/workflows/flowzone.yml@a53cf4b7384cc3fb2636e63cb1c7a3559b1a2ed4 # master
18
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@8674dc51ff2a1ff58919f40d63626f1dc75da647 # master
19
19
  secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update product-os/flowzone digest to 8674dc5
3
+ hash: 6b2d818e0bd5592ca5aa32150baec0767de4337e
4
+ body: |
5
+ Update product-os/flowzone
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 2.1.13
11
+ title: ""
12
+ date: 2026-03-25T21:39:33.659Z
1
13
  - commits:
2
14
  - subject: Pin product-os/flowzone action to a53cf4b
3
15
  hash: 7f6206deca3f15f460ea4da814d59c8dc6b42da4
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 2.1.12
11
23
  title: ""
12
- date: 2026-03-24T18:19:52.726Z
24
+ date: 2026-03-24T18:23:49.439Z
13
25
  - commits:
14
26
  - subject: "Add id-token: write permission for NPM OIDC publishing"
15
27
  hash: dc0f28e6fb1998767e01dce164b99c9d49368a75
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.13
8
+ ## (2026-03-25)
9
+
10
+ * Update product-os/flowzone digest to 8674dc5 [balena-renovate[bot]]
11
+
7
12
  # v2.1.12
8
13
  ## (2026-03-24)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-s3",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "A PineJS WebResource handler for storing & serving files on S3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -49,6 +49,6 @@
49
49
  "@balena/pinejs": "^21.3.0 || ^22.0.0 || ^23.0.0"
50
50
  },
51
51
  "versionist": {
52
- "publishedAt": "2026-03-24T18:19:52.780Z"
52
+ "publishedAt": "2026-03-25T21:39:33.724Z"
53
53
  }
54
54
  }