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

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: Update @balena/sbvr-parser from 1.4.1 to 1.4.2
3
+ hash: 66473607a0ad66965d6660c94d8941e312282a6c
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: 4.5.5
13
+ title: ""
14
+ date: 2022-11-17T08:47:24.825Z
1
15
  - commits:
2
16
  - subject: Add .npmrc
3
17
  hash: a2569a1953c937353ec94139a137283d719b9de3
@@ -12,7 +26,7 @@
12
26
  nested: []
13
27
  version: 4.5.4
14
28
  title: ""
15
- date: 2022-11-17T08:27:02.843Z
29
+ date: 2022-11-17T08:30:56.151Z
16
30
  - commits:
17
31
  - subject: Bump dev dependencies
18
32
  hash: 53085507feff809010f36a8ba33297c177185af9
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.5 - 2022-11-17
8
+
9
+ * Update @balena/sbvr-parser from 1.4.1 to 1.4.2 [Josh Bowling]
10
+
7
11
  ## 4.5.4 - 2022-11-17
8
12
 
9
13
  * Add .npmrc [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/lf-to-abstract-sql",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "description": "LF to Abstract SQL translator.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "",
17
17
  "license": "BSD",
18
18
  "dependencies": {
19
- "@balena/sbvr-parser": "^1.4.1",
19
+ "@balena/sbvr-parser": "^1.4.2",
20
20
  "lodash": "^4.17.21",
21
21
  "ometa-js": "^1.5.4"
22
22
  },
@@ -35,6 +35,6 @@
35
35
  "_": "test/**/*.js"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2022-11-17T08:27:03.051Z"
38
+ "publishedAt": "2022-11-17T08:47:25.024Z"
39
39
  }
40
40
  }