@teambit/component-compare 1.0.1080 → 1.0.1082
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/component-compare-page.module.scss +124 -0
- package/component-compare-page.tsx +509 -0
- package/component-compare.ui.runtime.tsx +98 -16
- package/dist/compare-component-pairs.d.ts +20 -0
- package/dist/compare-component-pairs.js +36 -0
- package/dist/compare-component-pairs.js.map +1 -0
- package/dist/compare-component-pairs.spec.d.ts +1 -0
- package/dist/compare-component-pairs.spec.js +94 -0
- package/dist/compare-component-pairs.spec.js.map +1 -0
- package/dist/component-compare-page.d.ts +16 -0
- package/dist/component-compare-page.js +504 -0
- package/dist/component-compare-page.js.map +1 -0
- package/dist/component-compare-page.module.scss +124 -0
- package/dist/component-compare.graphql.js +34 -0
- package/dist/component-compare.graphql.js.map +1 -1
- package/dist/component-compare.main.runtime.d.ts +64 -4
- package/dist/component-compare.main.runtime.js +187 -6
- package/dist/component-compare.main.runtime.js.map +1 -1
- package/dist/component-compare.ui.runtime.d.ts +43 -3
- package/dist/component-compare.ui.runtime.js +83 -21
- package/dist/component-compare.ui.runtime.js.map +1 -1
- package/dist/diff-cmd.d.ts +3 -3
- package/dist/{preview-1785267101230.js → preview-1785362864561.js} +2 -2
- package/package.json +35 -21
package/package.json
CHANGED
|
@@ -1,46 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component-compare",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1082",
|
|
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.1082"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"p-map": "4.0.0",
|
|
13
|
+
"classnames": "^2.5.1",
|
|
12
14
|
"graphql-tag": "2.12.1",
|
|
13
15
|
"lodash": "4.17.21",
|
|
14
16
|
"lodash.flatten": "4.4.0",
|
|
15
17
|
"chalk": "4.1.2",
|
|
16
18
|
"@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.130",
|
|
18
19
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.502",
|
|
20
|
+
"@teambit/component.ui.component-compare.hooks.use-component-compare-url": "0.0.13",
|
|
21
|
+
"@teambit/component.ui.component-compare.utils.group-by-version": "0.0.8",
|
|
22
|
+
"@teambit/component.ui.component-compare.utils.sort-logs": "0.0.8",
|
|
19
23
|
"@teambit/harmony": "0.4.12",
|
|
20
24
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
-
"@teambit/cli": "0.0.1357",
|
|
22
25
|
"@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",
|
|
28
26
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.527",
|
|
29
27
|
"@teambit/component.ui.component-compare.compare-aspects.compare-aspects": "0.0.155",
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/component": "1.0.
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/
|
|
37
|
-
"@teambit/
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
28
|
+
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.132",
|
|
29
|
+
"@teambit/component": "1.0.1082",
|
|
30
|
+
"@teambit/component.ui.component-compare.component-compare": "0.0.273",
|
|
31
|
+
"@teambit/component.ui.component-compare.context": "0.0.127",
|
|
32
|
+
"@teambit/component.ui.component-compare.version-picker": "0.0.255",
|
|
33
|
+
"@teambit/dependencies.ui.deps-diff-table": "0.0.2",
|
|
34
|
+
"@teambit/legacy-component-log": "0.0.427",
|
|
35
|
+
"@teambit/semantics.ui.api-diff-view": "0.0.2",
|
|
36
|
+
"@teambit/graphql": "1.0.1082",
|
|
37
|
+
"@teambit/builder": "1.0.1082",
|
|
38
|
+
"@teambit/cache": "0.0.1452",
|
|
39
|
+
"@teambit/cli": "0.0.1359",
|
|
40
|
+
"@teambit/dependency-resolver": "1.0.1082",
|
|
41
|
+
"@teambit/harmony.modules.concurrency": "0.0.40",
|
|
42
|
+
"@teambit/importer": "1.0.1082",
|
|
43
|
+
"@teambit/legacy.component-diff": "0.0.198",
|
|
44
|
+
"@teambit/legacy.consumer-component": "0.0.143",
|
|
45
|
+
"@teambit/logger": "0.0.1452",
|
|
46
|
+
"@teambit/objects": "0.0.589",
|
|
47
|
+
"@teambit/schema": "1.0.1082",
|
|
48
|
+
"@teambit/scope": "1.0.1082",
|
|
49
|
+
"@teambit/tester": "1.0.1082",
|
|
50
|
+
"@teambit/workspace": "1.0.1082",
|
|
51
|
+
"@teambit/component.ui.component-compare.changelog": "0.0.249",
|
|
52
|
+
"@teambit/ui": "1.0.1082",
|
|
53
|
+
"@teambit/legacy.constants": "0.0.39"
|
|
42
54
|
},
|
|
43
55
|
"devDependencies": {
|
|
56
|
+
"@types/classnames": "^2.3.4",
|
|
44
57
|
"@types/lodash": "4.14.165",
|
|
45
58
|
"@types/lodash.flatten": "4.4.6",
|
|
46
59
|
"@types/mocha": "9.1.0",
|
|
@@ -48,6 +61,7 @@
|
|
|
48
61
|
},
|
|
49
62
|
"peerDependencies": {
|
|
50
63
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
64
|
+
"chai": "5.2.1",
|
|
51
65
|
"react-router-dom": "^6.16.0"
|
|
52
66
|
},
|
|
53
67
|
"license": "Apache-2.0",
|