@balena/sbvr-types 3.4.17 → 3.4.18

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,28 @@
1
+ - commits:
2
+ - subject: "Tests: remove chai-as-promised"
3
+ hash: bb50fbe22649f9ce9a328fdb52bba3bce2c9efb4
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ - subject: "Tests: remove bluebird"
10
+ hash: 76fde2a906f7baa4e2ce6ddb62e5194cd67aa68a
11
+ body: ""
12
+ footer:
13
+ Change-type: patch
14
+ change-type: patch
15
+ author: Pagan Gazzard
16
+ - subject: "Tests: remove lodash"
17
+ hash: 916ff7b68b215a08b6a65e42c4034c0205ec6256
18
+ body: ""
19
+ footer:
20
+ Change-type: patch
21
+ change-type: patch
22
+ author: Pagan Gazzard
23
+ version: 3.4.18
24
+ title: ""
25
+ date: 2022-11-25T17:40:59.197Z
1
26
  - commits:
2
27
  - subject: Update dependencies
3
28
  hash: e5d3ececb219aaf6380c9f56016a56c3c7c2023f
@@ -8,7 +33,7 @@
8
33
  author: Pagan Gazzard
9
34
  version: 3.4.17
10
35
  title: ""
11
- date: 2022-11-25T16:25:28.709Z
36
+ date: 2022-11-25T16:27:57.945Z
12
37
  - commits:
13
38
  - subject: Switch from `new Buffer` to `Buffer.from` to avoid deprecation warnings
14
39
  hash: e671336ee310572b02253ba75d45b15d2c7acc76
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ 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.18
8
+ ## (2022-11-25)
9
+
10
+ * Tests: remove chai-as-promised [Pagan Gazzard]
11
+ * Tests: remove bluebird [Pagan Gazzard]
12
+ * Tests: remove lodash [Pagan Gazzard]
13
+
7
14
  # v3.4.17
8
15
  ## (2022-11-25)
9
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "3.4.17",
3
+ "version": "3.4.18",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
@@ -16,7 +16,6 @@
16
16
  "repository": "https://github.com/balena-io-modules/sbvr-types.git",
17
17
  "author": "",
18
18
  "license": "BSD",
19
- "dependencies": {},
20
19
  "optionalDependencies": {
21
20
  "bcrypt": "^5.1.0",
22
21
  "bcryptjs": "^2.4.3",
@@ -26,18 +25,13 @@
26
25
  "@balena/lint": "^6.2.1",
27
26
  "@types/bcrypt": "^5.0.0",
28
27
  "@types/chai": "^4.3.4",
29
- "@types/chai-as-promised": "^7.1.5",
30
28
  "@types/chai-datetime": "^0.0.37",
31
- "@types/lodash": "^4.14.190",
32
29
  "@types/mocha": "^10.0.0",
33
30
  "@types/sha.js": "^2.4.0",
34
- "bluebird": "^3.7.2",
35
31
  "chai": "^4.3.7",
36
- "chai-as-promised": "^7.1.1",
37
32
  "chai-datetime": "^1.8.0",
38
33
  "husky": "^8.0.2",
39
34
  "lint-staged": "^13.0.4",
40
- "lodash": "^4.17.21",
41
35
  "mocha": "^10.1.0",
42
36
  "require-npm4-to-publish": "^1.0.0",
43
37
  "ts-node": "^10.9.1",
@@ -58,6 +52,6 @@
58
52
  "_": "test/**/*.js"
59
53
  },
60
54
  "versionist": {
61
- "publishedAt": "2022-11-25T16:25:28.861Z"
55
+ "publishedAt": "2022-11-25T17:40:59.379Z"
62
56
  }
63
57
  }