mocha 9.0.0 → 9.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.
package/mocha.js CHANGED
@@ -1,4 +1,4 @@
1
- // mocha@9.0.0 transpiled to javascript ES5
1
+ // mocha@9.0.1 transpiled to javascript ES5
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) :
@@ -27429,7 +27429,7 @@
27429
27429
  });
27430
27430
 
27431
27431
  var name = "mocha";
27432
- var version = "9.0.0";
27432
+ var version = "9.0.1";
27433
27433
  var homepage = "https://mochajs.org/";
27434
27434
  var notifyLogo = "https://ibin.co/4QuRuGjXvl36.png";
27435
27435
  var _package = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -173,6 +173,7 @@
173
173
  "mocha.css",
174
174
  "mocha.js",
175
175
  "mocha.js.map",
176
+ "mocha-es2018.js",
176
177
  "browser-entry.js"
177
178
  ],
178
179
  "browser": {