@hexonet/semantic-release-whmcs 5.0.12 → 5.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +14 -0
- package/README.md +2 -2
- package/package.json +7 -6
package/HISTORY.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
## [5.0.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.13...v5.0.14) (2024-1-25)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 21.7.0 to 21.9.0 ([3e770df](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/3e770dfe08195d1fe903eb3d8380bc67187ad247))
|
7
|
+
|
8
|
+
## [5.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.12...v5.0.13) (2024-1-10)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **deps:** bump follow-redirects from 1.15.3 to 1.15.4 ([f173697](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/f173697250626c55337ac1c20f4553e8058aa9be))
|
14
|
+
|
1
15
|
## [5.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.11...v5.0.12) (2024-1-5)
|
2
16
|
|
3
17
|
|
package/README.md
CHANGED
@@ -92,8 +92,8 @@ Contributors are highly welcome.
|
|
92
92
|
|
93
93
|
## Authors
|
94
94
|
|
95
|
-
* **Kai Schwarz** - *lead development* - [
|
96
|
-
* **Sebastian Vassiliou** - *development* - [
|
95
|
+
* **Kai Schwarz** - *lead development* - [KaiSchwarz-cnic](https://github.com/KaiSchwarz-cnic)
|
96
|
+
* **Sebastian Vassiliou** - *development* - [SebastianVassiliou-cnic](https://github.com/SebastianVassiliou-cnic)
|
97
97
|
|
98
98
|
## License
|
99
99
|
|
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.14",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -69,18 +69,19 @@
|
|
69
69
|
"http-cache-semantics": "^4.1.1",
|
70
70
|
"word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6",
|
71
71
|
"axios": "^1.6.0",
|
72
|
-
"glob-parent": "^5.1.2"
|
72
|
+
"glob-parent": "^5.1.2",
|
73
|
+
"chokidar": "^3.5.3"
|
73
74
|
},
|
74
75
|
"devDependencies": {
|
75
76
|
"@semantic-release/changelog": "^6.0.3",
|
76
77
|
"@semantic-release/exec": "^6.0.3",
|
77
78
|
"@semantic-release/git": "^10.0.1",
|
78
|
-
"ava": "
|
79
|
-
"c8": "^
|
79
|
+
"ava": "6.1.0",
|
80
|
+
"c8": "^9.1.0",
|
80
81
|
"gulp": "^4.0.2",
|
81
82
|
"prettier": "^3.0.0",
|
82
|
-
"rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^
|
83
|
-
"semantic-release": "^
|
83
|
+
"rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^2.0.0",
|
84
|
+
"semantic-release": "^23.0.0",
|
84
85
|
"stream-buffers": "^3.0.2"
|
85
86
|
},
|
86
87
|
"dependencies": {
|