@hexonet/semantic-release-whmcs 5.0.1 → 5.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +7 -0
- package/lib/puppet.js +1 -1
- package/package.json +11 -8
package/HISTORY.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [5.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.1...v5.0.2) (2023-07-04)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **puppet.js:** headless mode to 'new' ([9fb86c6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/9fb86c65018776ef1e228d40dd1790bf40950587))
|
7
|
+
|
1
8
|
## [5.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.0...v5.0.1) (2023-01-18)
|
2
9
|
|
3
10
|
|
package/lib/puppet.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hexonet/semantic-release-whmcs",
|
3
3
|
"description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
|
4
|
-
"version": "5.0.
|
4
|
+
"version": "5.0.2",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -65,22 +65,25 @@
|
|
65
65
|
"lint": "prettier --check \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\"",
|
66
66
|
"lint:fix": "prettier --write \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\""
|
67
67
|
},
|
68
|
+
"overrides": {
|
69
|
+
"http-cache-semantics": "^4.1.1"
|
70
|
+
},
|
68
71
|
"devDependencies": {
|
69
72
|
"@semantic-release/changelog": "^6.0.1",
|
70
73
|
"@semantic-release/exec": "^6.0.2",
|
71
74
|
"@semantic-release/git": "^10.0.1",
|
72
|
-
"ava": "5.
|
73
|
-
"c8": "^
|
74
|
-
"prettier": "^2.8.
|
75
|
-
"semantic-release": "^
|
75
|
+
"ava": "5.3.1",
|
76
|
+
"c8": "^8.0.0",
|
77
|
+
"prettier": "^2.8.4",
|
78
|
+
"semantic-release": "^21.0.0",
|
76
79
|
"stream-buffers": "^3.0.2"
|
77
80
|
},
|
78
81
|
"dependencies": {
|
79
|
-
"@semantic-release/error": "^
|
82
|
+
"@semantic-release/error": "^4.0.0",
|
80
83
|
"aggregate-error": "^4.0.1",
|
81
84
|
"debug": "^4.3.4",
|
82
85
|
"github-api": "^3.4.0",
|
83
|
-
"puppeteer": "^
|
84
|
-
"yargs": "^17.
|
86
|
+
"puppeteer": "^20.0.0",
|
87
|
+
"yargs": "^17.7.1"
|
85
88
|
}
|
86
89
|
}
|