mocha 12.0.0-beta-1 → 12.0.0-beta-2
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 +2 -2
- package/package.json +2 -2
package/mocha.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// mocha@12.0.0-beta-
|
|
1
|
+
// mocha@12.0.0-beta-2 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) :
|
|
@@ -20143,7 +20143,7 @@
|
|
|
20143
20143
|
};
|
|
20144
20144
|
|
|
20145
20145
|
var name = "mocha";
|
|
20146
|
-
var version = "12.0.0-beta-
|
|
20146
|
+
var version = "12.0.0-beta-2";
|
|
20147
20147
|
var homepage = "https://mochajs.org/";
|
|
20148
20148
|
var notifyLogo = "https://ibin.co/4QuRuGjXvl36.png";
|
|
20149
20149
|
var require$$17 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "12.0.0-beta-
|
|
3
|
+
"version": "12.0.0-beta-2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "simple, flexible, fun test framework",
|
|
6
6
|
"keywords": [
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"diff": "^7.0.0",
|
|
105
105
|
"escape-string-regexp": "^4.0.0",
|
|
106
106
|
"find-up": "^5.0.0",
|
|
107
|
-
"glob": "^
|
|
107
|
+
"glob": "^13.0.0",
|
|
108
108
|
"he": "^1.2.0",
|
|
109
109
|
"is-path-inside": "^3.0.3",
|
|
110
110
|
"js-yaml": "^4.1.0",
|