@balena/odata-parser 2.4.0 → 2.4.1

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.
@@ -0,0 +1,14 @@
1
+ name: Flowzone
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, closed]
6
+ branches:
7
+ - "main"
8
+ - "master"
9
+
10
+ jobs:
11
+ flowzone:
12
+ name: Flowzone
13
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14
+ secrets: inherit
@@ -1,3 +1,14 @@
1
+ - commits:
2
+ - subject: Switch from balenaCI to flowzone
3
+ hash: 3e0435348860242b9252c2725427a42e28925b4f
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ version: 2.4.1
10
+ title: ""
11
+ date: 2022-10-14T16:21:02.394Z
1
12
  - commits:
2
13
  - subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby
3
14
  hash: 350c08b3a8a8877290f1c753a57e86404f0d9548
@@ -12,7 +23,7 @@
12
23
  author: Thodoris Greasidis
13
24
  version: 2.4.0
14
25
  title: "'Add support for with nested in & '"
15
- date: 2022-09-15T07:00:40.239Z
26
+ date: 2022-09-15T06:56:48.376Z
16
27
  - commits:
17
28
  - subject: Add source map
18
29
  hash: a6bb5e67fac1cdcc69491800ad042f003fa13556
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.4.1
8
+ ## (2022-10-14)
9
+
10
+ * Switch from balenaCI to flowzone [Pagan Gazzard]
11
+
7
12
  # v2.4.0
8
13
  ## (2022-09-15)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-parser",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "An OData parser written in OMeta",
5
5
  "main": "odata-parser.js",
6
6
  "scripts": {
@@ -42,6 +42,6 @@
42
42
  "_": "test/run.js"
43
43
  },
44
44
  "versionist": {
45
- "publishedAt": "2022-09-15T07:00:40.336Z"
45
+ "publishedAt": "2022-10-14T16:21:02.571Z"
46
46
  }
47
47
  }