@teambit/graph 0.0.762 → 0.0.763

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.
@@ -42,7 +42,7 @@ class GraphCompareSection {
42
42
  (0, _defineProperty2().default)(this, "navigationLink", {
43
43
  href: 'dependencies',
44
44
  children: 'Dependencies',
45
- order: 3
45
+ order: 2
46
46
  });
47
47
  (0, _defineProperty2().default)(this, "route", {
48
48
  path: 'dependencies/*',
@@ -1 +1 @@
1
- {"version":3,"names":["GraphCompareSection","href","children","order","path","element"],"sources":["graph.compare.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { DependenciesCompare } from '@teambit/graph';\n\nexport class GraphCompareSection implements Section {\n navigationLink = {\n href: 'dependencies',\n children: 'Dependencies',\n order: 3,\n };\n\n route = {\n path: 'dependencies/*',\n element: <DependenciesCompare />,\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,mBAAN,CAA6C;EAAA;IAAA,wDACjC;MACfC,IAAI,EAAE,cADS;MAEfC,QAAQ,EAAE,cAFK;MAGfC,KAAK,EAAE;IAHQ,CADiC;IAAA,+CAO1C;MACNC,IAAI,EAAE,gBADA;MAENC,OAAO,eAAE,+BAAC,4BAAD;IAFH,CAP0C;EAAA;;AAAA"}
1
+ {"version":3,"names":["GraphCompareSection","href","children","order","path","element"],"sources":["graph.compare.section.tsx"],"sourcesContent":["import React from 'react';\nimport { Section } from '@teambit/component';\nimport { DependenciesCompare } from '@teambit/graph';\n\nexport class GraphCompareSection implements Section {\n navigationLink = {\n href: 'dependencies',\n children: 'Dependencies',\n order: 2,\n };\n\n route = {\n path: 'dependencies/*',\n element: <DependenciesCompare />,\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,mBAAN,CAA6C;EAAA;IAAA,wDACjC;MACfC,IAAI,EAAE,cADS;MAEfC,QAAQ,EAAE,cAFK;MAGfC,KAAK,EAAE;IAHQ,CADiC;IAAA,+CAO1C;MACNC,IAAI,EAAE,gBADA;MAENC,OAAO,eAAE,+BAAC,4BAAD;IAFH,CAP0C;EAAA;;AAAA"}
@@ -6,7 +6,7 @@ export class GraphCompareSection implements Section {
6
6
  navigationLink = {
7
7
  href: 'dependencies',
8
8
  children: 'Dependencies',
9
- order: 3,
9
+ order: 2,
10
10
  };
11
11
 
12
12
  route = {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "0.0.762",
3
+ "version": "0.0.763",
4
4
  "homepage": "https://bit.dev/teambit/component/graph",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "graph",
9
- "version": "0.0.762"
9
+ "version": "0.0.763"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
@@ -24,17 +24,17 @@
24
24
  "@teambit/base-ui.text.muted-text": "1.0.1",
25
25
  "@teambit/evangelist.input.checkbox.label": "1.0.3",
26
26
  "@teambit/documenter.ui.heading": "4.1.1",
27
- "@teambit/component": "0.0.762",
28
- "@teambit/graphql": "0.0.762",
29
- "@teambit/cli": "0.0.503",
30
- "@teambit/component-compare": "0.0.10",
31
- "@teambit/ui": "0.0.762",
27
+ "@teambit/component": "0.0.763",
28
+ "@teambit/graphql": "0.0.763",
29
+ "@teambit/cli": "0.0.504",
30
+ "@teambit/component-compare": "0.0.11",
31
+ "@teambit/ui": "0.0.763",
32
32
  "@teambit/legacy-bit-id": "0.0.399",
33
33
  "@teambit/component.modules.component-url": "0.0.124",
34
34
  "@teambit/component.ui.deprecation-icon": "0.0.493",
35
35
  "@teambit/design.ui.styles.ellipsis": "0.0.347",
36
36
  "@teambit/envs.ui.env-icon": "0.0.486",
37
- "@teambit/component.ui.compare": "0.0.8",
37
+ "@teambit/component.ui.compare": "0.0.9",
38
38
  "@teambit/design.ui.round-loader": "0.0.346",
39
39
  "@teambit/design.ui.pages.not-found": "0.0.355",
40
40
  "@teambit/design.ui.pages.server-error": "0.0.355",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@apollo/client": "^3.0.0",
59
- "@teambit/legacy": "1.0.283",
59
+ "@teambit/legacy": "1.0.284",
60
60
  "react-dom": "^16.8.0 || ^17.0.0",
61
61
  "react": "^16.8.0 || ^17.0.0"
62
62
  },
@@ -84,7 +84,7 @@
84
84
  "react": "-"
85
85
  },
86
86
  "peerDependencies": {
87
- "@teambit/legacy": "1.0.283",
87
+ "@teambit/legacy": "1.0.284",
88
88
  "react-dom": "^16.8.0 || ^17.0.0",
89
89
  "react": "^16.8.0 || ^17.0.0"
90
90
  }
@@ -1,2 +1,2 @@
1
- export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.762/dist/graph.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.762/dist/graph.docs.md')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.763/dist/graph.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.763/dist/graph.docs.md')]