@teambit/component-compare 1.0.1020 → 1.0.1022

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.
@@ -38,15 +38,15 @@ export declare class DiffCmd implements Command {
38
38
  additions: number;
39
39
  deletions: number;
40
40
  filePath: string;
41
- status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
41
+ status: import("@teambit/legacy.component-diff/components-diff").DiffStatus;
42
42
  diffOutput?: undefined;
43
43
  } | {
44
44
  filePath: string;
45
- status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
45
+ status: import("@teambit/legacy.component-diff/components-diff").DiffStatus;
46
46
  diffOutput?: undefined;
47
47
  } | {
48
48
  filePath: string;
49
- status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
49
+ status: import("@teambit/legacy.component-diff/components-diff").DiffStatus;
50
50
  diffOutput: string;
51
51
  })[] | undefined;
52
52
  fieldsDiff: import("@teambit/legacy.component-diff").FieldsDiff[] | null | undefined;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1020/dist/component-compare.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1020/dist/component-compare.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1022/dist/component-compare.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1022/dist/component-compare.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/component-compare",
3
- "version": "1.0.1020",
3
+ "version": "1.0.1022",
4
4
  "homepage": "https://bit.cloud/teambit/component/component-compare",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component-compare",
9
- "version": "1.0.1020"
9
+ "version": "1.0.1022"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
@@ -18,33 +18,33 @@
18
18
  "@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
19
19
  "@teambit/harmony": "0.4.7",
20
20
  "@teambit/bit-error": "0.0.404",
21
- "@teambit/cli": "0.0.1339",
22
21
  "@teambit/component-id": "1.2.4",
23
- "@teambit/legacy.component-diff": "0.0.182",
24
- "@teambit/legacy.consumer-component": "0.0.128",
25
- "@teambit/logger": "0.0.1432",
26
- "@teambit/component.ui.component-compare.changelog": "0.0.239",
27
22
  "@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
28
- "@teambit/component.ui.component-compare.component-compare": "0.0.259",
29
23
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.523",
30
- "@teambit/legacy.constants": "0.0.30",
31
- "@teambit/component": "1.0.1020",
32
- "@teambit/graphql": "1.0.1020",
33
- "@teambit/builder": "1.0.1020",
34
- "@teambit/dependency-resolver": "1.0.1020",
35
- "@teambit/importer": "1.0.1020",
36
- "@teambit/objects": "0.0.527",
37
- "@teambit/schema": "1.0.1020",
38
- "@teambit/scope": "1.0.1020",
39
- "@teambit/tester": "1.0.1020",
40
- "@teambit/workspace": "1.0.1020",
41
- "@teambit/ui": "1.0.1020"
24
+ "@teambit/component": "1.0.1022",
25
+ "@teambit/graphql": "1.0.1022",
26
+ "@teambit/builder": "1.0.1022",
27
+ "@teambit/cli": "0.0.1340",
28
+ "@teambit/dependency-resolver": "1.0.1022",
29
+ "@teambit/importer": "1.0.1022",
30
+ "@teambit/legacy.component-diff": "0.0.183",
31
+ "@teambit/legacy.consumer-component": "0.0.129",
32
+ "@teambit/logger": "0.0.1433",
33
+ "@teambit/objects": "0.0.529",
34
+ "@teambit/schema": "1.0.1022",
35
+ "@teambit/scope": "1.0.1022",
36
+ "@teambit/tester": "1.0.1022",
37
+ "@teambit/workspace": "1.0.1022",
38
+ "@teambit/component.ui.component-compare.changelog": "0.0.240",
39
+ "@teambit/component.ui.component-compare.component-compare": "0.0.260",
40
+ "@teambit/ui": "1.0.1022",
41
+ "@teambit/legacy.constants": "0.0.31"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/lodash": "4.14.165",
45
45
  "@types/lodash.flatten": "4.4.6",
46
46
  "@types/mocha": "9.1.0",
47
- "@teambit/harmony.envs.core-aspect-env": "0.1.6"
47
+ "@teambit/harmony.envs.core-aspect-env": "0.1.7"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
@@ -56,6 +56,7 @@
56
56
  "peerDependenciesMeta": {},
57
57
  "exports": {
58
58
  ".": {
59
+ "types": "./index.ts",
59
60
  "node": {
60
61
  "require": "./dist/index.js",
61
62
  "import": "./dist/esm.mjs"