@teambit/insights 1.0.141 → 1.0.143

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.
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuites>
3
+ <testsuite name="teambit.explorer/insights@1.0.143" tests="0" failures="0" errors="0" skipped="0"/>
4
+ </testsuites>
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Logo: () => JSX.Element;
@@ -10,7 +10,7 @@ export declare class InsightsMain {
10
10
  runInsights(names: string[], opts: RunInsightOptions): Promise<InsightResult[]>;
11
11
  listInsights(): string[];
12
12
  addInsightsAsComponentIssues(components: Component[], issuesToIgnore: string[]): Promise<void>;
13
- static slots: any[];
13
+ static slots: never[];
14
14
  static dependencies: import("@teambit/harmony").Aspect[];
15
15
  static runtime: import("@teambit/harmony").RuntimeDefinition;
16
16
  static config: {
@@ -1,5 +1,5 @@
1
1
  ;
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.explorer_insights@1.0.141/dist/insights.docs.mdx';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.explorer_insights@1.0.143/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.141",
3
+ "version": "1.0.143",
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.141"
9
+ "version": "1.0.143"
10
10
  },
11
11
  "dependencies": {
12
12
  "p-map-series": "2.1.0",
@@ -16,23 +16,22 @@
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.141",
20
- "@teambit/component": "1.0.141",
21
- "@teambit/cli": "0.0.848",
22
- "@teambit/component-issues": "0.0.140",
23
- "@teambit/issues": "1.0.141"
19
+ "@teambit/graph": "1.0.143",
20
+ "@teambit/component": "1.0.143",
21
+ "@teambit/cli": "0.0.849",
22
+ "@teambit/component-issues": "0.0.141",
23
+ "@teambit/issues": "1.0.143"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/semver": "7.3.4",
27
27
  "@types/lodash": "4.14.165",
28
28
  "@types/mocha": "9.1.0",
29
- "@types/jest": "^29.2.2",
30
- "@types/testing-library__jest-dom": "^5.9.5",
31
- "@teambit/harmony.envs.core-aspect-env": "0.0.19"
29
+ "chai": "4.3.0",
30
+ "@teambit/harmony.envs.core-aspect-env": "0.0.24"
32
31
  },
33
32
  "peerDependencies": {
34
33
  "react": "^17.0.0 || ^18.0.0",
35
- "@types/react": "17.0.8",
34
+ "@types/react": "^17.0.73",
36
35
  "@teambit/legacy": "1.0.624"
37
36
  },
38
37
  "license": "Apache-2.0",
@@ -47,7 +46,8 @@
47
46
  "default": "./dist/index.js"
48
47
  },
49
48
  "./dist/*": "./dist/*",
50
- "./artifacts/*": "./artifacts/*"
49
+ "./artifacts/*": "./artifacts/*",
50
+ "./*": "./*.ts"
51
51
  },
52
52
  "private": false,
53
53
  "engines": {
package/tsconfig.json CHANGED
@@ -17,7 +17,10 @@
17
17
  "resolveJsonModule": true,
18
18
  "allowJs": true,
19
19
  "outDir": "dist",
20
- "emitDeclarationOnly": true
20
+ "emitDeclarationOnly": true,
21
+ "strict": true,
22
+ "strictPropertyInitialization": false,
23
+ "noImplicitAny": false
21
24
  },
22
25
  "exclude": [
23
26
  "artifacts",