@balena/sbvr-types 3.4.16 → 3.4.17
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.
- package/.versionbot/CHANGELOG.yml +12 -1
- package/CHANGELOG.md +5 -0
- package/package.json +13 -13
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependencies
|
|
3
|
+
hash: e5d3ececb219aaf6380c9f56016a56c3c7c2023f
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
version: 3.4.17
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2022-11-25T16:25:28.709Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Switch from `new Buffer` to `Buffer.from` to avoid deprecation warnings
|
|
3
14
|
hash: e671336ee310572b02253ba75d45b15d2c7acc76
|
|
@@ -8,7 +19,7 @@
|
|
|
8
19
|
author: Pagan Gazzard
|
|
9
20
|
version: 3.4.16
|
|
10
21
|
title: ""
|
|
11
|
-
date: 2022-11-25T16:
|
|
22
|
+
date: 2022-11-25T16:23:18.014Z
|
|
12
23
|
- commits:
|
|
13
24
|
- subject: "Dev: Migrate husky setup for v8"
|
|
14
25
|
hash: d715082666edaa031ff971bf54f9fff5928bcbbe
|
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
|
+
# v3.4.17
|
|
8
|
+
## (2022-11-25)
|
|
9
|
+
|
|
10
|
+
* Update dependencies [Pagan Gazzard]
|
|
11
|
+
|
|
7
12
|
# v3.4.16
|
|
8
13
|
## (2022-11-25)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-types",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.17",
|
|
4
4
|
"description": "SBVR type definitions.",
|
|
5
5
|
"main": "out",
|
|
6
6
|
"scripts": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"test": "mocha",
|
|
11
11
|
"posttest": "npm run lint",
|
|
12
12
|
"prepublish": "require-npm4-to-publish",
|
|
13
|
-
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"
|
|
13
|
+
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc",
|
|
14
14
|
"prettify": "balena-lint -e js -e ts --fix src test"
|
|
15
15
|
},
|
|
16
16
|
"repository": "https://github.com/balena-io-modules/sbvr-types.git",
|
|
@@ -18,30 +18,30 @@
|
|
|
18
18
|
"license": "BSD",
|
|
19
19
|
"dependencies": {},
|
|
20
20
|
"optionalDependencies": {
|
|
21
|
-
"bcrypt": "^5.0
|
|
21
|
+
"bcrypt": "^5.1.0",
|
|
22
22
|
"bcryptjs": "^2.4.3",
|
|
23
23
|
"sha.js": "^2.4.11"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@balena/lint": "^6.2.
|
|
26
|
+
"@balena/lint": "^6.2.1",
|
|
27
27
|
"@types/bcrypt": "^5.0.0",
|
|
28
|
-
"@types/chai": "^4.3.
|
|
28
|
+
"@types/chai": "^4.3.4",
|
|
29
29
|
"@types/chai-as-promised": "^7.1.5",
|
|
30
30
|
"@types/chai-datetime": "^0.0.37",
|
|
31
|
-
"@types/lodash": "^4.14.
|
|
31
|
+
"@types/lodash": "^4.14.190",
|
|
32
32
|
"@types/mocha": "^10.0.0",
|
|
33
33
|
"@types/sha.js": "^2.4.0",
|
|
34
34
|
"bluebird": "^3.7.2",
|
|
35
|
-
"chai": "^4.3.
|
|
35
|
+
"chai": "^4.3.7",
|
|
36
36
|
"chai-as-promised": "^7.1.1",
|
|
37
37
|
"chai-datetime": "^1.8.0",
|
|
38
|
-
"husky": "^8.0.
|
|
39
|
-
"lint-staged": "^13.0.
|
|
38
|
+
"husky": "^8.0.2",
|
|
39
|
+
"lint-staged": "^13.0.4",
|
|
40
40
|
"lodash": "^4.17.21",
|
|
41
|
-
"mocha": "^10.
|
|
41
|
+
"mocha": "^10.1.0",
|
|
42
42
|
"require-npm4-to-publish": "^1.0.0",
|
|
43
|
-
"ts-node": "^10.
|
|
44
|
-
"typescript": "^4.
|
|
43
|
+
"ts-node": "^10.9.1",
|
|
44
|
+
"typescript": "^4.9.3"
|
|
45
45
|
},
|
|
46
46
|
"lint-staged": {
|
|
47
47
|
"*.ts": [
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"_": "test/**/*.js"
|
|
59
59
|
},
|
|
60
60
|
"versionist": {
|
|
61
|
-
"publishedAt": "2022-11-25T16:
|
|
61
|
+
"publishedAt": "2022-11-25T16:25:28.861Z"
|
|
62
62
|
}
|
|
63
63
|
}
|