@teambit/lanes 1.0.943 → 1.0.945

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.943/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.943/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.945/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.945/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.943",
3
+ "version": "1.0.945",
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.943"
9
+ "version": "1.0.945"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,44 +21,27 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.232",
23
23
  "@teambit/bit-error": "0.0.404",
24
- "@teambit/checkout": "1.0.928",
25
- "@teambit/cli": "0.0.1307",
26
- "@teambit/component.modules.merge-helper": "0.0.45",
27
- "@teambit/importer": "1.0.928",
24
+ "@teambit/component.modules.merge-helper": "0.0.46",
28
25
  "@teambit/lane-id": "0.0.312",
29
26
  "@teambit/legacy.constants": "0.0.24",
30
27
  "@teambit/legacy.scope": "0.0.103",
31
- "@teambit/scope": "1.0.928",
32
- "@teambit/workspace": "1.0.928",
33
28
  "@teambit/harmony": "0.4.7",
34
- "@teambit/express": "0.0.1406",
35
- "@teambit/logger": "0.0.1400",
36
29
  "@teambit/component-id": "1.2.4",
37
- "@teambit/graphql": "1.0.928",
38
- "@teambit/component-compare": "1.0.928",
39
- "@teambit/component-writer": "1.0.928",
40
30
  "@teambit/component.snap-distance": "0.0.104",
41
- "@teambit/component": "1.0.928",
42
- "@teambit/export": "1.0.928",
43
31
  "@teambit/git.modules.git-executable": "0.0.25",
44
32
  "@teambit/harmony.modules.concurrency": "0.0.25",
45
- "@teambit/install": "1.0.928",
46
33
  "@teambit/lanes.entities.lane-diff": "0.0.188",
47
34
  "@teambit/lanes.modules.create-lane": "0.0.138",
35
+ "@teambit/lanes.modules.diff": "0.0.605",
48
36
  "@teambit/legacy-bit-id": "1.1.3",
49
37
  "@teambit/legacy.component-diff": "0.0.157",
50
38
  "@teambit/legacy.component-list": "0.0.157",
51
- "@teambit/merging": "1.0.929",
52
- "@teambit/objects": "0.0.435",
53
- "@teambit/remove": "1.0.928",
54
39
  "@teambit/scope.remotes": "0.0.103",
55
- "@teambit/command-bar": "1.0.928",
56
40
  "@teambit/lanes.hooks.use-lanes": "0.0.292",
57
41
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.254",
58
42
  "@teambit/lanes.ui.lane-overview": "0.0.303",
59
43
  "@teambit/ui-foundation.ui.menu": "0.0.503",
60
44
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.522",
61
- "@teambit/ui": "1.0.928",
62
45
  "@teambit/design.ui.pages.not-found": "0.0.371",
63
46
  "@teambit/lanes.ui.compare.lane-compare-page": "0.0.173",
64
47
  "@teambit/lanes.ui.compare.lane-compare": "0.0.205",
@@ -69,7 +52,24 @@
69
52
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
70
53
  "@teambit/legacy.consumer": "0.0.103",
71
54
  "@teambit/scope.network": "0.0.103",
72
- "@teambit/lanes.modules.diff": "0.0.605"
55
+ "@teambit/checkout": "1.0.930",
56
+ "@teambit/cli": "0.0.1309",
57
+ "@teambit/importer": "1.0.930",
58
+ "@teambit/scope": "1.0.930",
59
+ "@teambit/workspace": "1.0.930",
60
+ "@teambit/express": "0.0.1408",
61
+ "@teambit/logger": "0.0.1402",
62
+ "@teambit/graphql": "1.0.930",
63
+ "@teambit/component-compare": "1.0.930",
64
+ "@teambit/component-writer": "1.0.930",
65
+ "@teambit/component": "1.0.930",
66
+ "@teambit/export": "1.0.930",
67
+ "@teambit/install": "1.0.930",
68
+ "@teambit/merging": "1.0.931",
69
+ "@teambit/objects": "0.0.437",
70
+ "@teambit/remove": "1.0.930",
71
+ "@teambit/command-bar": "1.0.930",
72
+ "@teambit/ui": "1.0.930"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/lodash": "4.14.165",
@@ -77,10 +77,10 @@
77
77
  "@types/mocha": "9.1.0",
78
78
  "@teambit/component.testing.mock-components": "0.0.372",
79
79
  "@teambit/harmony.testing.load-aspect": "0.0.367",
80
- "@teambit/snapping": "1.0.928",
81
- "@teambit/workspace.testing.mock-workspace": "0.0.168",
80
+ "@teambit/workspace.testing.mock-workspace": "0.0.169",
82
81
  "@teambit/harmony.envs.core-aspect-env": "0.1.4",
83
- "@teambit/merge-lanes": "1.0.943"
82
+ "@teambit/merge-lanes": "1.0.945",
83
+ "@teambit/snapping": "1.0.930"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0",