@balena/sbvr-types 3.4.10 → 3.4.11

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: Add lint-fix npm script"
3
+ hash: 3842a36b2e9d32a2244b10d0cedfe0e74c4dbee2
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.11
12
+ title: ""
13
+ date: 2022-11-17T09:08:25.277Z
1
14
  - commits:
2
15
  - subject: "Dev: Move type deps to dev"
3
16
  hash: bdfddfd6170e58b85db9646c11a21e43c5fd613c
@@ -10,7 +23,7 @@
10
23
  author: Josh Bowling
11
24
  version: 3.4.10
12
25
  title: ""
13
- date: 2022-11-17T09:01:24.346Z
26
+ date: 2022-11-17T09:04:12.596Z
14
27
  - commits:
15
28
  - subject: Add .npmrc
16
29
  hash: 05305cc123a70c25045c1dc53ba021946ce22dcb
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.11
8
+ ## (2022-11-17)
9
+
10
+ * Dev: Add lint-fix npm script [Josh Bowling]
11
+
7
12
  # v3.4.10
8
13
  ## (2022-11-17)
9
14
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "3.4.10",
3
+ "version": "3.4.11",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
7
7
  "lint": "balena-lint -e js -e ts src test && npx tsc --noEmit --project tsconfig.js.json",
8
+ "lint-fix": "balena-lint --fix -e js -e ts src test",
8
9
  "pretest": "npm run prepare",
9
10
  "test": "mocha",
10
11
  "posttest": "npm run lint",
@@ -62,6 +63,6 @@
62
63
  "_": "test/**/*.js"
63
64
  },
64
65
  "versionist": {
65
- "publishedAt": "2022-11-17T09:01:24.531Z"
66
+ "publishedAt": "2022-11-17T09:08:25.421Z"
66
67
  }
67
68
  }