@teambit/lanes 1.0.226 → 1.0.227
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.
- package/artifacts/__bit_junit.xml +14 -14
- package/artifacts/preview/teambit_lanes_lanes-preview.js +1 -1
- package/artifacts/schema.json +192 -890
- package/dist/{preview-1712632644937.js → preview-1712719054377.js} +2 -2
- package/package.json +23 -23
- package/tsconfig.json +52 -1
- package/dist/create-lane.d.ts +0 -8
- package/dist/index.d.ts +0 -7
- package/dist/lane.cmd.d.ts +0 -300
- package/dist/lanes.aspect.d.ts +0 -3
- package/dist/lanes.composition.d.ts +0 -1
- package/dist/lanes.create.route.d.ts +0 -13
- package/dist/lanes.delete.route.d.ts +0 -13
- package/dist/lanes.graphql.d.ts +0 -3
- package/dist/lanes.main.runtime.d.ts +0 -225
- package/dist/lanes.restore.route.d.ts +0 -13
- package/dist/lanes.spec.d.ts +0 -1
- package/dist/lanes.ui.runtime.d.ts +0 -103
- package/dist/switch-lanes.d.ts +0 -35
- package/dist/switch.cmd.d.ts +0 -28
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.227/dist/lanes.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.227/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.
|
3
|
+
"version": "1.0.227",
|
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.
|
9
|
+
"version": "1.0.227"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"lodash": "4.17.21",
|
@@ -23,36 +23,36 @@
|
|
23
23
|
"@teambit/component-id": "1.2.0",
|
24
24
|
"@teambit/legacy-bit-id": "1.1.1",
|
25
25
|
"@teambit/design.ui.pages.not-found": "0.0.366",
|
26
|
+
"@teambit/lanes.ui.compare.lane-compare-page": "0.0.162",
|
27
|
+
"@teambit/lanes.ui.compare.lane-compare": "0.0.193",
|
26
28
|
"@teambit/lanes.ui.menus.lanes-overview-menu": "0.0.10",
|
27
29
|
"@teambit/scope.ui.scope-icon": "0.0.91",
|
28
30
|
"@teambit/ui-foundation.ui.menu": "0.0.502",
|
29
31
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
|
30
|
-
"@teambit/scope": "1.0.
|
31
|
-
"@teambit/workspace": "1.0.
|
32
|
+
"@teambit/scope": "1.0.227",
|
33
|
+
"@teambit/workspace": "1.0.227",
|
32
34
|
"@teambit/lanes.ui.models.lanes-model": "0.0.216",
|
33
|
-
"@teambit/checkout": "1.0.
|
34
|
-
"@teambit/cli": "0.0.
|
35
|
-
"@teambit/importer": "1.0.
|
36
|
-
"@teambit/express": "0.0.
|
37
|
-
"@teambit/logger": "0.0.
|
38
|
-
"@teambit/graphql": "1.0.
|
39
|
-
"@teambit/component-compare": "1.0.
|
40
|
-
"@teambit/component-writer": "1.0.
|
41
|
-
"@teambit/component": "1.0.
|
42
|
-
"@teambit/export": "1.0.
|
35
|
+
"@teambit/checkout": "1.0.227",
|
36
|
+
"@teambit/cli": "0.0.860",
|
37
|
+
"@teambit/importer": "1.0.227",
|
38
|
+
"@teambit/express": "0.0.959",
|
39
|
+
"@teambit/logger": "0.0.953",
|
40
|
+
"@teambit/graphql": "1.0.227",
|
41
|
+
"@teambit/component-compare": "1.0.227",
|
42
|
+
"@teambit/component-writer": "1.0.227",
|
43
|
+
"@teambit/component": "1.0.227",
|
44
|
+
"@teambit/export": "1.0.227",
|
43
45
|
"@teambit/lanes.entities.lane-diff": "0.0.166",
|
44
46
|
"@teambit/lanes.modules.diff": "0.0.443",
|
45
|
-
"@teambit/merging": "1.0.
|
46
|
-
"@teambit/remove": "1.0.
|
47
|
+
"@teambit/merging": "1.0.227",
|
48
|
+
"@teambit/remove": "1.0.227",
|
47
49
|
"@teambit/lanes.hooks.use-lanes": "0.0.264",
|
48
50
|
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.223",
|
49
|
-
"@teambit/lanes.ui.
|
50
|
-
"@teambit/lanes.ui.compare.lane-compare": "0.0.193",
|
51
|
-
"@teambit/lanes.ui.lane-overview": "0.0.225",
|
51
|
+
"@teambit/lanes.ui.lane-overview": "0.0.226",
|
52
52
|
"@teambit/lanes.ui.menus.use-lanes-menu": "0.0.216",
|
53
|
-
"@teambit/lanes.ui.navigation.lane-switcher": "0.0.
|
53
|
+
"@teambit/lanes.ui.navigation.lane-switcher": "0.0.225",
|
54
54
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.508",
|
55
|
-
"@teambit/ui": "1.0.
|
55
|
+
"@teambit/ui": "1.0.227"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"@types/lodash": "4.14.165",
|
@@ -61,10 +61,10 @@
|
|
61
61
|
"chai": "4.3.0",
|
62
62
|
"fs-extra": "10.0.0",
|
63
63
|
"@types/mocha": "9.1.0",
|
64
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
64
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.30",
|
65
65
|
"@teambit/component.testing.mock-components": "0.0.195",
|
66
66
|
"@teambit/harmony.testing.load-aspect": "0.0.190",
|
67
|
-
"@teambit/snapping": "1.0.
|
67
|
+
"@teambit/snapping": "1.0.227",
|
68
68
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|
package/tsconfig.json
CHANGED
@@ -20,7 +20,8 @@
|
|
20
20
|
"emitDeclarationOnly": true,
|
21
21
|
"strict": true,
|
22
22
|
"strictPropertyInitialization": false,
|
23
|
-
"noImplicitAny": false
|
23
|
+
"noImplicitAny": false,
|
24
|
+
"composite": true
|
24
25
|
},
|
25
26
|
"exclude": [
|
26
27
|
"artifacts",
|
@@ -35,5 +36,55 @@
|
|
35
36
|
"include": [
|
36
37
|
"**/*",
|
37
38
|
"**/*.json"
|
39
|
+
],
|
40
|
+
"references": [
|
41
|
+
{
|
42
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.227"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.227"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_checkout@1.0.227"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.860"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_importer@1.0.227"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.959"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.953"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.227"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@1.0.227"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-writer@1.0.227"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.227"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.227"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_merging@1.0.227"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_remove@1.0.227"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.227"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_snapping@1.0.227"
|
88
|
+
}
|
38
89
|
]
|
39
90
|
}
|
package/dist/create-lane.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Consumer } from '@teambit/legacy/dist/consumer';
|
2
|
-
import { ScopeMain } from '@teambit/scope';
|
3
|
-
import Lane from '@teambit/legacy/dist/scope/models/lane';
|
4
|
-
import { Workspace } from '@teambit/workspace';
|
5
|
-
export declare function createLane(workspace: Workspace, laneName: string, scopeName: string, remoteLane?: Lane): Promise<Lane>;
|
6
|
-
export declare function createLaneInScope(laneName: string, scope: ScopeMain): Promise<Lane>;
|
7
|
-
export declare function throwForInvalidLaneName(laneName: string): void;
|
8
|
-
export declare function throwForStagedComponents(consumer: Consumer): Promise<void>;
|
package/dist/index.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import { LanesAspect } from './lanes.aspect';
|
2
|
-
export type { CreateLaneResult, LanesMain, Lane } from './lanes.main.runtime';
|
3
|
-
export type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';
|
4
|
-
export { LanesModel } from '@teambit/lanes.ui.models.lanes-model';
|
5
|
-
export type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';
|
6
|
-
export default LanesAspect;
|
7
|
-
export { LanesAspect };
|
package/dist/lane.cmd.d.ts
DELETED
@@ -1,300 +0,0 @@
|
|
1
|
-
import { ScopeMain } from '@teambit/scope';
|
2
|
-
import { LaneId } from '@teambit/lane-id';
|
3
|
-
import { Workspace } from '@teambit/workspace';
|
4
|
-
import { Command, CommandOptions } from '@teambit/cli';
|
5
|
-
import { CreateLaneOptions, LanesMain } from './lanes.main.runtime';
|
6
|
-
import { SwitchCmd } from './switch.cmd';
|
7
|
-
import { FetchCmd } from '@teambit/importer';
|
8
|
-
type LaneOptions = {
|
9
|
-
details?: boolean;
|
10
|
-
remote?: string;
|
11
|
-
merged?: boolean;
|
12
|
-
notMerged?: boolean;
|
13
|
-
json?: boolean;
|
14
|
-
};
|
15
|
-
export declare class LaneListCmd implements Command {
|
16
|
-
private lanes;
|
17
|
-
private workspace;
|
18
|
-
private scope;
|
19
|
-
name: string;
|
20
|
-
description: string;
|
21
|
-
alias: string;
|
22
|
-
options: CommandOptions;
|
23
|
-
loader: boolean;
|
24
|
-
remoteOp: boolean;
|
25
|
-
skipWorkspace: boolean;
|
26
|
-
constructor(lanes: LanesMain, workspace: Workspace, scope: ScopeMain);
|
27
|
-
report(args: any, laneOptions: LaneOptions): Promise<string>;
|
28
|
-
json(args: any, laneOptions: LaneOptions): Promise<{
|
29
|
-
lanes: {
|
30
|
-
components: {
|
31
|
-
id: string;
|
32
|
-
head: string;
|
33
|
-
}[];
|
34
|
-
readmeComponent: {
|
35
|
-
id: string;
|
36
|
-
head: string | undefined;
|
37
|
-
} | undefined;
|
38
|
-
name: string;
|
39
|
-
remote: string | null;
|
40
|
-
id: LaneId;
|
41
|
-
alias?: string | null | undefined;
|
42
|
-
isMerged: boolean | null;
|
43
|
-
log?: import("@teambit/legacy/dist/scope/models/lane").Log | undefined;
|
44
|
-
hash: string;
|
45
|
-
}[];
|
46
|
-
currentLane: string | null;
|
47
|
-
}>;
|
48
|
-
}
|
49
|
-
export declare class LaneShowCmd implements Command {
|
50
|
-
private lanes;
|
51
|
-
private workspace;
|
52
|
-
private scope;
|
53
|
-
name: string;
|
54
|
-
description: string;
|
55
|
-
alias: string;
|
56
|
-
options: CommandOptions;
|
57
|
-
loader: boolean;
|
58
|
-
remoteOp: boolean;
|
59
|
-
skipWorkspace: boolean;
|
60
|
-
constructor(lanes: LanesMain, workspace: Workspace, scope: ScopeMain);
|
61
|
-
report([name]: [string], laneOptions: LaneOptions): Promise<string>;
|
62
|
-
json([name]: [string], laneOptions: LaneOptions): Promise<{
|
63
|
-
components: {
|
64
|
-
id: string;
|
65
|
-
head: string;
|
66
|
-
}[];
|
67
|
-
readmeComponent: {
|
68
|
-
id: string;
|
69
|
-
head: string | undefined;
|
70
|
-
} | undefined;
|
71
|
-
name: string;
|
72
|
-
remote: string | null;
|
73
|
-
id: LaneId;
|
74
|
-
alias?: string | null | undefined;
|
75
|
-
isMerged: boolean | null;
|
76
|
-
log?: import("@teambit/legacy/dist/scope/models/lane").Log | undefined;
|
77
|
-
hash: string;
|
78
|
-
}>;
|
79
|
-
}
|
80
|
-
export declare class LaneCreateCmd implements Command {
|
81
|
-
private lanes;
|
82
|
-
name: string;
|
83
|
-
arguments: {
|
84
|
-
name: string;
|
85
|
-
description: string;
|
86
|
-
}[];
|
87
|
-
description: string;
|
88
|
-
extendedDescription: string;
|
89
|
-
alias: string;
|
90
|
-
options: CommandOptions;
|
91
|
-
loader: boolean;
|
92
|
-
constructor(lanes: LanesMain);
|
93
|
-
report([name]: [string], createLaneOptions: CreateLaneOptions & {
|
94
|
-
remoteScope?: string;
|
95
|
-
}): Promise<string>;
|
96
|
-
}
|
97
|
-
export declare class LaneAliasCmd implements Command {
|
98
|
-
private lanes;
|
99
|
-
name: string;
|
100
|
-
description: string;
|
101
|
-
extendedDescription: string;
|
102
|
-
alias: string;
|
103
|
-
options: CommandOptions;
|
104
|
-
loader: boolean;
|
105
|
-
constructor(lanes: LanesMain);
|
106
|
-
report([laneName, alias]: [string, string, string]): Promise<string>;
|
107
|
-
}
|
108
|
-
export declare class CatLaneHistoryCmd implements Command {
|
109
|
-
private lanes;
|
110
|
-
name: string;
|
111
|
-
description: string;
|
112
|
-
private: boolean;
|
113
|
-
alias: string;
|
114
|
-
options: CommandOptions;
|
115
|
-
loader: boolean;
|
116
|
-
constructor(lanes: LanesMain);
|
117
|
-
report([laneName]: [string]): Promise<string>;
|
118
|
-
}
|
119
|
-
export type LaneCheckoutOpts = {
|
120
|
-
skipDependencyInstallation?: boolean;
|
121
|
-
};
|
122
|
-
export declare class LaneCheckoutCmd implements Command {
|
123
|
-
private lanes;
|
124
|
-
name: string;
|
125
|
-
description: string;
|
126
|
-
arguments: {
|
127
|
-
name: string;
|
128
|
-
description: string;
|
129
|
-
}[];
|
130
|
-
alias: string;
|
131
|
-
options: CommandOptions;
|
132
|
-
loader: boolean;
|
133
|
-
constructor(lanes: LanesMain);
|
134
|
-
report([historyId]: [string], opts: LaneCheckoutOpts): Promise<string>;
|
135
|
-
}
|
136
|
-
export declare class LaneRevertCmd implements Command {
|
137
|
-
private lanes;
|
138
|
-
name: string;
|
139
|
-
description: string;
|
140
|
-
extendedDescription: string;
|
141
|
-
arguments: {
|
142
|
-
name: string;
|
143
|
-
description: string;
|
144
|
-
}[];
|
145
|
-
alias: string;
|
146
|
-
options: CommandOptions;
|
147
|
-
loader: boolean;
|
148
|
-
constructor(lanes: LanesMain);
|
149
|
-
report([historyId]: [string], opts: LaneCheckoutOpts): Promise<string>;
|
150
|
-
}
|
151
|
-
export declare class LaneHistoryCmd implements Command {
|
152
|
-
private lanes;
|
153
|
-
name: string;
|
154
|
-
description: string;
|
155
|
-
alias: string;
|
156
|
-
options: CommandOptions;
|
157
|
-
loader: boolean;
|
158
|
-
constructor(lanes: LanesMain);
|
159
|
-
report([laneName]: [string], { id }: {
|
160
|
-
id?: string;
|
161
|
-
}): Promise<string>;
|
162
|
-
}
|
163
|
-
export declare class LaneChangeScopeCmd implements Command {
|
164
|
-
private lanes;
|
165
|
-
name: string;
|
166
|
-
description: string;
|
167
|
-
extendedDescription: string;
|
168
|
-
alias: string;
|
169
|
-
options: CommandOptions;
|
170
|
-
loader: boolean;
|
171
|
-
constructor(lanes: LanesMain);
|
172
|
-
report([remoteScope]: [string], { laneName }: {
|
173
|
-
laneName?: string;
|
174
|
-
}): Promise<string>;
|
175
|
-
}
|
176
|
-
export declare class LaneRenameCmd implements Command {
|
177
|
-
private lanes;
|
178
|
-
name: string;
|
179
|
-
description: string;
|
180
|
-
extendedDescription: string;
|
181
|
-
alias: string;
|
182
|
-
options: CommandOptions;
|
183
|
-
loader: boolean;
|
184
|
-
constructor(lanes: LanesMain);
|
185
|
-
report([newName]: [string], { laneName }: {
|
186
|
-
laneName?: string;
|
187
|
-
}): Promise<string>;
|
188
|
-
}
|
189
|
-
export declare class LaneRemoveCmd implements Command {
|
190
|
-
private lanes;
|
191
|
-
name: string;
|
192
|
-
arguments: {
|
193
|
-
name: string;
|
194
|
-
description: string;
|
195
|
-
}[];
|
196
|
-
description: string;
|
197
|
-
group: string;
|
198
|
-
alias: string;
|
199
|
-
options: CommandOptions;
|
200
|
-
loader: boolean;
|
201
|
-
constructor(lanes: LanesMain);
|
202
|
-
report([names]: [string[]], { remote, force, silent, }: {
|
203
|
-
remote: boolean;
|
204
|
-
force: boolean;
|
205
|
-
silent: boolean;
|
206
|
-
}): Promise<string>;
|
207
|
-
}
|
208
|
-
export type RemoveCompsOpts = {
|
209
|
-
workspaceOnly?: boolean;
|
210
|
-
updateMain?: boolean;
|
211
|
-
};
|
212
|
-
export declare class LaneRemoveCompCmd implements Command {
|
213
|
-
private workspace;
|
214
|
-
private lanes;
|
215
|
-
name: string;
|
216
|
-
arguments: {
|
217
|
-
name: string;
|
218
|
-
description: string;
|
219
|
-
}[];
|
220
|
-
description: string;
|
221
|
-
group: string;
|
222
|
-
alias: string;
|
223
|
-
options: CommandOptions;
|
224
|
-
loader: boolean;
|
225
|
-
constructor(workspace: Workspace, lanes: LanesMain);
|
226
|
-
report(): Promise<string>;
|
227
|
-
}
|
228
|
-
export declare class LaneImportCmd implements Command {
|
229
|
-
private switchCmd;
|
230
|
-
name: string;
|
231
|
-
description: string;
|
232
|
-
arguments: {
|
233
|
-
name: string;
|
234
|
-
description: string;
|
235
|
-
}[];
|
236
|
-
alias: string;
|
237
|
-
options: CommandOptions;
|
238
|
-
loader: boolean;
|
239
|
-
constructor(switchCmd: SwitchCmd);
|
240
|
-
report([lane]: [string], { skipDependencyInstallation, pattern }: {
|
241
|
-
skipDependencyInstallation: boolean;
|
242
|
-
pattern?: string;
|
243
|
-
}): Promise<string>;
|
244
|
-
}
|
245
|
-
export declare class LaneFetchCmd implements Command {
|
246
|
-
private fetchCmd;
|
247
|
-
private lanes;
|
248
|
-
name: string;
|
249
|
-
description: string;
|
250
|
-
extendedDescription: string;
|
251
|
-
alias: string;
|
252
|
-
options: CommandOptions;
|
253
|
-
loader: boolean;
|
254
|
-
constructor(fetchCmd: FetchCmd, lanes: LanesMain);
|
255
|
-
report([laneId]: [string], { all }: {
|
256
|
-
all?: boolean;
|
257
|
-
}): Promise<string>;
|
258
|
-
}
|
259
|
-
export declare class LaneCmd implements Command {
|
260
|
-
private lanes;
|
261
|
-
private workspace;
|
262
|
-
private scope;
|
263
|
-
name: string;
|
264
|
-
description: string;
|
265
|
-
alias: string;
|
266
|
-
options: CommandOptions;
|
267
|
-
loader: boolean;
|
268
|
-
group: string;
|
269
|
-
remoteOp: boolean;
|
270
|
-
skipWorkspace: boolean;
|
271
|
-
helpUrl: string;
|
272
|
-
commands: Command[];
|
273
|
-
constructor(lanes: LanesMain, workspace: Workspace, scope: ScopeMain);
|
274
|
-
report([name]: [string], laneOptions: LaneOptions): Promise<string>;
|
275
|
-
}
|
276
|
-
export declare class LaneRemoveReadmeCmd implements Command {
|
277
|
-
private lanes;
|
278
|
-
name: string;
|
279
|
-
description: string;
|
280
|
-
options: CommandOptions;
|
281
|
-
loader: boolean;
|
282
|
-
skipWorkspace: boolean;
|
283
|
-
constructor(lanes: LanesMain);
|
284
|
-
report([laneName]: [string]): Promise<string>;
|
285
|
-
}
|
286
|
-
export declare class LaneAddReadmeCmd implements Command {
|
287
|
-
private lanes;
|
288
|
-
name: string;
|
289
|
-
description: string;
|
290
|
-
arguments: {
|
291
|
-
name: string;
|
292
|
-
description: string;
|
293
|
-
}[];
|
294
|
-
options: CommandOptions;
|
295
|
-
loader: boolean;
|
296
|
-
skipWorkspace: boolean;
|
297
|
-
constructor(lanes: LanesMain);
|
298
|
-
report([componentId, laneName]: [string, string]): Promise<string>;
|
299
|
-
}
|
300
|
-
export {};
|
package/dist/lanes.aspect.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/// <reference types="express" />
|
2
|
-
import { Route, Verb, Request, Response } from '@teambit/express';
|
3
|
-
import { Logger } from '@teambit/logger';
|
4
|
-
import { LanesMain } from './lanes.main.runtime';
|
5
|
-
export declare class LanesCreateRoute implements Route {
|
6
|
-
private lanes;
|
7
|
-
private logger;
|
8
|
-
constructor(lanes: LanesMain, logger: Logger);
|
9
|
-
method: string;
|
10
|
-
route: string;
|
11
|
-
verb: Verb;
|
12
|
-
middlewares: ((req: Request, res: Response) => Promise<import("express").Response<any, Record<string, any>>>)[];
|
13
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/// <reference types="express" />
|
2
|
-
import { Route, Verb, Request, Response } from '@teambit/express';
|
3
|
-
import { Logger } from '@teambit/logger';
|
4
|
-
import { LanesMain } from './lanes.main.runtime';
|
5
|
-
export declare class LanesDeleteRoute implements Route {
|
6
|
-
private lanes;
|
7
|
-
private logger;
|
8
|
-
constructor(lanes: LanesMain, logger: Logger);
|
9
|
-
method: string;
|
10
|
-
route: string;
|
11
|
-
verb: Verb;
|
12
|
-
middlewares: ((req: Request, res: Response) => Promise<import("express").Response<any, Record<string, any>>>)[];
|
13
|
-
}
|
package/dist/lanes.graphql.d.ts
DELETED