@devpow112/semantic-release-config 1.4.0 → 2.1.1
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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[![Version][Version Badge]][Version Package]
|
|
5
5
|
[![Release][Release Badge]][Release Workflow]
|
|
6
6
|
[![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
|
|
7
|
-
[![Node Version][Node Version Badge]](package.json#L35
|
|
7
|
+
[![Node Version][Node Version Badge]](package.json#L35)
|
|
8
8
|
|
|
9
9
|
Shareable semantic release configuration.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devpow112/semantic-release-config",
|
|
3
|
-
"version": "1.4.0",
|
|
4
3
|
"description": "Shareable semantic release configuration",
|
|
5
4
|
"main": "src/config.js",
|
|
6
5
|
"publishConfig": {
|
|
7
|
-
"access": "public"
|
|
6
|
+
"access": "public",
|
|
7
|
+
"provenance": true
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"lint": "run-s -s lint:git lint:js lint:md",
|
|
@@ -32,23 +32,23 @@
|
|
|
32
32
|
"src/**/*.js"
|
|
33
33
|
],
|
|
34
34
|
"engines": {
|
|
35
|
-
"node": ">=
|
|
36
|
-
"npm": ">=6.14.15"
|
|
35
|
+
"node": ">=18"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
39
38
|
"@semantic-release/git": "^10",
|
|
40
39
|
"conventional-changelog-conventionalcommits": "^5",
|
|
41
|
-
"semantic-release": "^
|
|
40
|
+
"semantic-release": "^21"
|
|
42
41
|
},
|
|
43
42
|
"devDependencies": {
|
|
44
|
-
"@commitlint/cli": "^17.
|
|
43
|
+
"@commitlint/cli": "^17.6.1",
|
|
45
44
|
"@devpow112/commitlint-config": "^1.0.4",
|
|
46
|
-
"@devpow112/eslint-config": "^1.1.
|
|
45
|
+
"@devpow112/eslint-config": "^1.1.5",
|
|
47
46
|
"@semantic-release/git": "^10.0.1",
|
|
48
47
|
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
49
|
-
"eslint": "^8.
|
|
48
|
+
"eslint": "^8.39.0",
|
|
50
49
|
"markdownlint-cli": "^0.33.0",
|
|
51
50
|
"npm-run-all": "^4.1.5",
|
|
52
|
-
"semantic-release": "^
|
|
53
|
-
}
|
|
51
|
+
"semantic-release": "^21.0.1"
|
|
52
|
+
},
|
|
53
|
+
"version": "2.1.1"
|
|
54
54
|
}
|