@balena/abstract-sql-to-typescript 1.2.2 → 1.2.3
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 +16 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency lint-staged to 13.0.3
|
|
3
|
+
hash: 6efeaac395f06a91959ecfe8f087ee347c2e825a
|
|
4
|
+
body: |
|
|
5
|
+
Update lint-staged to 13.0.3
|
|
6
|
+
|
|
7
|
+
Update lint-staged from 12.5.0 to 13.0.3
|
|
8
|
+
footer:
|
|
9
|
+
Change-type: patch
|
|
10
|
+
change-type: patch
|
|
11
|
+
author: Renovate Bot
|
|
12
|
+
nested: []
|
|
13
|
+
version: 1.2.3
|
|
14
|
+
title: ""
|
|
15
|
+
date: 2022-11-17T17:48:42.206Z
|
|
1
16
|
- commits:
|
|
2
17
|
- subject: Update dependency husky to 8.0.2
|
|
3
18
|
hash: a31d4b4ec35018cfb2e21f9128e1479be5ecd072
|
|
@@ -12,7 +27,7 @@
|
|
|
12
27
|
nested: []
|
|
13
28
|
version: 1.2.2
|
|
14
29
|
title: ""
|
|
15
|
-
date: 2022-11-
|
|
30
|
+
date: 2022-11-17T17:05:52.448Z
|
|
16
31
|
- commits:
|
|
17
32
|
- subject: Switch from balenaCI to flowzone
|
|
18
33
|
hash: 61d932ce996cb564443477a5469224e82cdca9b7
|
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
|
+
## 1.2.3 - 2022-11-17
|
|
8
|
+
|
|
9
|
+
* Update dependency lint-staged to 13.0.3 [Renovate Bot]
|
|
10
|
+
|
|
7
11
|
## 1.2.2 - 2022-11-17
|
|
8
12
|
|
|
9
13
|
* Update dependency husky to 8.0.2 [Renovate Bot]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/abstract-sql-to-typescript",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A translator for abstract sql into typescript types.",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/mocha": "^8.2.3",
|
|
26
26
|
"chai": "^4.3.6",
|
|
27
27
|
"husky": "^8.0.0",
|
|
28
|
-
"lint-staged": "^
|
|
28
|
+
"lint-staged": "^13.0.0",
|
|
29
29
|
"mocha": "^9.2.2",
|
|
30
30
|
"ts-node": "^10.7.0",
|
|
31
31
|
"typescript": "^4.6.3"
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"_": "test/**/*.ts"
|
|
46
46
|
},
|
|
47
47
|
"versionist": {
|
|
48
|
-
"publishedAt": "2022-11-
|
|
48
|
+
"publishedAt": "2022-11-17T17:48:42.385Z"
|
|
49
49
|
}
|
|
50
50
|
}
|