@teambit/mocha 1.0.65 → 1.0.67
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/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@1.0.67/dist/mocha.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_mocha@1.0.67/dist/mocha.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/esm.mjs
ADDED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/mocha",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.67",
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/mocha",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.defender",
|
8
8
|
"name": "mocha",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.67"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@babel/core": "7.19.6",
|
@@ -17,9 +17,9 @@
|
|
17
17
|
"core-js": "^3.0.0",
|
18
18
|
"@babel/runtime": "7.20.0",
|
19
19
|
"@teambit/harmony": "0.4.6",
|
20
|
-
"@teambit/cli": "0.0.
|
21
|
-
"@teambit/logger": "0.0.
|
22
|
-
"@teambit/tester": "1.0.
|
20
|
+
"@teambit/cli": "0.0.824",
|
21
|
+
"@teambit/logger": "0.0.917",
|
22
|
+
"@teambit/tester": "1.0.67",
|
23
23
|
"@teambit/tests-results": "1.0.4"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@types/testing-library__jest-dom": "5.9.5"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@teambit/legacy": "1.0.
|
35
|
+
"@teambit/legacy": "1.0.607",
|
36
36
|
"react": "^16.8.0 || ^17.0.0",
|
37
37
|
"react-dom": "^16.8.0 || ^17.0.0"
|
38
38
|
},
|