@teambit/insights 1.0.1077 → 1.0.1079
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.
|
@@ -18,7 +18,7 @@ export default class DuplicateDependencies implements Insight {
|
|
|
18
18
|
private runInsight;
|
|
19
19
|
private formatData;
|
|
20
20
|
private getDependents;
|
|
21
|
-
revreseCompareVersions(v1: VersionWithDependents, v2: VersionWithDependents):
|
|
21
|
+
revreseCompareVersions(v1: VersionWithDependents, v2: VersionWithDependents): -1 | 0 | 1;
|
|
22
22
|
private stringifyDependents;
|
|
23
23
|
private stringifyDependentsByVersion;
|
|
24
24
|
private renderData;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
;
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_insights@1.0.
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_insights@1.0.1079/dist/insights.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/insights",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1079",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/explorer/insights",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.explorer",
|
|
8
8
|
"name": "insights",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1079"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"p-map-series": "2.1.0",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"@teambit/component-id": "1.2.4",
|
|
17
17
|
"@teambit/harmony": "0.4.12",
|
|
18
|
-
"@teambit/cli": "0.0.1354",
|
|
19
|
-
"@teambit/component-issues": "0.0.178",
|
|
20
18
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
-
"@teambit/graph": "1.0.
|
|
22
|
-
"@teambit/component": "1.0.
|
|
23
|
-
"@teambit/
|
|
19
|
+
"@teambit/graph": "1.0.1078",
|
|
20
|
+
"@teambit/component": "1.0.1078",
|
|
21
|
+
"@teambit/cli": "0.0.1356",
|
|
22
|
+
"@teambit/component-issues": "0.0.179",
|
|
23
|
+
"@teambit/issues": "1.0.1078"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/semver": "7.5.8",
|
|
27
27
|
"@types/lodash": "4.14.165",
|
|
28
28
|
"@types/mocha": "9.1.0",
|
|
29
|
-
"@teambit/harmony.envs.core-aspect-env": "
|
|
29
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|