pinejs-client-core 8.5.2 → 8.5.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.
@@ -15,5 +15,5 @@ permissions:
15
15
  jobs:
16
16
  flowzone:
17
17
  name: Flowzone
18
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
18
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@a53cf4b7384cc3fb2636e63cb1c7a3559b1a2ed4 # master
19
19
  secrets: inherit
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Pin product-os/flowzone action to a53cf4b
3
+ hash: b6e2e5410153b0b23f67f8764ad05d4e62882052
4
+ body: |
5
+ Update product-os/flowzone
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.5.3
12
+ title: ""
13
+ date: 2026-03-24T18:18:52.520Z
1
14
  - commits:
2
15
  - subject: Update dev dependencies
3
16
  hash: 2e78e8ed7e32fbe246fb1529801343b3ea88f067
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 8.5.2
11
24
  title: ""
12
- date: 2026-02-24T15:19:21.289Z
25
+ date: 2026-02-25T00:12:06.863Z
13
26
  - commits:
14
27
  - subject: "Add id-token: write permission for NPM OIDC publishing"
15
28
  hash: dd74259a43309107c0c42b3749233f829b9cfbb0
package/CHANGELOG.md CHANGED
@@ -4,7 +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
- ## 8.5.2 - 2026-02-24
7
+ ## 8.5.3 - 2026-03-24
8
+
9
+ * Pin product-os/flowzone action to a53cf4b [balena-renovate[bot]]
10
+
11
+ ## 8.5.2 - 2026-02-25
8
12
 
9
13
  * Update dev dependencies [Pagan Gazzard]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "8.5.2",
3
+ "version": "8.5.3",
4
4
  "description": "This module provides the core tools to enable easier interaction with the pinejs API.",
5
5
  "type": "commonjs",
6
6
  "browser": "dist",
@@ -50,6 +50,6 @@
50
50
  "_": "test/*.ts"
51
51
  },
52
52
  "versionist": {
53
- "publishedAt": "2026-02-24T15:19:21.446Z"
53
+ "publishedAt": "2026-03-24T18:18:52.640Z"
54
54
  }
55
55
  }