@balena/abstract-sql-compiler 7.20.14 → 7.20.15

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.
@@ -1,3 +1,17 @@
1
+ - commits:
2
+ - subject: Update @balena/odata-parser from 2.2.9 to 2.4.2
3
+ hash: 6e65367504a68f8d8c44585f5e73de6b3731a47b
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ Signed-off-by: Josh Bowling <josh@monarci.com>
9
+ signed-off-by: Josh Bowling <josh@monarci.com>
10
+ author: Josh Bowling
11
+ nested: []
12
+ version: 7.20.15
13
+ title: ""
14
+ date: 2022-11-17T04:44:40.312Z
1
15
  - commits:
2
16
  - subject: Update @balena/lf-to-abstract-sql from 4.5.1 to 4.5.2
3
17
  hash: 86755bf75c1da3860a92f0022b28f98b07c0dfb9
@@ -11,7 +25,7 @@
11
25
  nested: []
12
26
  version: 7.20.14
13
27
  title: ""
14
- date: 2022-11-17T04:37:46.219Z
28
+ date: 2022-11-17T04:40:35.353Z
15
29
  - commits:
16
30
  - subject: Update @balena/lint from 6.2.0 to 6.2.1
17
31
  hash: 2a18e065acb772f61280800c90fc8ead91893a26
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 7.20.15 - 2022-11-17
8
+
9
+ * Update @balena/odata-parser from 2.2.9 to 2.4.2 [Josh Bowling]
10
+
7
11
  ## 7.20.14 - 2022-11-17
8
12
 
9
13
  * Update @balena/lf-to-abstract-sql from 4.5.1 to 4.5.2 [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.14",
3
+ "version": "7.20.15",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -24,7 +24,7 @@
24
24
  "devDependencies": {
25
25
  "@balena/lf-to-abstract-sql": "^4.5.2",
26
26
  "@balena/lint": "^6.2.1",
27
- "@balena/odata-parser": "^2.2.9",
27
+ "@balena/odata-parser": "^2.4.2",
28
28
  "@balena/sbvr-parser": "^1.4.1",
29
29
  "@resin/odata-to-abstract-sql": "^3.3.0",
30
30
  "@types/chai": "^4.3.4",
@@ -63,6 +63,6 @@
63
63
  ]
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-11-17T04:37:46.605Z"
66
+ "publishedAt": "2022-11-17T04:44:40.725Z"
67
67
  }
68
68
  }