@teambit/insights 1.0.410 → 1.0.411
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.explorer/insights@1.0.
|
3
|
+
<testsuite name="teambit.explorer/insights@1.0.411" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"line": 1,
|
21
21
|
"character": 10
|
22
22
|
},
|
23
|
+
"signature": "class InsightManager",
|
23
24
|
"name": "InsightManager",
|
24
25
|
"exportNode": {
|
25
26
|
"__schema": "ClassSchema",
|
@@ -539,6 +540,7 @@
|
|
539
540
|
"line": 2,
|
540
541
|
"character": 15
|
541
542
|
},
|
543
|
+
"signature": "interface Insight",
|
542
544
|
"name": "Insight",
|
543
545
|
"exportNode": {
|
544
546
|
"__schema": "InterfaceSchema",
|
@@ -737,6 +739,7 @@
|
|
737
739
|
"line": 3,
|
738
740
|
"character": 15
|
739
741
|
},
|
742
|
+
"signature": "class InsightsMain",
|
740
743
|
"name": "InsightsMain",
|
741
744
|
"exportNode": {
|
742
745
|
"__schema": "ClassSchema",
|
@@ -1132,6 +1135,7 @@
|
|
1132
1135
|
"line": 4,
|
1133
1136
|
"character": 10
|
1134
1137
|
},
|
1138
|
+
"signature": "const InsightsAspect: Aspect",
|
1135
1139
|
"name": "InsightsAspect",
|
1136
1140
|
"exportNode": {
|
1137
1141
|
"__schema": "VariableLikeSchema",
|
@@ -1167,6 +1171,7 @@
|
|
1167
1171
|
"line": 5,
|
1168
1172
|
"character": 10
|
1169
1173
|
},
|
1174
|
+
"signature": "const INSIGHT_CIRCULAR_DEPS_NAME: \"circular\"",
|
1170
1175
|
"name": "INSIGHT_CIRCULAR_DEPS_NAME",
|
1171
1176
|
"exportNode": {
|
1172
1177
|
"__schema": "VariableLikeSchema",
|
@@ -2673,7 +2678,7 @@
|
|
2673
2678
|
"componentId": {
|
2674
2679
|
"scope": "teambit.explorer",
|
2675
2680
|
"name": "insights",
|
2676
|
-
"version": "1.0.
|
2681
|
+
"version": "1.0.411"
|
2677
2682
|
},
|
2678
2683
|
"taggedModuleExports": []
|
2679
2684
|
}
|
@@ -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.411/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.411",
|
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.411"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"p-map-series": "2.1.0",
|
@@ -16,11 +16,11 @@
|
|
16
16
|
"@teambit/component-id": "1.2.0",
|
17
17
|
"@teambit/harmony": "0.4.6",
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
19
|
-
"@teambit/graph": "1.0.
|
20
|
-
"@teambit/component": "1.0.
|
21
|
-
"@teambit/cli": "0.0.
|
19
|
+
"@teambit/graph": "1.0.411",
|
20
|
+
"@teambit/component": "1.0.411",
|
21
|
+
"@teambit/cli": "0.0.988",
|
22
22
|
"@teambit/component-issues": "0.0.150",
|
23
|
-
"@teambit/issues": "1.0.
|
23
|
+
"@teambit/issues": "1.0.411"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@types/semver": "7.3.4",
|