@teambit/graph 1.0.67 → 1.0.69

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,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.67/dist/graph.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.67/dist/graph.docs.md';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.69/dist/graph.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.69/dist/graph.docs.md';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "homepage": "https://bit.cloud/teambit/component/graph",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "graph",
9
- "version": "1.0.67"
9
+ "version": "1.0.69"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -39,12 +39,12 @@
39
39
  "@teambit/ui-foundation.ui.full-loader": "0.0.500",
40
40
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.505",
41
41
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
42
- "@teambit/component": "1.0.67",
42
+ "@teambit/component": "1.0.69",
43
43
  "@teambit/cli": "0.0.824",
44
- "@teambit/graphql": "1.0.67",
44
+ "@teambit/graphql": "1.0.69",
45
45
  "@teambit/logger": "0.0.917",
46
- "@teambit/component-compare": "1.0.67",
47
- "@teambit/ui": "1.0.67",
46
+ "@teambit/component-compare": "1.0.69",
47
+ "@teambit/ui": "1.0.69",
48
48
  "@teambit/component.modules.component-url": "0.0.164",
49
49
  "@teambit/envs.ui.env-icon": "0.0.503"
50
50
  },
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@apollo/client": "^3.6.0",
66
- "@teambit/legacy": "1.0.607",
66
+ "@teambit/legacy": "1.0.608",
67
67
  "react": "^16.8.0 || ^17.0.0",
68
68
  "react-dom": "^16.8.0 || ^17.0.0"
69
69
  },
package/tsconfig.json CHANGED
@@ -31,6 +31,7 @@
31
31
  },
32
32
  "exclude": [
33
33
  "dist",
34
+ "esm.mjs",
34
35
  "package.json"
35
36
  ],
36
37
  "include": [
package/dist/esm.d.mts DELETED
@@ -1,27 +0,0 @@
1
- export const DependenciesCompare: any;
2
- export const Dependency: any;
3
- export const DuplicateDependency: any;
4
- export const GraphAspect: any;
5
- export const IdGraph: any;
6
- export const objectListToGraph: any;
7
- export const bitObjectListToGraph: any;
8
- export const calcElements: any;
9
- export const calcLayout: any;
10
- export const calcMinimapColors: any;
11
- export const depTypeToClass: any;
12
- export const depTypeToLabel: any;
13
- export const dependenciesGraphStyles: any;
14
- export const GraphFilters: any;
15
- export const graphPageStyles: any;
16
- export const EdgeModel: any;
17
- export const GraphModel: any;
18
- export const NodeModel: any;
19
- export const useGraph: any;
20
- export const useGraphQuery: any;
21
- export const componentNodeStyles: any;
22
- export const root: any;
23
- export const defaultNode: any;
24
- export const external: any;
25
- export const EdgeType: any;
26
- export default cjsModule;
27
- import cjsModule from "./index.js";