@teambit/jest 1.0.693 → 1.0.695

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/error.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export declare class JestError extends Error {
2
- readonly code?: unknown;
2
+ readonly code?: unknown | undefined;
3
3
  readonly type?: string | undefined;
4
- constructor(message: string, stack?: string | null, code?: unknown, type?: string | undefined);
4
+ constructor(message: string, stack?: string | null, code?: unknown | undefined, type?: string | undefined);
5
5
  get stack(): any;
6
6
  }
package/dist/esm.d.mts ADDED
@@ -0,0 +1,3 @@
1
+ export const JestTester: any;
2
+ export const JestAspect: any;
3
+ export default cjsModule;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_jest@1.0.693/dist/jest.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_jest@1.0.693/dist/jest.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_jest@1.0.695/dist/jest.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_jest@1.0.695/dist/jest.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/jest",
3
- "version": "1.0.693",
3
+ "version": "1.0.695",
4
4
  "homepage": "https://bit.cloud/teambit/defender/jest",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.defender",
8
8
  "name": "jest",
9
- "version": "1.0.693"
9
+ "version": "1.0.695"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -20,13 +20,13 @@
20
20
  "flatted": "3.1.0",
21
21
  "jest-watcher": "29.7.0",
22
22
  "@teambit/harmony": "0.4.7",
23
- "@teambit/cli": "0.0.1256",
24
23
  "@teambit/legacy.constants": "0.0.14",
25
- "@teambit/logger": "0.0.1349",
26
- "@teambit/worker": "0.0.1560",
27
24
  "@teambit/tests-results": "1.0.5",
28
- "@teambit/component": "1.0.693",
29
- "@teambit/tester": "1.0.693"
25
+ "@teambit/cli": "0.0.1258",
26
+ "@teambit/logger": "0.0.1351",
27
+ "@teambit/worker": "0.0.1562",
28
+ "@teambit/component": "1.0.695",
29
+ "@teambit/tester": "1.0.695"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/lodash": "4.14.165",
@@ -34,7 +34,7 @@
34
34
  "@types/fs-extra": "9.0.7",
35
35
  "@types/minimatch": "3.0.4",
36
36
  "@types/normalize-path": "^3.0.0",
37
- "@teambit/harmony.envs.core-aspect-env": "0.0.73"
37
+ "@teambit/harmony.envs.core-aspect-env": "0.0.75"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^17.0.0 || ^18.0.0",