@balena/odata-parser 4.2.13 → 4.2.14

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.
@@ -17,7 +17,7 @@ permissions:
17
17
  jobs:
18
18
  flowzone:
19
19
  name: Flowzone
20
- uses: product-os/flowzone/.github/workflows/flowzone.yml@a53cf4b7384cc3fb2636e63cb1c7a3559b1a2ed4 # master
20
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@eb703ea5421a9679877edcf97dfb8bb709c72a0c # master
21
21
  # prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
22
22
  # internal or external contributions respectively
23
23
  if: |
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update product-os/flowzone digest to eb703ea
3
+ hash: c1b6105b2470d017af9526adbbbee021740f967d
4
+ body: |
5
+ Update product-os/flowzone
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 4.2.14
11
+ title: ""
12
+ date: 2026-03-25T20:05:29.322Z
1
13
  - commits:
2
14
  - subject: Pin product-os/flowzone action to a53cf4b
3
15
  hash: ce49098e4290b09c1d2d425c4aa8151d1d1b2655
@@ -9,7 +21,7 @@
9
21
  author: balena-renovate[bot]
10
22
  version: 4.2.13
11
23
  title: ""
12
- date: 2026-03-24T18:17:26.158Z
24
+ date: 2026-03-24T18:20:31.661Z
13
25
  - commits:
14
26
  - subject: "Tests: remove lodash"
15
27
  hash: 83043192219fb01d9c7968ab633d7afb529e5aca
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
+ # v4.2.14
8
+ ## (2026-03-25)
9
+
10
+ * Update product-os/flowzone digest to eb703ea [balena-renovate[bot]]
11
+
7
12
  # v4.2.13
8
13
  ## (2026-03-24)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-parser",
3
- "version": "4.2.13",
3
+ "version": "4.2.14",
4
4
  "description": "An OData parser written in OMeta",
5
5
  "type": "commonjs",
6
6
  "main": "odata-parser.js",
@@ -38,6 +38,6 @@
38
38
  "npm": ">=8.1.0"
39
39
  },
40
40
  "versionist": {
41
- "publishedAt": "2026-03-24T18:17:26.238Z"
41
+ "publishedAt": "2026-03-25T20:05:29.400Z"
42
42
  }
43
43
  }