mocha 11.0.0-beta → 11.0.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.
Files changed (2) hide show
  1. package/mocha.js +2 -2
  2. package/package.json +1 -1
package/mocha.js CHANGED
@@ -1,4 +1,4 @@
1
- // mocha@11.0.0-beta in javascript ES2018
1
+ // mocha@11.0.1 in javascript ES2018
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -19201,7 +19201,7 @@
19201
19201
  };
19202
19202
 
19203
19203
  var name = "mocha";
19204
- var version = "11.0.0-beta";
19204
+ var version = "11.0.1";
19205
19205
  var homepage = "https://mochajs.org/";
19206
19206
  var notifyLogo = "https://ibin.co/4QuRuGjXvl36.png";
19207
19207
  var require$$17 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "11.0.0-beta",
3
+ "version": "11.0.1",
4
4
  "type": "commonjs",
5
5
  "description": "simple, flexible, fun test framework",
6
6
  "keywords": [