mocha 10.1.0 → 10.2.0
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/lib/mocha.js +5 -2
- package/lib/nodejs/esm-utils.js +20 -8
- package/mocha.css +1 -1
- package/mocha.js +7 -4
- package/mocha.js.map +1 -1
- package/package.json +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "simple, flexible, fun test framework",
|
|
6
6
|
"keywords": [
|
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
"canvas": "^2.9.0",
|
|
91
91
|
"chai": "^4.3.4",
|
|
92
92
|
"coffeescript": "^2.6.1",
|
|
93
|
-
"configstore": "^5.0.1",
|
|
94
93
|
"coveralls": "^3.1.1",
|
|
95
94
|
"cross-env": "^7.0.2",
|
|
96
95
|
"eslint": "^8.24.0",
|
|
@@ -137,7 +136,6 @@
|
|
|
137
136
|
"sinon": "^9.0.3",
|
|
138
137
|
"strip-ansi": "^6.0.0",
|
|
139
138
|
"svgo": "^1.3.2",
|
|
140
|
-
"through2": "^4.0.2",
|
|
141
139
|
"touch": "^3.1.0",
|
|
142
140
|
"unexpected": "^11.14.0",
|
|
143
141
|
"unexpected-eventemitter": "^2.2.0",
|
|
@@ -147,7 +145,6 @@
|
|
|
147
145
|
"update-notifier": "^4.1.0",
|
|
148
146
|
"uslug": "^1.0.4",
|
|
149
147
|
"uuid": "^8.3.0",
|
|
150
|
-
"watchify": "^4.0.0",
|
|
151
148
|
"webpack": "^5.67.0",
|
|
152
149
|
"webpack-cli": "^4.9.1"
|
|
153
150
|
},
|