verror-extra 3.0.1 → 5.0.0
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/package.json +14 -14
- package/CHANGELOG.md +0 -23
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "verror-extra",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0",
|
4
4
|
"description": "verror wrapper with extras™",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
7
7
|
"index.js"
|
8
8
|
],
|
9
9
|
"scripts": {
|
10
|
-
"lint:git": "commitlint",
|
10
|
+
"lint:git": "commitlint --default-branch main",
|
11
11
|
"lint:js": "eslint . --ext js,json",
|
12
12
|
"lint:md": "remark -f README.md",
|
13
13
|
"release": "standard-version",
|
@@ -29,26 +29,26 @@
|
|
29
29
|
},
|
30
30
|
"homepage": "https://github.com/CrowdStrike/verror-extra#readme",
|
31
31
|
"engines": {
|
32
|
-
"node": ">=
|
32
|
+
"node": ">=16.13"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"verror": "^1.10.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@crowdstrike/commitlint": "^
|
38
|
+
"@crowdstrike/commitlint": "^7.0.0",
|
39
39
|
"chai": "^4.2.0",
|
40
|
-
"eslint": "^
|
41
|
-
"eslint-config-crowdstrike": "
|
42
|
-
"eslint-config-crowdstrike-node": "
|
43
|
-
"eslint-plugin-json-files": "^
|
44
|
-
"eslint-plugin-mocha": "^
|
40
|
+
"eslint": "^8.0.0",
|
41
|
+
"eslint-config-crowdstrike": "10.1.0",
|
42
|
+
"eslint-config-crowdstrike-node": "3.0.1",
|
43
|
+
"eslint-plugin-json-files": "^3.0.0",
|
44
|
+
"eslint-plugin-mocha": "^10.0.0",
|
45
45
|
"eslint-plugin-node": "^11.0.0",
|
46
|
-
"mocha": "^
|
47
|
-
"mocha-helpers": "^
|
48
|
-
"remark-cli": "^
|
49
|
-
"remark-preset-lint-crowdstrike": "^
|
46
|
+
"mocha": "^10.0.0",
|
47
|
+
"mocha-helpers": "^8.0.0",
|
48
|
+
"remark-cli": "^11.0.0",
|
49
|
+
"remark-preset-lint-crowdstrike": "^3.0.0",
|
50
50
|
"renovate-config-standard": "^2.0.0",
|
51
|
-
"standard-node-template": "
|
51
|
+
"standard-node-template": "4.0.1",
|
52
52
|
"standard-version": "^9.0.0"
|
53
53
|
}
|
54
54
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
|
-
|
5
|
-
### [3.0.1](https://github.com/CrowdStrike/verror-extra/compare/v3.0.0...v3.0.1) (2021-06-15)
|
6
|
-
|
7
|
-
## [3.0.0](https://github.com/CrowdStrike/verror-extra/compare/v2.0.0...v3.0.0) (2021-06-15)
|
8
|
-
|
9
|
-
|
10
|
-
### ⚠ BREAKING CHANGES
|
11
|
-
|
12
|
-
* bump node 12
|
13
|
-
|
14
|
-
* bump node 12 ([3961f34](https://github.com/CrowdStrike/verror-extra/commit/3961f3432a34dce7e5c2538ee590638171eacb26))
|
15
|
-
|
16
|
-
## [2.0.0](https://github.com/CrowdStrike/verror-extra/compare/v1.0.0...v2.0.0) (2020-10-20)
|
17
|
-
|
18
|
-
|
19
|
-
### ⚠ BREAKING CHANGES
|
20
|
-
|
21
|
-
* bump to node 10
|
22
|
-
|
23
|
-
* bump to node 10 ([9de621e](https://github.com/CrowdStrike/verror-extra/commit/9de621e))
|