@balena/sbvr-types 3.4.9 → 3.4.10

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,16 @@
1
+ - commits:
2
+ - subject: "Dev: Move type deps to dev"
3
+ hash: bdfddfd6170e58b85db9646c11a21e43c5fd613c
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
+ version: 3.4.10
12
+ title: ""
13
+ date: 2022-11-17T09:01:24.346Z
1
14
  - commits:
2
15
  - subject: Add .npmrc
3
16
  hash: 05305cc123a70c25045c1dc53ba021946ce22dcb
@@ -11,7 +24,7 @@
11
24
  author: Josh Bowling
12
25
  version: 3.4.9
13
26
  title: ""
14
- date: 2022-11-17T08:53:59.524Z
27
+ date: 2022-11-17T08:56:29.660Z
15
28
  - commits:
16
29
  - subject: Switch from balenaCI to flowzone
17
30
  hash: f7e06b65458ca726e06ac08a8feead9dc4f76962
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.10
8
+ ## (2022-11-17)
9
+
10
+ * Dev: Move type deps to dev [Josh Bowling]
11
+
7
12
  # v3.4.9
8
13
  ## (2022-11-17)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "3.4.9",
3
+ "version": "3.4.10",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
@@ -15,10 +15,7 @@
15
15
  "repository": "https://github.com/balena-io-modules/sbvr-types.git",
16
16
  "author": "",
17
17
  "license": "BSD",
18
- "dependencies": {
19
- "@types/bcrypt": "^5.0.0",
20
- "@types/sha.js": "^2.4.0"
21
- },
18
+ "dependencies": {},
22
19
  "optionalDependencies": {
23
20
  "bcrypt": "^5.0.1",
24
21
  "bcryptjs": "^2.4.3",
@@ -26,11 +23,13 @@
26
23
  },
27
24
  "devDependencies": {
28
25
  "@balena/lint": "^6.2.0",
26
+ "@types/bcrypt": "^5.0.0",
29
27
  "@types/chai": "^4.3.0",
30
28
  "@types/chai-as-promised": "^7.1.5",
31
29
  "@types/chai-datetime": "^0.0.37",
32
30
  "@types/lodash": "^4.14.181",
33
31
  "@types/mocha": "^9.1.0",
32
+ "@types/sha.js": "^2.4.0",
34
33
  "bluebird": "^3.7.2",
35
34
  "chai": "^4.3.6",
36
35
  "chai-as-promised": "^7.1.1",
@@ -63,6 +62,6 @@
63
62
  "_": "test/**/*.js"
64
63
  },
65
64
  "versionist": {
66
- "publishedAt": "2022-11-17T08:53:59.661Z"
65
+ "publishedAt": "2022-11-17T09:01:24.531Z"
67
66
  }
68
67
  }