@teambit/graph 1.0.188 → 1.0.190
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_component_graph-preview.js +1 -1
- package/artifacts/schema.json +9630 -0
- package/dist/component-graph/component-graph.js.map +1 -1
- package/dist/component-graph/index.js.map +1 -1
- package/dist/component-id-graph.d.ts +1 -0
- package/dist/component-id-graph.js.map +1 -1
- package/dist/duplicate-dependency.js.map +1 -1
- package/dist/edge-type.js.map +1 -1
- package/dist/graph-builder.js.map +1 -1
- package/dist/graph-cmd.js.map +1 -1
- package/dist/graph.aspect.js.map +1 -1
- package/dist/graph.compare.section.js.map +1 -1
- package/dist/graph.composition.js.map +1 -1
- package/dist/graph.graphql.js.map +1 -1
- package/dist/graph.main.runtime.js.map +1 -1
- package/dist/graph.ui.runtime.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/model/dependency/dependency.js.map +1 -1
- package/dist/model/dependency/index.js.map +1 -1
- package/dist/model/graph-filters/graph-filters.js.map +1 -1
- package/dist/model/graph-filters/index.js.map +1 -1
- package/dist/object-list-to-graph.js.map +1 -1
- package/dist/preview-1710232535180.js +7 -0
- package/dist/ui/component-node/component-node.js.map +1 -1
- package/dist/ui/component-node/index.js.map +1 -1
- package/dist/ui/component-node/variants.js.map +1 -1
- package/dist/ui/dependencies-compare/compare-graph-model.js.map +1 -1
- package/dist/ui/dependencies-compare/compare-node-model.js.map +1 -1
- package/dist/ui/dependencies-compare/dependencies-compare.js.map +1 -1
- package/dist/ui/dependencies-compare/dependency-compare-node.js.map +1 -1
- package/dist/ui/dependencies-compare/diff-graph.js.map +1 -1
- package/dist/ui/dependencies-compare/index.js.map +1 -1
- package/dist/ui/dependencies-graph/calc-elements.js.map +1 -1
- package/dist/ui/dependencies-graph/calc-layout.js.map +1 -1
- package/dist/ui/dependencies-graph/dep-edge/dep-edge.js.map +1 -1
- package/dist/ui/dependencies-graph/dep-edge/index.js.map +1 -1
- package/dist/ui/dependencies-graph/dependencies-graph.js.map +1 -1
- package/dist/ui/dependencies-graph/graph-context.js.map +1 -1
- package/dist/ui/dependencies-graph/index.js.map +1 -1
- package/dist/ui/dependencies-graph/minimap.js.map +1 -1
- package/dist/ui/graph-page/graph-filters.js.map +1 -1
- package/dist/ui/graph-page/graph-page.js.map +1 -1
- package/dist/ui/graph-page/index.js.map +1 -1
- package/dist/ui/graph.section.js.map +1 -1
- package/dist/ui/query/edge-model.js.map +1 -1
- package/dist/ui/query/get-graph.query.js.map +1 -1
- package/dist/ui/query/graph-model.js.map +1 -1
- package/dist/ui/query/index.js.map +1 -1
- package/dist/ui/query/node-model.js.map +1 -1
- package/dist/ui/query/use-graph-query.js.map +1 -1
- package/dist/ui/query/use-graph.js.map +1 -1
- package/package.json +12 -12
- package/dist/preview-1710040632859.js +0 -7
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/graph",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.190",
|
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.
|
9
|
+
"version": "1.0.190"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphlib": "2.1.8",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"graphql-tag": "2.12.1",
|
16
16
|
"classnames": "2.2.6",
|
17
17
|
"react-flow-renderer": "8.3.7",
|
18
|
-
"dagre": "0.8.5",
|
19
18
|
"semver": "7.5.2",
|
19
|
+
"dagre": "0.8.5",
|
20
20
|
"@teambit/component-id": "1.2.0",
|
21
21
|
"@teambit/graph.cleargraph": "0.0.8",
|
22
22
|
"@teambit/harmony": "0.4.6",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"@teambit/ui-foundation.ui.full-loader": "0.0.500",
|
36
36
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.505",
|
37
37
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
|
38
|
-
"@teambit/component": "1.0.
|
39
|
-
"@teambit/cli": "0.0.
|
40
|
-
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.
|
41
|
-
"@teambit/graphql": "1.0.
|
42
|
-
"@teambit/logger": "0.0.
|
43
|
-
"@teambit/component-compare": "1.0.
|
44
|
-
"@teambit/ui": "1.0.
|
38
|
+
"@teambit/component": "1.0.190",
|
39
|
+
"@teambit/cli": "0.0.857",
|
40
|
+
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.105",
|
41
|
+
"@teambit/graphql": "1.0.190",
|
42
|
+
"@teambit/logger": "0.0.950",
|
43
|
+
"@teambit/component-compare": "1.0.190",
|
44
|
+
"@teambit/ui": "1.0.190",
|
45
45
|
"@teambit/component.modules.component-url": "0.0.167",
|
46
46
|
"@teambit/envs.ui.env-icon": "0.0.505",
|
47
47
|
"@teambit/component.ui.component-compare.context": "0.0.118"
|
@@ -50,11 +50,11 @@
|
|
50
50
|
"@types/graphlib": "2.1.7",
|
51
51
|
"@types/lodash": "4.14.165",
|
52
52
|
"@types/classnames": "2.2.11",
|
53
|
-
"@types/dagre": "0.7.44",
|
54
53
|
"@types/semver": "7.3.4",
|
54
|
+
"@types/dagre": "0.7.44",
|
55
55
|
"@types/mocha": "9.1.0",
|
56
56
|
"chai": "4.3.0",
|
57
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
57
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.27"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"@apollo/client": "^3.6.0",
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.188/dist/graph.composition.js';
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@1.0.188/dist/graph.docs.md';
|
3
|
-
|
4
|
-
export const compositions = [compositions_0];
|
5
|
-
export const overview = [overview_0];
|
6
|
-
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|