@teambit/component-compare 1.0.1078 → 1.0.1080
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").DiffStatus;
|
|
42
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff.js").DiffStatus;
|
|
43
43
|
diffOutput?: undefined;
|
|
44
44
|
} | {
|
|
45
45
|
filePath: string;
|
|
46
|
-
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
46
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff.js").DiffStatus;
|
|
47
47
|
diffOutput?: undefined;
|
|
48
48
|
} | {
|
|
49
49
|
filePath: string;
|
|
50
|
-
status: import("@teambit/legacy.component-diff/dist/components-diff").DiffStatus;
|
|
50
|
+
status: import("@teambit/legacy.component-diff/dist/components-diff.js").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.1080/dist/component-compare.compositions.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-compare@1.0.1080/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.1080",
|
|
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.1080"
|
|
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.12",
|
|
20
20
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
+
"@teambit/cli": "0.0.1357",
|
|
21
22
|
"@teambit/component-id": "1.2.4",
|
|
23
|
+
"@teambit/legacy.component-diff": "0.0.196",
|
|
24
|
+
"@teambit/legacy.consumer-component": "0.0.141",
|
|
25
|
+
"@teambit/logger": "0.0.1450",
|
|
26
|
+
"@teambit/component.ui.component-compare.changelog": "0.0.247",
|
|
27
|
+
"@teambit/component.ui.component-compare.component-compare": "0.0.271",
|
|
22
28
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.527",
|
|
23
29
|
"@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
|
|
24
|
-
"@teambit/
|
|
25
|
-
"@teambit/
|
|
26
|
-
"@teambit/
|
|
27
|
-
"@teambit/
|
|
28
|
-
"@teambit/dependency-resolver": "1.0.
|
|
29
|
-
"@teambit/importer": "1.0.
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/tester": "1.0.1078",
|
|
37
|
-
"@teambit/workspace": "1.0.1078",
|
|
38
|
-
"@teambit/component.ui.component-compare.changelog": "0.0.246",
|
|
39
|
-
"@teambit/component.ui.component-compare.component-compare": "0.0.270",
|
|
40
|
-
"@teambit/ui": "1.0.1078",
|
|
41
|
-
"@teambit/legacy.constants": "0.0.36"
|
|
30
|
+
"@teambit/legacy.constants": "0.0.37",
|
|
31
|
+
"@teambit/component": "1.0.1080",
|
|
32
|
+
"@teambit/graphql": "1.0.1080",
|
|
33
|
+
"@teambit/builder": "1.0.1080",
|
|
34
|
+
"@teambit/dependency-resolver": "1.0.1080",
|
|
35
|
+
"@teambit/importer": "1.0.1080",
|
|
36
|
+
"@teambit/objects": "0.0.587",
|
|
37
|
+
"@teambit/schema": "1.0.1080",
|
|
38
|
+
"@teambit/scope": "1.0.1080",
|
|
39
|
+
"@teambit/tester": "1.0.1080",
|
|
40
|
+
"@teambit/workspace": "1.0.1080",
|
|
41
|
+
"@teambit/ui": "1.0.1080"
|
|
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": "2.0.
|
|
47
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.4"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|