@balena/abstract-sql-compiler 7.22.3 → 7.22.4
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.
- package/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: "Fix: move @balena/odata-to-abstract-sql to dev dependencies"
|
|
3
|
+
hash: a5bd2c11c4e6f04a98c7784601a0d0e36ca7f6a2
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
nested: []
|
|
10
|
+
version: 7.22.4
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2022-11-30T16:20:09.671Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: "Tests: update @balena/odata-to-abstract-sql to 5.x"
|
|
3
15
|
hash: e93dfd1cbf56a9df248ac199776dca44c71cbc11
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
nested: []
|
|
10
22
|
version: 7.22.3
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2022-11-30T16:
|
|
24
|
+
date: 2022-11-30T16:17:30.183Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Fix deprecation notice module name
|
|
15
27
|
hash: 7272a823a00ffd6af52228f2cab4c95e3b3474b9
|
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.22.4 - 2022-11-30
|
|
8
|
+
|
|
9
|
+
* Fix: move @balena/odata-to-abstract-sql to dev dependencies [Pagan Gazzard]
|
|
10
|
+
|
|
7
11
|
## 7.22.3 - 2022-11-30
|
|
8
12
|
|
|
9
13
|
* Tests: update @balena/odata-to-abstract-sql to 5.x [Pagan Gazzard]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
|
3
|
-
"version": "7.22.
|
|
3
|
+
"version": "7.22.4",
|
|
4
4
|
"description": "A translator for abstract sql into sql.",
|
|
5
5
|
"main": "out/AbstractSQLCompiler.js",
|
|
6
6
|
"types": "out/AbstractSQLCompiler.d.ts",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"repository": "https://github.com/balena-io-modules/abstract-sql-compiler.git",
|
|
17
17
|
"author": "",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@balena/odata-to-abstract-sql": "^5.7.2",
|
|
20
19
|
"@balena/sbvr-types": "^3.4.18",
|
|
21
20
|
"lodash": "^4.17.21"
|
|
22
21
|
},
|
|
@@ -24,6 +23,7 @@
|
|
|
24
23
|
"@balena/lf-to-abstract-sql": "^4.5.6",
|
|
25
24
|
"@balena/lint": "^6.2.1",
|
|
26
25
|
"@balena/odata-parser": "^2.4.2",
|
|
26
|
+
"@balena/odata-to-abstract-sql": "^5.7.2",
|
|
27
27
|
"@balena/sbvr-parser": "^1.4.3",
|
|
28
28
|
"@types/chai": "^4.3.4",
|
|
29
29
|
"@types/common-tags": "^1.8.1",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"versionist": {
|
|
61
|
-
"publishedAt": "2022-11-30T16:
|
|
61
|
+
"publishedAt": "2022-11-30T16:20:10.086Z"
|
|
62
62
|
}
|
|
63
63
|
}
|