@teambit/graph 1.0.228 → 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.
Files changed (53) hide show
  1. package/artifacts/__bit_junit.xml +1 -1
  2. package/artifacts/preview/teambit_component_graph-preview.js +1 -1
  3. package/artifacts/schema.json +535 -126
  4. package/dist/component-graph/component-graph.d.ts +22 -0
  5. package/dist/component-graph/index.d.ts +1 -0
  6. package/dist/component-id-graph.d.ts +50 -0
  7. package/dist/duplicate-dependency.d.ts +11 -0
  8. package/dist/edge-type.d.ts +5 -0
  9. package/dist/graph-builder.d.ts +16 -0
  10. package/dist/graph-cmd.d.ts +24 -0
  11. package/dist/graph.aspect.d.ts +3 -0
  12. package/dist/graph.compare.section.d.ts +20 -0
  13. package/dist/graph.composition.d.ts +1 -0
  14. package/dist/graph.graphql.d.ts +4 -0
  15. package/dist/graph.main.runtime.d.ts +26 -0
  16. package/dist/graph.ui.runtime.d.ts +33 -0
  17. package/dist/index.d.ts +18 -0
  18. package/dist/model/dependency/dependency.d.ts +6 -0
  19. package/dist/model/dependency/index.d.ts +1 -0
  20. package/dist/model/graph-filters/graph-filters.d.ts +1 -0
  21. package/dist/model/graph-filters/index.d.ts +1 -0
  22. package/dist/object-list-to-graph.d.ts +13 -0
  23. package/dist/{preview-1712805335812.js → preview-1712822929999.js} +2 -2
  24. package/dist/ui/component-node/component-node.d.ts +7 -0
  25. package/dist/ui/component-node/index.d.ts +13 -0
  26. package/dist/ui/component-node/variants.d.ts +2 -0
  27. package/dist/ui/dependencies-compare/compare-graph-model.d.ts +7 -0
  28. package/dist/ui/dependencies-compare/compare-node-model.d.ts +9 -0
  29. package/dist/ui/dependencies-compare/dependencies-compare.d.ts +1 -0
  30. package/dist/ui/dependencies-compare/dependency-compare-node.d.ts +6 -0
  31. package/dist/ui/dependencies-compare/diff-graph.d.ts +4 -0
  32. package/dist/ui/dependencies-compare/index.d.ts +1 -0
  33. package/dist/ui/dependencies-graph/calc-elements.d.ts +11 -0
  34. package/dist/ui/dependencies-graph/calc-layout.d.ts +8 -0
  35. package/dist/ui/dependencies-graph/dep-edge/dep-edge.d.ts +3 -0
  36. package/dist/ui/dependencies-graph/dep-edge/index.d.ts +1 -0
  37. package/dist/ui/dependencies-graph/dependencies-graph.d.ts +11 -0
  38. package/dist/ui/dependencies-graph/graph-context.d.ts +7 -0
  39. package/dist/ui/dependencies-graph/index.d.ts +12 -0
  40. package/dist/ui/dependencies-graph/minimap.d.ts +2 -0
  41. package/dist/ui/graph-page/graph-filters.d.ts +8 -0
  42. package/dist/ui/graph-page/graph-page.d.ts +6 -0
  43. package/dist/ui/graph-page/index.d.ts +6 -0
  44. package/dist/ui/graph.section.d.ts +15 -0
  45. package/dist/ui/query/edge-model.d.ts +8 -0
  46. package/dist/ui/query/get-graph.query.d.ts +32 -0
  47. package/dist/ui/query/graph-model.d.ts +9 -0
  48. package/dist/ui/query/index.d.ts +6 -0
  49. package/dist/ui/query/node-model.d.ts +7 -0
  50. package/dist/ui/query/use-graph-query.d.ts +8 -0
  51. package/dist/ui/query/use-graph.d.ts +5 -0
  52. package/package.json +13 -13
  53. package/tsconfig.json +1 -22
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "1.0.228",
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.228"
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/component": "1.0.228",
39
- "@teambit/cli": "0.0.861",
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.228",
43
- "@teambit/logger": "0.0.954",
44
- "@teambit/component-compare": "1.0.228",
45
- "@teambit/ui": "1.0.228",
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.30"
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.228"
43
- },
44
- {
45
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
46
- },
47
- {
48
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.228"
49
- },
50
- {
51
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
52
- },
53
- {
54
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@1.0.228"
55
- },
56
- {
57
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.228"
58
- }
59
38
  ]
60
39
  }