@mbtest/mountebank 2.9.3-beta.9709 → 2.9.3
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 +1 -1
- package/releases.json +10 -9
- package/src/views/releases/v2.9.3.ejs +31 -0
package/package.json
CHANGED
package/releases.json
CHANGED
|
@@ -41,13 +41,14 @@
|
|
|
41
41
|
{ "version": "v2.3.2", "date": "2020-09-27" },
|
|
42
42
|
{ "version": "v2.3.3", "date": "2020-10-18" },
|
|
43
43
|
{ "version": "v2.4.0", "date": "2020-12-29" },
|
|
44
|
-
{ "version":
|
|
45
|
-
{ "version":
|
|
46
|
-
{ "version":
|
|
47
|
-
{ "version":
|
|
48
|
-
{ "version":
|
|
49
|
-
{ "version":
|
|
50
|
-
{ "version":
|
|
51
|
-
{ "version":
|
|
52
|
-
{ "version":
|
|
44
|
+
{ "version": "v2.5.0", "date": "2021-09-15" },
|
|
45
|
+
{ "version": "v2.6.0", "date": "2022-02-20" },
|
|
46
|
+
{ "version": "v2.7.0", "date": "2022-07-17" },
|
|
47
|
+
{ "version": "v2.8.0", "date": "2022-10-16" },
|
|
48
|
+
{ "version": "v2.8.1", "date": "2022-10-16" },
|
|
49
|
+
{ "version": "v2.8.2", "date": "2023-01-22" },
|
|
50
|
+
{ "version": "v2.9.0", "date": "2023-08-23" },
|
|
51
|
+
{ "version": "v2.9.1", "date": "2023-08-23" },
|
|
52
|
+
{ "version": "v2.9.2", "date": "2025-09-14" },
|
|
53
|
+
{ "version": "v2.9.3", "date": "2026-03-05" }
|
|
53
54
|
]
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<h1>v<%= releaseVersion %></h1>
|
|
2
|
+
|
|
3
|
+
<p class='info-icon'>Be sure to keep up with the latest releases by subscribing to the
|
|
4
|
+
<a href='http://www.mbtest.dev/feed'>ATOM feed</a>.</p>
|
|
5
|
+
|
|
6
|
+
<p>
|
|
7
|
+
This is the second release published under the new <a href='https://github.com/mountebank-testing/mountebank'>mountebank-testing</a> organization.
|
|
8
|
+
This is a community effort to continue the maintenance and development of mountebank going forward.
|
|
9
|
+
The package name has changed to <code>@mbtest/mountebank</code> to reflect this; please update your install commands accordingly.
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<h2>Changes</h2>
|
|
13
|
+
<p>This release mainly includes security updates:</p>
|
|
14
|
+
<ul class='bullet-list'>
|
|
15
|
+
<li>Made <code>mountebank-formatters</code> dependency optional, allowing users to opt out if using a custom formatter</li>
|
|
16
|
+
<li>Security updates for multiple dependencies: <code>@xmldom/xmldom</code>, <code>mocha</code>, <code>winston</code>, <code>https-proxy-agent</code>, <code>csv-parse</code>, <code>fs-extra</code>, <code>hpagent</code>, <code>safe-stable-stringify</code>, <code>nodemailer</code>, <code>body-parser</code>, <code>node-forge</code>, <code>lodash</code>, <code>qs</code>, <code>basic-ftp</code>, and <code>minimatch</code></li>
|
|
17
|
+
</ul>
|
|
18
|
+
|
|
19
|
+
<h2>Contributors</h2>
|
|
20
|
+
<p>Many thanks to the following kind folks for help with this release, either through bug reports,
|
|
21
|
+
suggestions, or direct code contributions:</p>
|
|
22
|
+
|
|
23
|
+
<ul class='bullet-list'>
|
|
24
|
+
<li>Matthew Herman</li>
|
|
25
|
+
<li>Noah Green</li>
|
|
26
|
+
<li>Jarl Friis</li>
|
|
27
|
+
</ul>
|
|
28
|
+
|
|
29
|
+
<h2>Install</h2>
|
|
30
|
+
|
|
31
|
+
<pre><code>npm install -g @mbtest/mountebank@<%= releaseVersion %></code></pre>
|