@teambit/lanes 1.0.760 → 1.0.762

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.
@@ -43,7 +43,7 @@ export declare class LanesUI {
43
43
  private scope?;
44
44
  static dependencies: import("@teambit/harmony").Aspect[];
45
45
  static runtime: import("@teambit/harmony").RuntimeDefinition;
46
- static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<LaneOverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
46
+ static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
47
47
  constructor(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot,
48
48
  /**
49
49
  * overview line slot to add new lines beneath the overview section
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.760/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.760/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.762/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.762/dist/lanes.docs.mdx';
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/lanes",
3
- "version": "1.0.760",
3
+ "version": "1.0.762",
4
4
  "homepage": "https://bit.cloud/teambit/lanes/lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "lanes",
9
- "version": "1.0.760"
9
+ "version": "1.0.762"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,39 +21,25 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.229",
23
23
  "@teambit/bit-error": "0.0.404",
24
- "@teambit/checkout": "1.0.758",
25
- "@teambit/cli": "0.0.1275",
26
- "@teambit/importer": "1.0.758",
24
+ "@teambit/cli": "0.0.1276",
27
25
  "@teambit/lane-id": "0.0.312",
28
26
  "@teambit/legacy.constants": "0.0.18",
29
- "@teambit/legacy.scope": "0.0.76",
30
- "@teambit/scope": "1.0.758",
31
- "@teambit/workspace": "1.0.758",
27
+ "@teambit/legacy.scope": "0.0.77",
32
28
  "@teambit/harmony": "0.4.7",
33
- "@teambit/express": "0.0.1374",
34
- "@teambit/logger": "0.0.1368",
29
+ "@teambit/express": "0.0.1375",
30
+ "@teambit/logger": "0.0.1369",
35
31
  "@teambit/component-id": "1.2.4",
36
- "@teambit/graphql": "1.0.758",
37
- "@teambit/component-compare": "1.0.758",
38
- "@teambit/component-writer": "1.0.758",
39
- "@teambit/component.modules.merge-helper": "0.0.16",
40
- "@teambit/component.snap-distance": "0.0.77",
41
- "@teambit/component": "1.0.758",
42
- "@teambit/export": "1.0.758",
32
+ "@teambit/component.modules.merge-helper": "0.0.17",
33
+ "@teambit/component.snap-distance": "0.0.78",
43
34
  "@teambit/git.modules.git-executable": "0.0.19",
44
35
  "@teambit/harmony.modules.concurrency": "0.0.19",
45
- "@teambit/install": "1.0.758",
46
36
  "@teambit/lanes.entities.lane-diff": "0.0.181",
47
- "@teambit/lanes.modules.create-lane": "0.0.110",
48
- "@teambit/lanes.modules.diff": "0.0.574",
37
+ "@teambit/lanes.modules.create-lane": "0.0.111",
38
+ "@teambit/lanes.modules.diff": "0.0.575",
49
39
  "@teambit/legacy-bit-id": "1.1.3",
50
- "@teambit/legacy.component-diff": "0.0.130",
51
- "@teambit/legacy.component-list": "0.0.130",
52
- "@teambit/merging": "1.0.758",
53
- "@teambit/objects": "0.0.265",
54
- "@teambit/remove": "1.0.758",
55
- "@teambit/scope.remotes": "0.0.76",
56
- "@teambit/command-bar": "1.0.758",
40
+ "@teambit/legacy.component-diff": "0.0.131",
41
+ "@teambit/legacy.component-list": "0.0.131",
42
+ "@teambit/scope.remotes": "0.0.77",
57
43
  "@teambit/design.ui.pages.not-found": "0.0.371",
58
44
  "@teambit/lanes.hooks.use-lanes": "0.0.290",
59
45
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.246",
@@ -67,20 +53,34 @@
67
53
  "@teambit/ui-foundation.ui.menu": "0.0.503",
68
54
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.518",
69
55
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
70
- "@teambit/ui": "1.0.758",
71
- "@teambit/legacy.consumer": "0.0.76",
72
- "@teambit/scope.network": "0.0.76"
56
+ "@teambit/legacy.consumer": "0.0.77",
57
+ "@teambit/scope.network": "0.0.77",
58
+ "@teambit/checkout": "1.0.760",
59
+ "@teambit/importer": "1.0.760",
60
+ "@teambit/scope": "1.0.760",
61
+ "@teambit/workspace": "1.0.760",
62
+ "@teambit/graphql": "1.0.760",
63
+ "@teambit/component-compare": "1.0.760",
64
+ "@teambit/component-writer": "1.0.760",
65
+ "@teambit/component": "1.0.760",
66
+ "@teambit/export": "1.0.760",
67
+ "@teambit/install": "1.0.760",
68
+ "@teambit/merging": "1.0.760",
69
+ "@teambit/objects": "0.0.267",
70
+ "@teambit/remove": "1.0.760",
71
+ "@teambit/command-bar": "1.0.760",
72
+ "@teambit/ui": "1.0.760"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/lodash": "4.14.165",
76
76
  "@types/fs-extra": "9.0.7",
77
77
  "@types/mocha": "9.1.0",
78
- "@teambit/component.testing.mock-components": "0.0.340",
79
- "@teambit/harmony.testing.load-aspect": "0.0.335",
80
- "@teambit/snapping": "1.0.758",
81
- "@teambit/workspace.testing.mock-workspace": "0.0.126",
78
+ "@teambit/component.testing.mock-components": "0.0.341",
79
+ "@teambit/harmony.testing.load-aspect": "0.0.336",
80
+ "@teambit/workspace.testing.mock-workspace": "0.0.127",
82
81
  "@teambit/harmony.envs.core-aspect-env": "0.0.78",
83
- "@teambit/merge-lanes": "1.0.760"
82
+ "@teambit/merge-lanes": "1.0.762",
83
+ "@teambit/snapping": "1.0.760"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0",