@teambit/insights 1.0.310 → 1.0.311

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.
@@ -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.310" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.explorer/insights@1.0.311" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -46,7 +46,8 @@
46
46
  "character": 3
47
47
  },
48
48
  "raw": "/** insights is an insight registry */",
49
- "comment": "insights is an insight registry"
49
+ "comment": "insights is an insight registry",
50
+ "tags": []
50
51
  },
51
52
  "signature": "(property) InsightManager.insights: Map<string, Insight>",
52
53
  "name": "insights",
@@ -147,7 +148,8 @@
147
148
  "character": 3
148
149
  },
149
150
  "raw": "/**\n * registers a new insight and returns the updated insight registry map\n */",
150
- "comment": "registers a new insight and returns the updated insight registry map"
151
+ "comment": "registers a new insight and returns the updated insight registry map",
152
+ "tags": []
151
153
  },
152
154
  "signature": "(method) InsightManager.register(insight: Insight): void",
153
155
  "name": "register",
@@ -199,7 +201,8 @@
199
201
  "character": 3
200
202
  },
201
203
  "raw": "/**\n * list of all registered insights\n */",
202
- "comment": "list of all registered insights"
204
+ "comment": "list of all registered insights",
205
+ "tags": []
203
206
  },
204
207
  "signature": "(method) InsightManager.listInsights(): string[]",
205
208
  "name": "listInsights",
@@ -238,7 +241,8 @@
238
241
  "character": 3
239
242
  },
240
243
  "raw": "/**\n * gets a specific insight by its name or undefined if doesn't exist\n */",
241
- "comment": "gets a specific insight by its name or undefined if doesn't exist"
244
+ "comment": "gets a specific insight by its name or undefined if doesn't exist",
245
+ "tags": []
242
246
  },
243
247
  "signature": "(method) InsightManager.getByName(insightName: string): Insight | undefined",
244
248
  "name": "getByName",
@@ -309,7 +313,8 @@
309
313
  "character": 3
310
314
  },
311
315
  "raw": "/**\n * deletes a specific insight by its name if exists\n */",
312
- "comment": "deletes a specific insight by its name if exists"
316
+ "comment": "deletes a specific insight by its name if exists",
317
+ "tags": []
313
318
  },
314
319
  "signature": "(method) InsightManager.delete(insightName: string): void",
315
320
  "name": "delete",
@@ -361,7 +366,8 @@
361
366
  "character": 3
362
367
  },
363
368
  "raw": "/**\n * execute an array of insights\n *\n */",
364
- "comment": "execute an array of insights"
369
+ "comment": "execute an array of insights",
370
+ "tags": []
365
371
  },
366
372
  "signature": "(method) InsightManager.run(insightNames: string[], opts: RunInsightOptions): Promise<InsightResult[]>",
367
373
  "name": "run",
@@ -464,7 +470,8 @@
464
470
  "character": 3
465
471
  },
466
472
  "raw": "/**\n * execute all insights in the registry\n *\n */",
467
- "comment": "execute all insights in the registry"
473
+ "comment": "execute all insights in the registry",
474
+ "tags": []
468
475
  },
469
476
  "signature": "(method) InsightManager.runAll(opts: RunInsightOptions): Promise<InsightResult[]>",
470
477
  "name": "runAll",
@@ -602,7 +609,8 @@
602
609
  "character": 3
603
610
  },
604
611
  "raw": "/**\n * runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult.\n */",
605
- "comment": "runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult."
612
+ "comment": "runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult.",
613
+ "tags": []
606
614
  },
607
615
  "signature": "(method) Insight.run(opts?: RunInsightOptions): Promise<InsightResult>",
608
616
  "name": "run",
@@ -667,7 +675,8 @@
667
675
  "character": 3
668
676
  },
669
677
  "raw": "/**\n * add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\n * them.\n */",
670
- "comment": "add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\nthem."
678
+ "comment": "add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\nthem.",
679
+ "tags": []
671
680
  },
672
681
  "signature": "(method) Insight.addAsComponentIssue?(components: Component[]): Promise<void>",
673
682
  "name": "addAsComponentIssue",
@@ -1338,7 +1347,8 @@
1338
1347
  "character": 3
1339
1348
  },
1340
1349
  "raw": "/** insights is an insight registry */",
1341
- "comment": "insights is an insight registry"
1350
+ "comment": "insights is an insight registry",
1351
+ "tags": []
1342
1352
  },
1343
1353
  "signature": "(property) InsightManager.insights: Map<string, Insight>",
1344
1354
  "name": "insights",
@@ -1439,7 +1449,8 @@
1439
1449
  "character": 3
1440
1450
  },
1441
1451
  "raw": "/**\n * registers a new insight and returns the updated insight registry map\n */",
1442
- "comment": "registers a new insight and returns the updated insight registry map"
1452
+ "comment": "registers a new insight and returns the updated insight registry map",
1453
+ "tags": []
1443
1454
  },
1444
1455
  "signature": "(method) InsightManager.register(insight: Insight): void",
1445
1456
  "name": "register",
@@ -1491,7 +1502,8 @@
1491
1502
  "character": 3
1492
1503
  },
1493
1504
  "raw": "/**\n * list of all registered insights\n */",
1494
- "comment": "list of all registered insights"
1505
+ "comment": "list of all registered insights",
1506
+ "tags": []
1495
1507
  },
1496
1508
  "signature": "(method) InsightManager.listInsights(): string[]",
1497
1509
  "name": "listInsights",
@@ -1530,7 +1542,8 @@
1530
1542
  "character": 3
1531
1543
  },
1532
1544
  "raw": "/**\n * gets a specific insight by its name or undefined if doesn't exist\n */",
1533
- "comment": "gets a specific insight by its name or undefined if doesn't exist"
1545
+ "comment": "gets a specific insight by its name or undefined if doesn't exist",
1546
+ "tags": []
1534
1547
  },
1535
1548
  "signature": "(method) InsightManager.getByName(insightName: string): Insight | undefined",
1536
1549
  "name": "getByName",
@@ -1601,7 +1614,8 @@
1601
1614
  "character": 3
1602
1615
  },
1603
1616
  "raw": "/**\n * deletes a specific insight by its name if exists\n */",
1604
- "comment": "deletes a specific insight by its name if exists"
1617
+ "comment": "deletes a specific insight by its name if exists",
1618
+ "tags": []
1605
1619
  },
1606
1620
  "signature": "(method) InsightManager.delete(insightName: string): void",
1607
1621
  "name": "delete",
@@ -1653,7 +1667,8 @@
1653
1667
  "character": 3
1654
1668
  },
1655
1669
  "raw": "/**\n * execute an array of insights\n *\n */",
1656
- "comment": "execute an array of insights"
1670
+ "comment": "execute an array of insights",
1671
+ "tags": []
1657
1672
  },
1658
1673
  "signature": "(method) InsightManager.run(insightNames: string[], opts: RunInsightOptions): Promise<InsightResult[]>",
1659
1674
  "name": "run",
@@ -1756,7 +1771,8 @@
1756
1771
  "character": 3
1757
1772
  },
1758
1773
  "raw": "/**\n * execute all insights in the registry\n *\n */",
1759
- "comment": "execute all insights in the registry"
1774
+ "comment": "execute all insights in the registry",
1775
+ "tags": []
1760
1776
  },
1761
1777
  "signature": "(method) InsightManager.runAll(opts: RunInsightOptions): Promise<InsightResult[]>",
1762
1778
  "name": "runAll",
@@ -2117,7 +2133,8 @@
2117
2133
  "character": 3
2118
2134
  },
2119
2135
  "raw": "/**\n * runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult.\n */",
2120
- "comment": "runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult."
2136
+ "comment": "runs a specific insight using _runInsight, gets a RawResult, and uses _formatData to transform the output to InsightResult.",
2137
+ "tags": []
2121
2138
  },
2122
2139
  "signature": "(method) Insight.run(opts?: RunInsightOptions): Promise<InsightResult>",
2123
2140
  "name": "run",
@@ -2182,7 +2199,8 @@
2182
2199
  "character": 3
2183
2200
  },
2184
2201
  "raw": "/**\n * add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\n * them.\n */",
2185
- "comment": "add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\nthem."
2202
+ "comment": "add the results from the insights as a component-issue so then bit-status could show them and bit-tag could block\nthem.",
2203
+ "tags": []
2186
2204
  },
2187
2205
  "signature": "(method) Insight.addAsComponentIssue?(components: Component[]): Promise<void>",
2188
2206
  "name": "addAsComponentIssue",
@@ -2714,7 +2732,7 @@
2714
2732
  "componentId": {
2715
2733
  "scope": "teambit.explorer",
2716
2734
  "name": "insights",
2717
- "version": "1.0.310"
2735
+ "version": "1.0.311"
2718
2736
  },
2719
2737
  "taggedModuleExports": []
2720
2738
  }
@@ -1,5 +1,5 @@
1
1
  ;
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_insights@1.0.310/dist/insights.docs.mdx';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_insights@1.0.311/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.310",
3
+ "version": "1.0.311",
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.310"
9
+ "version": "1.0.311"
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.310",
20
- "@teambit/component": "1.0.310",
21
- "@teambit/cli": "0.0.887",
19
+ "@teambit/graph": "1.0.311",
20
+ "@teambit/component": "1.0.311",
21
+ "@teambit/cli": "0.0.888",
22
22
  "@teambit/component-issues": "0.0.149",
23
- "@teambit/issues": "1.0.310"
23
+ "@teambit/issues": "1.0.311"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/semver": "7.3.4",