@teambit/insights 1.0.64 → 1.0.66
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.
- package/dist/esm.d.mts +4 -0
- package/dist/esm.mjs +9 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -13
- package/dist/index.js.map +1 -1
- package/dist/{preview-1700991709206.js → preview-1701141530916.js} +1 -1
- package/esm.mjs +9 -0
- package/package.json +8 -8
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// eslint-disable-next-line import/no-unresolved
|
|
2
|
+
import cjsModule from './index.js';
|
|
3
|
+
|
|
4
|
+
export const InsightManager = cjsModule.InsightManager;
|
|
5
|
+
export const InsightsAspect = cjsModule.InsightsAspect;
|
|
6
|
+
export const INSIGHT_CIRCULAR_DEPS_NAME = cjsModule.INSIGHT_CIRCULAR_DEPS_NAME;
|
|
7
|
+
|
|
8
|
+
export default cjsModule;
|
|
9
|
+
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { InsightManager } from './insight-manager';
|
|
2
|
-
export { Insight } from './insight';
|
|
2
|
+
export type { Insight } from './insight';
|
|
3
3
|
export type { InsightsMain } from './insights.main.runtime';
|
|
4
4
|
export { InsightsAspect } from './insights.aspect';
|
|
5
5
|
export { INSIGHT_CIRCULAR_DEPS_NAME } from './all-insights/find-circulars';
|
package/dist/index.js
CHANGED
|
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "INSIGHT_CIRCULAR_DEPS_NAME", {
|
|
|
9
9
|
return _findCirculars().INSIGHT_CIRCULAR_DEPS_NAME;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "Insight", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
-
return _insight().Insight;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
Object.defineProperty(exports, "InsightManager", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function () {
|
|
@@ -34,13 +28,6 @@ function _insightManager() {
|
|
|
34
28
|
};
|
|
35
29
|
return data;
|
|
36
30
|
}
|
|
37
|
-
function _insight() {
|
|
38
|
-
const data = require("./insight");
|
|
39
|
-
_insight = function () {
|
|
40
|
-
return data;
|
|
41
|
-
};
|
|
42
|
-
return data;
|
|
43
|
-
}
|
|
44
31
|
function _insights() {
|
|
45
32
|
const data = require("./insights.aspect");
|
|
46
33
|
_insights = function () {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_insightManager","data","require","
|
|
1
|
+
{"version":3,"names":["_insightManager","data","require","_insights","_findCirculars"],"sources":["index.ts"],"sourcesContent":["export { InsightManager } from './insight-manager';\nexport type { Insight } from './insight';\nexport type { InsightsMain } from './insights.main.runtime';\nexport { InsightsAspect } from './insights.aspect';\nexport { INSIGHT_CIRCULAR_DEPS_NAME } from './all-insights/find-circulars';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAAA,gBAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,eAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGA,SAAAE,UAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,SAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,eAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,cAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
;
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.explorer_insights@1.0.
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.explorer_insights@1.0.66/dist/insights.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [];
|
|
5
5
|
export const overview = [overview_0];
|
package/esm.mjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// eslint-disable-next-line import/no-unresolved
|
|
2
|
+
import cjsModule from './index.js';
|
|
3
|
+
|
|
4
|
+
export const InsightManager = cjsModule.InsightManager;
|
|
5
|
+
export const InsightsAspect = cjsModule.InsightsAspect;
|
|
6
|
+
export const INSIGHT_CIRCULAR_DEPS_NAME = cjsModule.INSIGHT_CIRCULAR_DEPS_NAME;
|
|
7
|
+
|
|
8
|
+
export default cjsModule;
|
|
9
|
+
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/insights",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
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.66"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"p-map-series": "2.1.0",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@teambit/component-id": "1.2.0",
|
|
19
19
|
"@teambit/harmony": "0.4.6",
|
|
20
20
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
-
"@teambit/graph": "1.0.
|
|
22
|
-
"@teambit/component": "1.0.
|
|
23
|
-
"@teambit/cli": "0.0.
|
|
24
|
-
"@teambit/component-issues": "0.0.
|
|
25
|
-
"@teambit/issues": "1.0.
|
|
21
|
+
"@teambit/graph": "1.0.66",
|
|
22
|
+
"@teambit/component": "1.0.66",
|
|
23
|
+
"@teambit/cli": "0.0.823",
|
|
24
|
+
"@teambit/component-issues": "0.0.119",
|
|
25
|
+
"@teambit/issues": "1.0.66"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/react": "^17.0.8",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/testing-library__jest-dom": "5.9.5"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@teambit/legacy": "1.0.
|
|
38
|
+
"@teambit/legacy": "1.0.606",
|
|
39
39
|
"react": "^16.8.0 || ^17.0.0",
|
|
40
40
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
41
41
|
},
|