@teambit/component-compare 1.0.994 → 1.0.995
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/diff-cmd.d.ts
CHANGED
|
@@ -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/components-diff").DiffStatus;
|
|
41
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
42
42
|
diffOutput?: undefined;
|
|
43
43
|
} | {
|
|
44
44
|
filePath: string;
|
|
45
|
-
status: import("@teambit/legacy.component-diff/components-diff").DiffStatus;
|
|
45
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
46
46
|
diffOutput?: undefined;
|
|
47
47
|
} | {
|
|
48
48
|
filePath: string;
|
|
49
|
-
status: import("@teambit/legacy.component-diff/components-diff").DiffStatus;
|
|
49
|
+
status: import("@teambit/legacy.component-diff/dist/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.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.995/dist/component-compare.compositions.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.995/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.
|
|
3
|
+
"version": "1.0.995",
|
|
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.
|
|
9
|
+
"version": "1.0.995"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"lodash.flatten": "4.4.0",
|
|
15
15
|
"chalk": "4.1.2",
|
|
16
16
|
"@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
|
|
17
|
+
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.128",
|
|
17
18
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
|
|
18
19
|
"@teambit/harmony": "0.4.7",
|
|
19
20
|
"@teambit/bit-error": "0.0.404",
|
|
20
|
-
"@teambit/component-id": "1.2.4",
|
|
21
|
-
"@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
|
|
22
|
-
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.128",
|
|
23
|
-
"@teambit/component": "1.0.994",
|
|
24
|
-
"@teambit/graphql": "1.0.994",
|
|
25
|
-
"@teambit/builder": "1.0.994",
|
|
26
21
|
"@teambit/cli": "0.0.1327",
|
|
27
|
-
"@teambit/
|
|
28
|
-
"@teambit/importer": "1.0.994",
|
|
22
|
+
"@teambit/component-id": "1.2.4",
|
|
29
23
|
"@teambit/legacy.component-diff": "0.0.172",
|
|
30
24
|
"@teambit/legacy.consumer-component": "0.0.118",
|
|
31
25
|
"@teambit/logger": "0.0.1420",
|
|
32
|
-
"@teambit/objects": "0.0.501",
|
|
33
|
-
"@teambit/schema": "1.0.994",
|
|
34
|
-
"@teambit/scope": "1.0.994",
|
|
35
|
-
"@teambit/tester": "1.0.994",
|
|
36
|
-
"@teambit/workspace": "1.0.994",
|
|
37
26
|
"@teambit/component.ui.component-compare.changelog": "0.0.239",
|
|
27
|
+
"@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
|
|
38
28
|
"@teambit/component.ui.component-compare.component-compare": "0.0.259",
|
|
39
29
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.523",
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
30
|
+
"@teambit/legacy.constants": "0.0.27",
|
|
31
|
+
"@teambit/component": "1.0.995",
|
|
32
|
+
"@teambit/graphql": "1.0.995",
|
|
33
|
+
"@teambit/builder": "1.0.995",
|
|
34
|
+
"@teambit/dependency-resolver": "1.0.995",
|
|
35
|
+
"@teambit/importer": "1.0.995",
|
|
36
|
+
"@teambit/objects": "0.0.502",
|
|
37
|
+
"@teambit/schema": "1.0.995",
|
|
38
|
+
"@teambit/scope": "1.0.995",
|
|
39
|
+
"@teambit/tester": "1.0.995",
|
|
40
|
+
"@teambit/workspace": "1.0.995",
|
|
41
|
+
"@teambit/ui": "1.0.995"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/lodash": "4.14.165",
|