@teambit/lanes 1.0.1097 → 1.0.1098

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.
@@ -28,6 +28,13 @@ export declare class LaneListCmd implements Command {
28
28
  report(args: any, laneOptions: LaneOptions): Promise<string>;
29
29
  json(args: any, laneOptions: LaneOptions): Promise<{
30
30
  lanes: {
31
+ name: string;
32
+ remote: string | null;
33
+ id: LaneId;
34
+ alias?: string | null;
35
+ isMerged: boolean | null;
36
+ log?: import("@teambit/objects").LaneLog;
37
+ hash: string;
31
38
  components: {
32
39
  id: string;
33
40
  head: string;
@@ -40,13 +47,6 @@ export declare class LaneListCmd implements Command {
40
47
  id: string;
41
48
  head: string | undefined;
42
49
  } | undefined;
43
- name: string;
44
- remote: string | null;
45
- id: LaneId;
46
- alias?: string | null;
47
- isMerged: boolean | null;
48
- log?: import("@teambit/objects").LaneLog;
49
- hash: string;
50
50
  }[];
51
51
  currentLane: string | null;
52
52
  }>;
@@ -78,6 +78,13 @@ export declare class LaneShowCmd implements Command {
78
78
  report([name]: [string], laneOptions: LaneOptions): Promise<string>;
79
79
  private geLanesData;
80
80
  json([name]: [string], laneOptions: LaneOptions): Promise<{
81
+ name: string;
82
+ remote: string | null;
83
+ id: LaneId;
84
+ alias?: string | null;
85
+ isMerged: boolean | null;
86
+ log?: import("@teambit/objects").LaneLog;
87
+ hash: string;
81
88
  components: {
82
89
  id: string;
83
90
  head: string;
@@ -90,13 +97,6 @@ export declare class LaneShowCmd implements Command {
90
97
  id: string;
91
98
  head: string | undefined;
92
99
  } | undefined;
93
- name: string;
94
- remote: string | null;
95
- id: LaneId;
96
- alias?: string | null;
97
- isMerged: boolean | null;
98
- log?: import("@teambit/objects").LaneLog;
99
- hash: string;
100
100
  }>;
101
101
  }
102
102
  export declare class LaneCreateCmd implements Command {
@@ -224,19 +224,19 @@ export declare class LaneHistoryCmd implements Command {
224
224
  json([laneName]: [string], { id }: {
225
225
  id?: string;
226
226
  }): Promise<{
227
- updateDependents?: string[] | undefined;
228
227
  id: string;
229
228
  date: string;
230
229
  username: string | undefined;
231
230
  message: string | undefined;
232
231
  components: string[];
233
- }[] | {
234
232
  updateDependents?: string[] | undefined;
233
+ }[] | {
235
234
  id: string;
236
235
  date: string;
237
236
  username: string | undefined;
238
237
  message: string | undefined;
239
238
  components: string[];
239
+ updateDependents?: string[] | undefined;
240
240
  }>;
241
241
  }
242
242
  export declare class LaneEjectCmd implements Command {
@@ -44,7 +44,7 @@ export declare class LanesUI {
44
44
  private scope?;
45
45
  static dependencies: import("@teambit/harmony").Aspect[];
46
46
  static runtime: import("@teambit/harmony").RuntimeDefinition;
47
- static slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>))[];
47
+ static slots: (((registerFn: () => string) => SlotRegistry<LaneOverviewLineSlot>) | ((registerFn: () => string) => SlotRegistry<LaneProviderIgnoreSlot>) | ((registerFn: () => string) => SlotRegistry<NavigationSlot>) | ((registerFn: () => string) => SlotRegistry<RouteProps>))[];
48
48
  constructor(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot,
49
49
  /**
50
50
  * 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.1097/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1097/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1098/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.1098/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.1097",
3
+ "version": "1.0.1098",
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.1097"
9
+ "version": "1.0.1098"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,25 +21,11 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.233",
23
23
  "@teambit/bit-error": "0.0.404",
24
- "@teambit/component.modules.merge-helper": "0.0.81",
25
24
  "@teambit/lane-id": "0.0.312",
26
- "@teambit/legacy.constants": "0.0.35",
27
- "@teambit/legacy.scope": "0.0.138",
28
25
  "@teambit/harmony": "0.4.12",
29
26
  "@teambit/component-id": "1.2.4",
30
- "@teambit/component.snap-distance": "0.0.139",
31
- "@teambit/git.modules.git-executable": "0.0.36",
32
- "@teambit/harmony.modules.concurrency": "0.0.36",
33
- "@teambit/lanes.entities.lane-diff": "0.0.194",
34
- "@teambit/lanes.modules.create-lane": "0.0.173",
35
- "@teambit/lanes.modules.diff": "0.0.643",
36
27
  "@teambit/legacy-bit-id": "1.1.3",
37
- "@teambit/legacy.component-diff": "0.0.194",
38
- "@teambit/legacy.component-list": "0.0.192",
39
- "@teambit/scope.remotes": "0.0.138",
40
28
  "@teambit/lanes.hooks.use-lanes": "0.0.293",
41
- "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.261",
42
- "@teambit/lanes.ui.lane-overview": "0.0.318",
43
29
  "@teambit/ui-foundation.ui.menu": "0.0.503",
44
30
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.527",
45
31
  "@teambit/design.ui.pages.not-found": "0.0.371",
@@ -50,37 +36,51 @@
50
36
  "@teambit/lanes.ui.navigation.lane-switcher": "0.0.239",
51
37
  "@teambit/scope.ui.scope-icon": "0.0.100",
52
38
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
53
- "@teambit/legacy.consumer": "0.0.138",
54
- "@teambit/scope.network": "0.0.138",
55
- "@teambit/checkout": "1.0.1078",
56
- "@teambit/cli": "0.0.1355",
57
- "@teambit/importer": "1.0.1077",
58
- "@teambit/scope": "1.0.1077",
59
- "@teambit/workspace": "1.0.1077",
60
- "@teambit/express": "0.0.1454",
61
- "@teambit/logger": "0.0.1448",
62
- "@teambit/graphql": "1.0.1077",
63
- "@teambit/component-compare": "1.0.1077",
64
- "@teambit/component-writer": "1.0.1077",
65
- "@teambit/component": "1.0.1077",
66
- "@teambit/export": "1.0.1077",
67
- "@teambit/install": "1.0.1077",
68
- "@teambit/merging": "1.0.1080",
69
- "@teambit/objects": "0.0.584",
70
- "@teambit/remove": "1.0.1077",
71
- "@teambit/command-bar": "1.0.1077",
72
- "@teambit/ui": "1.0.1077"
39
+ "@teambit/checkout": "1.0.1079",
40
+ "@teambit/cli": "0.0.1356",
41
+ "@teambit/component.modules.merge-helper": "0.0.82",
42
+ "@teambit/importer": "1.0.1078",
43
+ "@teambit/legacy.constants": "0.0.36",
44
+ "@teambit/legacy.scope": "0.0.139",
45
+ "@teambit/scope": "1.0.1078",
46
+ "@teambit/workspace": "1.0.1078",
47
+ "@teambit/express": "0.0.1455",
48
+ "@teambit/logger": "0.0.1449",
49
+ "@teambit/graphql": "1.0.1078",
50
+ "@teambit/component-compare": "1.0.1078",
51
+ "@teambit/component-writer": "1.0.1078",
52
+ "@teambit/component.snap-distance": "0.0.140",
53
+ "@teambit/component": "1.0.1078",
54
+ "@teambit/export": "1.0.1078",
55
+ "@teambit/git.modules.git-executable": "0.0.37",
56
+ "@teambit/harmony.modules.concurrency": "0.0.37",
57
+ "@teambit/install": "1.0.1078",
58
+ "@teambit/lanes.entities.lane-diff": "0.0.195",
59
+ "@teambit/lanes.modules.create-lane": "0.0.174",
60
+ "@teambit/lanes.modules.diff": "0.0.644",
61
+ "@teambit/legacy.component-diff": "0.0.195",
62
+ "@teambit/legacy.component-list": "0.0.193",
63
+ "@teambit/merging": "1.0.1081",
64
+ "@teambit/objects": "0.0.585",
65
+ "@teambit/remove": "1.0.1078",
66
+ "@teambit/scope.remotes": "0.0.139",
67
+ "@teambit/command-bar": "1.0.1078",
68
+ "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.262",
69
+ "@teambit/lanes.ui.lane-overview": "0.0.319",
70
+ "@teambit/ui": "1.0.1078",
71
+ "@teambit/legacy.consumer": "0.0.139",
72
+ "@teambit/scope.network": "0.0.139"
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.409",
79
- "@teambit/harmony.testing.load-aspect": "0.0.404",
80
- "@teambit/workspace.testing.mock-workspace": "0.0.215",
81
- "@teambit/harmony.envs.core-aspect-env": "1.0.2",
82
- "@teambit/merge-lanes": "1.0.1097",
83
- "@teambit/snapping": "1.0.1077"
78
+ "@teambit/harmony.envs.core-aspect-env": "2.0.0",
79
+ "@teambit/component.testing.mock-components": "0.0.410",
80
+ "@teambit/harmony.testing.load-aspect": "0.0.405",
81
+ "@teambit/merge-lanes": "1.0.1098",
82
+ "@teambit/snapping": "1.0.1078",
83
+ "@teambit/workspace.testing.mock-workspace": "0.0.216"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",