@teambit/graph 1.0.227 → 1.0.229
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 +535 -126
- package/dist/component-graph/component-graph.d.ts +22 -0
- package/dist/component-graph/index.d.ts +1 -0
- package/dist/component-id-graph.d.ts +50 -0
- package/dist/duplicate-dependency.d.ts +11 -0
- package/dist/edge-type.d.ts +5 -0
- package/dist/graph-builder.d.ts +16 -0
- package/dist/graph-cmd.d.ts +24 -0
- package/dist/graph.aspect.d.ts +3 -0
- package/dist/graph.compare.section.d.ts +20 -0
- package/dist/graph.composition.d.ts +1 -0
- package/dist/graph.graphql.d.ts +4 -0
- package/dist/graph.main.runtime.d.ts +26 -0
- package/dist/graph.ui.runtime.d.ts +33 -0
- package/dist/index.d.ts +18 -0
- package/dist/model/dependency/dependency.d.ts +6 -0
- package/dist/model/dependency/index.d.ts +1 -0
- package/dist/model/graph-filters/graph-filters.d.ts +1 -0
- package/dist/model/graph-filters/index.d.ts +1 -0
- package/dist/object-list-to-graph.d.ts +13 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
- package/dist/ui/component-node/component-node.d.ts +7 -0
- package/dist/ui/component-node/index.d.ts +13 -0
- package/dist/ui/component-node/variants.d.ts +2 -0
- package/dist/ui/dependencies-compare/compare-graph-model.d.ts +7 -0
- package/dist/ui/dependencies-compare/compare-node-model.d.ts +9 -0
- package/dist/ui/dependencies-compare/dependencies-compare.d.ts +1 -0
- package/dist/ui/dependencies-compare/dependency-compare-node.d.ts +6 -0
- package/dist/ui/dependencies-compare/diff-graph.d.ts +4 -0
- package/dist/ui/dependencies-compare/index.d.ts +1 -0
- package/dist/ui/dependencies-graph/calc-elements.d.ts +11 -0
- package/dist/ui/dependencies-graph/calc-layout.d.ts +8 -0
- package/dist/ui/dependencies-graph/dep-edge/dep-edge.d.ts +3 -0
- package/dist/ui/dependencies-graph/dep-edge/index.d.ts +1 -0
- package/dist/ui/dependencies-graph/dependencies-graph.d.ts +11 -0
- package/dist/ui/dependencies-graph/graph-context.d.ts +7 -0
- package/dist/ui/dependencies-graph/index.d.ts +12 -0
- package/dist/ui/dependencies-graph/minimap.d.ts +2 -0
- package/dist/ui/graph-page/graph-filters.d.ts +8 -0
- package/dist/ui/graph-page/graph-page.d.ts +6 -0
- package/dist/ui/graph-page/index.d.ts +6 -0
- package/dist/ui/graph.section.d.ts +15 -0
- package/dist/ui/query/edge-model.d.ts +8 -0
- package/dist/ui/query/get-graph.query.d.ts +32 -0
- package/dist/ui/query/graph-model.d.ts +9 -0
- package/dist/ui/query/index.d.ts +6 -0
- package/dist/ui/query/node-model.d.ts +7 -0
- package/dist/ui/query/use-graph-query.d.ts +8 -0
- package/dist/ui/query/use-graph.d.ts +5 -0
- package/package.json +13 -13
- package/tsconfig.json +1 -22
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/graph",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.229",
|
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.229"
|
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
|
-
"semver": "7.5.2",
|
19
18
|
"dagre": "0.8.5",
|
19
|
+
"semver": "7.5.2",
|
20
20
|
"@teambit/component-id": "1.2.0",
|
21
21
|
"@teambit/graph.cleargraph": "0.0.8",
|
22
22
|
"@teambit/harmony": "0.4.6",
|
@@ -26,8 +26,6 @@
|
|
26
26
|
"@teambit/base-ui.text.muted-text": "1.0.1",
|
27
27
|
"@teambit/component.ui.deprecation-icon": "0.0.509",
|
28
28
|
"@teambit/design.ui.styles.ellipsis": "0.0.357",
|
29
|
-
"@teambit/design.ui.round-loader": "0.0.355",
|
30
|
-
"@teambit/component.ui.component-compare.status-resolver": "0.0.9",
|
31
29
|
"@teambit/evangelist.input.checkbox.label": "1.0.3",
|
32
30
|
"@teambit/design.ui.pages.not-found": "0.0.366",
|
33
31
|
"@teambit/design.ui.pages.server-error": "0.0.366",
|
@@ -35,14 +33,16 @@
|
|
35
33
|
"@teambit/ui-foundation.ui.full-loader": "0.0.500",
|
36
34
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.505",
|
37
35
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
|
38
|
-
"@teambit/
|
39
|
-
"@teambit/
|
36
|
+
"@teambit/design.ui.round-loader": "0.0.355",
|
37
|
+
"@teambit/component.ui.component-compare.status-resolver": "0.0.9",
|
38
|
+
"@teambit/component": "1.0.229",
|
39
|
+
"@teambit/cli": "0.0.862",
|
40
40
|
"@teambit/toolbox.string.random": "0.0.1",
|
41
41
|
"@teambit/component.ui.component-compare.models.component-compare-props": "0.0.105",
|
42
|
-
"@teambit/graphql": "1.0.
|
43
|
-
"@teambit/logger": "0.0.
|
44
|
-
"@teambit/component-compare": "1.0.
|
45
|
-
"@teambit/ui": "1.0.
|
42
|
+
"@teambit/graphql": "1.0.229",
|
43
|
+
"@teambit/logger": "0.0.955",
|
44
|
+
"@teambit/component-compare": "1.0.229",
|
45
|
+
"@teambit/ui": "1.0.229",
|
46
46
|
"@teambit/component.modules.component-url": "0.0.167",
|
47
47
|
"@teambit/envs.ui.env-icon": "0.0.505",
|
48
48
|
"@teambit/component.ui.component-compare.context": "0.0.118"
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"@types/graphlib": "2.1.7",
|
52
52
|
"@types/lodash": "4.14.165",
|
53
53
|
"@types/classnames": "2.2.11",
|
54
|
-
"@types/semver": "7.3.4",
|
55
54
|
"@types/dagre": "0.7.44",
|
55
|
+
"@types/semver": "7.3.4",
|
56
56
|
"@types/mocha": "9.1.0",
|
57
57
|
"chai": "4.3.0",
|
58
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
58
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
59
59
|
},
|
60
60
|
"peerDependencies": {
|
61
61
|
"@apollo/client": "^3.6.0",
|
package/tsconfig.json
CHANGED
@@ -20,8 +20,7 @@
|
|
20
20
|
"emitDeclarationOnly": true,
|
21
21
|
"strict": true,
|
22
22
|
"strictPropertyInitialization": false,
|
23
|
-
"noImplicitAny": false
|
24
|
-
"composite": true
|
23
|
+
"noImplicitAny": false
|
25
24
|
},
|
26
25
|
"exclude": [
|
27
26
|
"artifacts",
|
@@ -36,25 +35,5 @@
|
|
36
35
|
"include": [
|
37
36
|
"**/*",
|
38
37
|
"**/*.json"
|
39
|
-
],
|
40
|
-
"references": [
|
41
|
-
{
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.227"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.860"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.227"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.953"
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@1.0.227"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.227"
|
58
|
-
}
|
59
38
|
]
|
60
39
|
}
|