@balena/sbvr-parser 1.4.2 → 1.4.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,22 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: b684c615822ea97db0a898dc2dd82bf7a1282d3f
4
+ body: |
5
+ Update @balena/lint from 6.2.0 to 6.2.1
6
+ Update @balena/sbvr-types from 3.4.6 to 3.4.15
7
+ Update chai from 4.3.6 to 4.3.7
8
+ Update mocha from 9.2.2 to 10.1.0
9
+
10
+ Only devDependencies -> patch
11
+ footer:
12
+ Change-type: patch
13
+ change-type: patch
14
+ Signed-off-by: fisehara <harald@balena.io>
15
+ signed-off-by: fisehara <harald@balena.io>
16
+ author: fisehara
17
+ version: 1.4.3
18
+ title: ""
19
+ date: 2022-11-24T15:07:25.638Z
1
20
  - commits:
2
21
  - subject: Switch from balenaCI to flowzone
3
22
  hash: 21d465c883e0bd4841b19606076060401b49758b
@@ -8,7 +27,7 @@
8
27
  author: Pagan Gazzard
9
28
  version: 1.4.2
10
29
  title: ""
11
- date: 2022-10-14T16:21:38.940Z
30
+ date: 2022-10-14T16:24:15.591Z
12
31
  - commits:
13
32
  - subject: Update dependencies
14
33
  hash: 28e057c3c2329b9a3e76dcc136632eab7e271f48
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ 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
+ # v1.4.3
8
+ ## (2022-11-24)
9
+
10
+ * Update dependencies [fisehara]
11
+
7
12
  # v1.4.2
8
13
  ## (2022-10-14)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-parser",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "SBVR to LF parser.",
5
5
  "main": "sbvr-parser.js",
6
6
  "scripts": {
@@ -20,10 +20,10 @@
20
20
  "ometa-js": "^1.5.4"
21
21
  },
22
22
  "devDependencies": {
23
- "@balena/lint": "^6.2.0",
24
- "@balena/sbvr-types": "^3.4.6",
25
- "chai": "^4.3.6",
26
- "mocha": "^9.2.2",
23
+ "@balena/lint": "^6.2.1",
24
+ "@balena/sbvr-types": "^3.4.15",
25
+ "chai": "^4.3.7",
26
+ "mocha": "^10.1.0",
27
27
  "require-npm4-to-publish": "^1.0.0"
28
28
  },
29
29
  "mocha": {
@@ -34,6 +34,6 @@
34
34
  "_": "test"
35
35
  },
36
36
  "versionist": {
37
- "publishedAt": "2022-10-14T16:21:39.089Z"
37
+ "publishedAt": "2022-11-24T15:07:25.786Z"
38
38
  }
39
39
  }