@teambit/component-compare 1.0.1095 → 1.0.1096
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
|
@@ -39,15 +39,15 @@ export declare class DiffCmd implements Command {
|
|
|
39
39
|
additions: number;
|
|
40
40
|
deletions: number;
|
|
41
41
|
filePath: string;
|
|
42
|
-
status: import("@teambit/legacy.component-diff/dist/components-diff
|
|
42
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
43
43
|
diffOutput?: undefined;
|
|
44
44
|
} | {
|
|
45
45
|
filePath: string;
|
|
46
|
-
status: import("@teambit/legacy.component-diff/dist/components-diff
|
|
46
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
47
47
|
diffOutput?: undefined;
|
|
48
48
|
} | {
|
|
49
49
|
filePath: string;
|
|
50
|
-
status: import("@teambit/legacy.component-diff/dist/components-diff
|
|
50
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
51
51
|
diffOutput: string;
|
|
52
52
|
})[] | undefined;
|
|
53
53
|
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.1096/dist/component-compare.compositions.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1096/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.1096",
|
|
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.1096"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"p-map": "4.0.0",
|
|
@@ -16,41 +16,41 @@
|
|
|
16
16
|
"lodash.flatten": "4.4.0",
|
|
17
17
|
"chalk": "4.1.2",
|
|
18
18
|
"@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
|
|
19
|
-
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.132",
|
|
20
19
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
|
|
21
|
-
"@teambit/component.ui.component-compare.component-compare": "0.0.273",
|
|
22
|
-
"@teambit/component.ui.component-compare.context": "0.0.127",
|
|
23
20
|
"@teambit/component.ui.component-compare.hooks.use-component-compare-url": "0.0.13",
|
|
24
21
|
"@teambit/component.ui.component-compare.utils.group-by-version": "0.0.8",
|
|
25
22
|
"@teambit/component.ui.component-compare.utils.sort-logs": "0.0.8",
|
|
26
|
-
"@teambit/component.ui.component-compare.version-picker": "0.0.255",
|
|
27
23
|
"@teambit/dependencies.ui.deps-diff-table": "0.0.2",
|
|
28
|
-
"@teambit/legacy-component-log": "0.0.427",
|
|
29
|
-
"@teambit/semantics.ui.api-diff-view": "0.0.2",
|
|
30
24
|
"@teambit/harmony": "0.4.12",
|
|
31
25
|
"@teambit/bit-error": "0.0.404",
|
|
32
|
-
"@teambit/cache": "0.0.1455",
|
|
33
|
-
"@teambit/cli": "0.0.1362",
|
|
34
26
|
"@teambit/component-id": "1.2.4",
|
|
35
|
-
"@teambit/harmony.modules.concurrency": "0.0.40",
|
|
36
|
-
"@teambit/legacy.component-diff": "0.0.199",
|
|
37
|
-
"@teambit/legacy.consumer-component": "0.0.144",
|
|
38
|
-
"@teambit/logger": "0.0.1455",
|
|
39
|
-
"@teambit/component.ui.component-compare.changelog": "0.0.249",
|
|
40
27
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.527",
|
|
41
28
|
"@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/component": "1.0.
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
49
|
-
"@teambit/
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
53
|
-
"@teambit/
|
|
29
|
+
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.133",
|
|
30
|
+
"@teambit/component": "1.0.1096",
|
|
31
|
+
"@teambit/component.ui.component-compare.component-compare": "0.0.274",
|
|
32
|
+
"@teambit/component.ui.component-compare.context": "0.0.128",
|
|
33
|
+
"@teambit/component.ui.component-compare.version-picker": "0.0.256",
|
|
34
|
+
"@teambit/legacy-component-log": "0.0.428",
|
|
35
|
+
"@teambit/semantics.ui.api-diff-view": "0.0.3",
|
|
36
|
+
"@teambit/graphql": "1.0.1096",
|
|
37
|
+
"@teambit/builder": "1.0.1096",
|
|
38
|
+
"@teambit/cache": "0.0.1456",
|
|
39
|
+
"@teambit/cli": "0.0.1363",
|
|
40
|
+
"@teambit/dependency-resolver": "1.0.1096",
|
|
41
|
+
"@teambit/harmony.modules.concurrency": "0.0.41",
|
|
42
|
+
"@teambit/importer": "1.0.1096",
|
|
43
|
+
"@teambit/legacy.component-diff": "0.0.200",
|
|
44
|
+
"@teambit/legacy.consumer-component": "0.0.145",
|
|
45
|
+
"@teambit/logger": "0.0.1456",
|
|
46
|
+
"@teambit/objects": "0.0.603",
|
|
47
|
+
"@teambit/schema": "1.0.1096",
|
|
48
|
+
"@teambit/scope": "1.0.1096",
|
|
49
|
+
"@teambit/tester": "1.0.1096",
|
|
50
|
+
"@teambit/workspace": "1.0.1096",
|
|
51
|
+
"@teambit/component.ui.component-compare.changelog": "0.0.250",
|
|
52
|
+
"@teambit/ui": "1.0.1096",
|
|
53
|
+
"@teambit/legacy.constants": "0.0.40"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/classnames": "^2.3.4",
|