@balena/abstract-sql-compiler 7.20.1 → 7.20.2

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.
@@ -1,3 +1,17 @@
1
+ - commits:
2
+ - subject: "Dev: Disable package-lock.json generation"
3
+ hash: 4d769c1a1d2f4f29ed85c6a31dd5b4dd6bced77d
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.2
13
+ title: ""
14
+ date: 2022-11-11T00:53:03.488Z
1
15
  - commits:
2
16
  - subject: Switch from balenaCI to flowzone
3
17
  hash: 7183de0901b40e56fa4ee8db8ae8f472faa0da20
@@ -9,7 +23,7 @@
9
23
  nested: []
10
24
  version: 7.20.1
11
25
  title: ""
12
- date: 2022-10-14T16:07:31.125Z
26
+ date: 2022-10-14T16:18:40.731Z
13
27
  - commits:
14
28
  - subject: Expose `isAliasNode` helper
15
29
  hash: 6f59b2d31e4dee5eef008e755d4ee2cb42dd50ba
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.2 - 2022-11-11
8
+
9
+ * Dev: Disable package-lock.json generation [Josh Bowling]
10
+
7
11
  ## 7.20.1 - 2022-10-14
8
12
 
9
13
  * Switch from balenaCI to flowzone [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.1",
3
+ "version": "7.20.2",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -63,6 +63,6 @@
63
63
  ]
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-10-14T16:07:31.452Z"
66
+ "publishedAt": "2022-11-11T00:53:03.793Z"
67
67
  }
68
68
  }