@balena/pinejs-webresource-cloudfront 2.0.27 → 2.0.28

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.
@@ -6,6 +6,8 @@ on:
6
6
  branches:
7
7
  - "main"
8
8
  - "master"
9
+ push:
10
+ branches: [main, master]
9
11
 
10
12
  permissions:
11
13
  id-token: write
@@ -15,5 +17,5 @@ permissions:
15
17
  jobs:
16
18
  flowzone:
17
19
  name: Flowzone
18
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
20
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master # flowzonify 0.4.0
19
21
  secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependency flowzonify to v0.4.0
3
+ hash: bc9f950059f3e1029b26da9b65edaf52b24ac2c7
4
+ body: |
5
+ Update flowzonify from 0.0.0 to 0.4.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 2.0.28
11
+ title: ""
12
+ date: 2026-08-25T11:11:10.324Z
1
13
  - commits:
2
14
  - subject: Update dependency lint-staged to v17.3.0
3
15
  hash: c5f4e91ed8da4ad5885f34cc8ab1c7d858cf51a5
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 2.0.27
11
23
  title: ""
12
- date: 2026-08-08T00:04:01.731Z
24
+ date: 2026-08-08T00:07:58.226Z
13
25
  - commits:
14
26
  - subject: Update dependency lint-staged to v17.2.0
15
27
  hash: 39ceb3a52cc76e09f949565df616aa29be185235
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.28
8
+ ## (2026-08-25)
9
+
10
+ * Update dependency flowzonify to v0.4.0 [balena-renovate[bot]]
11
+
7
12
  # v2.0.27
8
13
  ## (2026-08-08)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs-webresource-cloudfront",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
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-08-08T00:04:01.801Z"
38
+ "publishedAt": "2026-08-25T11:11:10.396Z"
39
39
  }
40
40
  }