@balena/abstract-sql-compiler 7.20.22 → 7.20.23

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/.husky/pre-commit CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env sh
2
2
  . "$(dirname -- "$0")/_/husky.sh"
3
3
 
4
- npx lint-staged
4
+ npx --no lint-staged
@@ -1,3 +1,17 @@
1
+ - commits:
2
+ - subject: "Dev: Update pre-commit hook"
3
+ hash: 8edebbe9d4b6d256b6898e3b16d7e8dca5e80c37
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.23
13
+ title: ""
14
+ date: 2022-11-18T02:06:26.517Z
1
15
  - commits:
2
16
  - subject: "Dev: Migrate husky setup for v8"
3
17
  hash: 86255a81aba99a7fee2efb23d68a473e0382525d
@@ -11,7 +25,7 @@
11
25
  nested: []
12
26
  version: 7.20.22
13
27
  title: ""
14
- date: 2022-11-18T00:56:20.380Z
28
+ date: 2022-11-18T01:01:29.917Z
15
29
  - commits:
16
30
  - subject: Update dependency husky to 8.0.2
17
31
  hash: d8f66bc3b81070cfca4c9fb0aec03d69ad2507b4
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.23 - 2022-11-18
8
+
9
+ * Dev: Update pre-commit hook [Josh Bowling]
10
+
7
11
  ## 7.20.22 - 2022-11-18
8
12
 
9
13
  * Dev: Migrate husky setup for v8 [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.22",
3
+ "version": "7.20.23",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -58,6 +58,6 @@
58
58
  ]
59
59
  },
60
60
  "versionist": {
61
- "publishedAt": "2022-11-18T00:56:20.853Z"
61
+ "publishedAt": "2022-11-18T02:06:27.015Z"
62
62
  }
63
63
  }