@balena/lf-to-abstract-sql 4.5.3 → 4.5.4

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,18 @@
1
+ - commits:
2
+ - subject: Add .npmrc
3
+ hash: a2569a1953c937353ec94139a137283d719b9de3
4
+ body: |
5
+ Add .npmrc to stop generating package-lock.json on npm install
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ Signed-off-by: Josh Bowling <josh@monarci.com>
10
+ signed-off-by: Josh Bowling <josh@monarci.com>
11
+ author: Josh Bowling
12
+ nested: []
13
+ version: 4.5.4
14
+ title: ""
15
+ date: 2022-11-17T08:27:02.843Z
1
16
  - commits:
2
17
  - subject: Bump dev dependencies
3
18
  hash: 53085507feff809010f36a8ba33297c177185af9
@@ -11,7 +26,7 @@
11
26
  nested: []
12
27
  version: 4.5.3
13
28
  title: ""
14
- date: 2022-11-17T08:20:10.356Z
29
+ date: 2022-11-17T08:23:43.909Z
15
30
  - commits:
16
31
  - subject: Switch from balenaCI to flowzone
17
32
  hash: ed2b55d1fa843ffe3d2f5705e85dcce1b14a8297
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
+ ## 4.5.4 - 2022-11-17
8
+
9
+ * Add .npmrc [Josh Bowling]
10
+
7
11
  ## 4.5.3 - 2022-11-17
8
12
 
9
13
  * Bump dev dependencies [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/lf-to-abstract-sql",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "LF to Abstract SQL translator.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,6 +35,6 @@
35
35
  "_": "test/**/*.js"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2022-11-17T08:20:10.552Z"
38
+ "publishedAt": "2022-11-17T08:27:03.051Z"
39
39
  }
40
40
  }