@balena/abstract-sql-to-typescript 1.2.5 → 1.2.6

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: b14c1b11413c6d4286c74a970774851ad5c49b1f
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: 1.2.6
13
+ title: ""
14
+ date: 2022-11-18T02:24:22.665Z
1
15
  - commits:
2
16
  - subject: "Dev: Migrate husky setup for v8"
3
17
  hash: 85479e4e5fd052fbdaee8ba323038f4ed5b8df89
@@ -11,7 +25,7 @@
11
25
  nested: []
12
26
  version: 1.2.5
13
27
  title: ""
14
- date: 2022-11-18T01:31:50.428Z
28
+ date: 2022-11-18T01:34:46.967Z
15
29
  - commits:
16
30
  - subject: Update dependency mocha to 10.1.0
17
31
  hash: 6e489e61c48227e209ba112c42e89ac927d8caf9
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.6 - 2022-11-18
8
+
9
+ * Dev: Update pre-commit hook [Josh Bowling]
10
+
7
11
  ## 1.2.5 - 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-to-typescript",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "A translator for abstract sql into typescript types.",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -40,6 +40,6 @@
40
40
  "_": "test/**/*.ts"
41
41
  },
42
42
  "versionist": {
43
- "publishedAt": "2022-11-18T01:31:50.573Z"
43
+ "publishedAt": "2022-11-18T02:24:22.825Z"
44
44
  }
45
45
  }