@balena/pinejs-webresource-cloudfront 2.0.3 → 2.0.4

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@eb703ea5421a9679877edcf97dfb8bb709c72a0c # master
19
19
  secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update product-os/flowzone digest to eb703ea
3
+ hash: 01e88ceaf1f3e567760516a5556416882ad1d934
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.0.4
11
+ title: ""
12
+ date: 2026-03-25T20:07:12.473Z
1
13
  - commits:
2
14
  - subject: Pin product-os/flowzone action to a53cf4b
3
15
  hash: 595c444b693e2773bfc480ac49da0d665a5f12df
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 2.0.3
11
23
  title: ""
12
- date: 2026-03-24T18:19:34.102Z
24
+ date: 2026-03-24T18:24:57.601Z
13
25
  - commits:
14
26
  - subject: "Add id-token: write permission for NPM OIDC publishing"
15
27
  hash: df1069f420ad193025c2b688b01b8553fd6d445f
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.4
8
+ ## (2026-03-25)
9
+
10
+ * Update product-os/flowzone digest to eb703ea [balena-renovate[bot]]
11
+
7
12
  # v2.0.3
8
13
  ## (2026-03-24)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-cloudfront",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
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",
@@ -35,6 +35,6 @@
35
35
  "memoizee": "0.4.17"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2026-03-24T18:19:34.152Z"
38
+ "publishedAt": "2026-03-25T20:07:12.525Z"
39
39
  }
40
40
  }