@teambit/component-compare 1.0.1021 → 1.0.1023

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.1021/dist/component-compare.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1021/dist/component-compare.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1023/dist/component-compare.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1023/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.1021",
3
+ "version": "1.0.1023",
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.1021"
9
+ "version": "1.0.1023"
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",
22
+ "@teambit/component.ui.component-compare.changelog": "0.0.240",
27
23
  "@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
28
- "@teambit/component.ui.component-compare.component-compare": "0.0.259",
24
+ "@teambit/component.ui.component-compare.component-compare": "0.0.260",
29
25
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.523",
30
- "@teambit/legacy.constants": "0.0.30",
31
- "@teambit/component": "1.0.1021",
32
- "@teambit/graphql": "1.0.1021",
33
- "@teambit/builder": "1.0.1021",
34
- "@teambit/dependency-resolver": "1.0.1021",
35
- "@teambit/importer": "1.0.1021",
36
- "@teambit/objects": "0.0.528",
37
- "@teambit/schema": "1.0.1021",
38
- "@teambit/scope": "1.0.1021",
39
- "@teambit/tester": "1.0.1021",
40
- "@teambit/workspace": "1.0.1021",
41
- "@teambit/ui": "1.0.1021"
26
+ "@teambit/legacy.constants": "0.0.31",
27
+ "@teambit/component": "1.0.1023",
28
+ "@teambit/graphql": "1.0.1023",
29
+ "@teambit/builder": "1.0.1023",
30
+ "@teambit/cli": "0.0.1341",
31
+ "@teambit/dependency-resolver": "1.0.1023",
32
+ "@teambit/importer": "1.0.1023",
33
+ "@teambit/legacy.component-diff": "0.0.184",
34
+ "@teambit/legacy.consumer-component": "0.0.130",
35
+ "@teambit/logger": "0.0.1434",
36
+ "@teambit/objects": "0.0.530",
37
+ "@teambit/schema": "1.0.1023",
38
+ "@teambit/scope": "1.0.1023",
39
+ "@teambit/tester": "1.0.1023",
40
+ "@teambit/workspace": "1.0.1023",
41
+ "@teambit/ui": "1.0.1023"
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"