@teambit/insights 1.0.381 → 1.0.383
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.383" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -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.383/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.383",
|
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.383"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"p-map-series": "2.1.0",
|
@@ -16,18 +16,18 @@
|
|
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.383",
|
20
|
+
"@teambit/component": "1.0.383",
|
21
|
+
"@teambit/cli": "0.0.960",
|
22
22
|
"@teambit/component-issues": "0.0.150",
|
23
|
-
"@teambit/issues": "1.0.
|
23
|
+
"@teambit/issues": "1.0.383"
|
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
29
|
"chai": "4.3.0",
|
30
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
30
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.47"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
33
|
"react": "^17.0.0 || ^18.0.0",
|
package/tsconfig.json
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"lib": [
|
4
|
-
"esnext",
|
5
|
-
"dom",
|
6
|
-
"dom.Iterable"
|
7
|
-
],
|
8
|
-
"target": "es2020",
|
9
|
-
"module": "es2020",
|
10
|
-
"jsx": "react-jsx",
|
11
|
-
"declaration": true,
|
12
|
-
"sourceMap": true,
|
13
|
-
"experimentalDecorators": true,
|
14
|
-
"skipLibCheck": true,
|
15
|
-
"moduleResolution": "node",
|
16
|
-
"esModuleInterop": true,
|
17
|
-
"resolveJsonModule": true,
|
18
|
-
"allowJs": true,
|
19
|
-
"outDir": "dist",
|
20
|
-
"emitDeclarationOnly": true,
|
21
|
-
"strict": true,
|
22
|
-
"strictPropertyInitialization": false,
|
23
|
-
"noImplicitAny": false
|
24
|
-
},
|
25
|
-
"exclude": [
|
26
|
-
"artifacts",
|
27
|
-
"public",
|
28
|
-
"dist",
|
29
|
-
"node_modules",
|
30
|
-
"package.json",
|
31
|
-
"esm.mjs",
|
32
|
-
"**/*.cjs",
|
33
|
-
"./dist"
|
34
|
-
],
|
35
|
-
"include": [
|
36
|
-
"**/*",
|
37
|
-
"**/*.json"
|
38
|
-
]
|
39
|
-
}
|