@balena/abstract-sql-compiler 7.20.7 → 7.20.8
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 +15 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update typescript from 4.6.4 to 4.9.3
|
|
3
|
+
hash: 21284107b2e539ec0e99a1ada2eb1fe7a32ca21f
|
|
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.8
|
|
13
|
+
title: ""
|
|
14
|
+
date: 2022-11-17T01:21:04.898Z
|
|
1
15
|
- commits:
|
|
2
16
|
- subject: "CI: Split up abstract-sql tests"
|
|
3
17
|
hash: ccb1ab49aff947a8e06b109abe0c8d0dec291133
|
|
@@ -11,7 +25,7 @@
|
|
|
11
25
|
nested: []
|
|
12
26
|
version: 7.20.7
|
|
13
27
|
title: ""
|
|
14
|
-
date: 2022-11-17T00:
|
|
28
|
+
date: 2022-11-17T00:44:55.117Z
|
|
15
29
|
- commits:
|
|
16
30
|
- subject: "CI: Add more abstract-sql unit tests"
|
|
17
31
|
hash: 58f6210f55806ad15fd5e9c90079f208e64b781d
|
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.8 - 2022-11-17
|
|
8
|
+
|
|
9
|
+
* Update typescript from 4.6.4 to 4.9.3 [Josh Bowling]
|
|
10
|
+
|
|
7
11
|
## 7.20.7 - 2022-11-17
|
|
8
12
|
|
|
9
13
|
* CI: Split up abstract-sql tests [Josh Bowling]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
|
3
|
-
"version": "7.20.
|
|
3
|
+
"version": "7.20.8",
|
|
4
4
|
"description": "A translator for abstract sql into sql.",
|
|
5
5
|
"main": "out/AbstractSQLCompiler.js",
|
|
6
6
|
"types": "out/AbstractSQLCompiler.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"mocha": "^9.2.2",
|
|
38
38
|
"require-npm4-to-publish": "^1.0.0",
|
|
39
39
|
"ts-node": "^10.7.0",
|
|
40
|
-
"typescript": "^4.
|
|
40
|
+
"typescript": "^4.9.3"
|
|
41
41
|
},
|
|
42
42
|
"husky": {
|
|
43
43
|
"hooks": {
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"versionist": {
|
|
66
|
-
"publishedAt": "2022-11-
|
|
66
|
+
"publishedAt": "2022-11-17T01:21:05.193Z"
|
|
67
67
|
}
|
|
68
68
|
}
|