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

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: Bump dev dependencies
3
+ hash: 53085507feff809010f36a8ba33297c177185af9
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.3
13
+ title: ""
14
+ date: 2022-11-17T08:20:10.356Z
1
15
  - commits:
2
16
  - subject: Switch from balenaCI to flowzone
3
17
  hash: ed2b55d1fa843ffe3d2f5705e85dcce1b14a8297
@@ -9,7 +23,7 @@
9
23
  nested: []
10
24
  version: 4.5.2
11
25
  title: ""
12
- date: 2022-10-14T16:08:09.227Z
26
+ date: 2022-10-14T16:18:40.351Z
13
27
  - commits:
14
28
  - subject: Update dependencies
15
29
  hash: 5b17ef11e039219dec3498c531288a1bdfbbc83b
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.3 - 2022-11-17
8
+
9
+ * Bump dev dependencies [Josh Bowling]
10
+
7
11
  ## 4.5.2 - 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/lf-to-abstract-sql",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "LF to Abstract SQL translator.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,10 +21,10 @@
21
21
  "ometa-js": "^1.5.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@balena/lint": "^6.2.0",
25
- "@balena/sbvr-types": "^3.4.6",
26
- "chai": "^4.3.6",
27
- "mocha": "^9.2.2",
24
+ "@balena/lint": "^6.2.1",
25
+ "@balena/sbvr-types": "^3.4.8",
26
+ "chai": "^4.3.7",
27
+ "mocha": "^10.1.0",
28
28
  "require-npm4-to-publish": "^1.0.0"
29
29
  },
30
30
  "mocha": {
@@ -35,6 +35,6 @@
35
35
  "_": "test/**/*.js"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2022-10-14T16:08:09.500Z"
38
+ "publishedAt": "2022-11-17T08:20:10.552Z"
39
39
  }
40
40
  }