@teambit/lanes 1.0.647 → 1.0.648
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/dist/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { LanesAspect } from './lanes.aspect';
|
2
|
-
export type { CreateLaneResult, LanesMain, Lane } from './lanes.main.runtime';
|
2
|
+
export type { CreateLaneResult, LanesMain, Lane, SwitchLaneOptions } from './lanes.main.runtime';
|
3
3
|
export type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';
|
4
4
|
export { LanesModel } from '@teambit/lanes.ui.models.lanes-model';
|
5
5
|
export type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_lanes","data","require","_lanesUiModels","_default","exports","default","LanesAspect"],"sources":["index.ts"],"sourcesContent":["import { LanesAspect } from './lanes.aspect';\n\nexport type { CreateLaneResult, LanesMain, Lane } from './lanes.main.runtime';\nexport type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';\nexport { LanesModel } from '@teambit/lanes.ui.models.lanes-model';\nexport type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';\nexport default LanesAspect;\nexport { LanesAspect };\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAE,eAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,cAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAkE,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEnDC,oBAAW","ignoreList":[]}
|
1
|
+
{"version":3,"names":["_lanes","data","require","_lanesUiModels","_default","exports","default","LanesAspect"],"sources":["index.ts"],"sourcesContent":["import { LanesAspect } from './lanes.aspect';\n\nexport type { CreateLaneResult, LanesMain, Lane, SwitchLaneOptions } from './lanes.main.runtime';\nexport type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';\nexport { LanesModel } from '@teambit/lanes.ui.models.lanes-model';\nexport type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';\nexport default LanesAspect;\nexport { LanesAspect };\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAE,eAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,cAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAkE,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEnDC,oBAAW","ignoreList":[]}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.648/dist/lanes.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.648/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.648",
|
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.648"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
@@ -33,41 +33,41 @@
|
|
33
33
|
"@teambit/lanes.ui.compare.lane-compare": "0.0.205",
|
34
34
|
"@teambit/lanes.ui.navigation.lane-switcher": "0.0.234",
|
35
35
|
"@teambit/lanes.ui.models.lanes-model": "0.0.228",
|
36
|
-
"@teambit/checkout": "1.0.
|
37
|
-
"@teambit/cli": "0.0.
|
38
|
-
"@teambit/importer": "1.0.
|
36
|
+
"@teambit/checkout": "1.0.647",
|
37
|
+
"@teambit/cli": "0.0.1224",
|
38
|
+
"@teambit/importer": "1.0.647",
|
39
39
|
"@teambit/legacy.cli.prompts": "0.0.18",
|
40
40
|
"@teambit/legacy.constants": "0.0.12",
|
41
41
|
"@teambit/legacy.scope": "0.0.54",
|
42
|
-
"@teambit/scope": "1.0.
|
43
|
-
"@teambit/workspace": "1.0.
|
44
|
-
"@teambit/express": "0.0.
|
45
|
-
"@teambit/logger": "0.0.
|
46
|
-
"@teambit/graphql": "1.0.
|
47
|
-
"@teambit/component-compare": "1.0.
|
48
|
-
"@teambit/component-writer": "1.0.
|
42
|
+
"@teambit/scope": "1.0.647",
|
43
|
+
"@teambit/workspace": "1.0.647",
|
44
|
+
"@teambit/express": "0.0.1323",
|
45
|
+
"@teambit/logger": "0.0.1317",
|
46
|
+
"@teambit/graphql": "1.0.647",
|
47
|
+
"@teambit/component-compare": "1.0.647",
|
48
|
+
"@teambit/component-writer": "1.0.647",
|
49
49
|
"@teambit/component.snap-distance": "0.0.55",
|
50
|
-
"@teambit/component": "1.0.
|
51
|
-
"@teambit/export": "1.0.
|
50
|
+
"@teambit/component": "1.0.647",
|
51
|
+
"@teambit/export": "1.0.647",
|
52
52
|
"@teambit/git.modules.git-executable": "0.0.13",
|
53
53
|
"@teambit/harmony.modules.concurrency": "0.0.13",
|
54
|
-
"@teambit/install": "1.0.
|
54
|
+
"@teambit/install": "1.0.647",
|
55
55
|
"@teambit/lanes.entities.lane-diff": "0.0.176",
|
56
56
|
"@teambit/lanes.modules.create-lane": "0.0.88",
|
57
57
|
"@teambit/lanes.modules.diff": "0.0.552",
|
58
58
|
"@teambit/legacy.component-diff": "0.0.108",
|
59
59
|
"@teambit/legacy.component-list": "0.0.108",
|
60
|
-
"@teambit/merging": "1.0.
|
61
|
-
"@teambit/objects": "0.0.
|
62
|
-
"@teambit/remove": "1.0.
|
60
|
+
"@teambit/merging": "1.0.647",
|
61
|
+
"@teambit/objects": "0.0.154",
|
62
|
+
"@teambit/remove": "1.0.647",
|
63
63
|
"@teambit/scope.remotes": "0.0.54",
|
64
|
-
"@teambit/command-bar": "1.0.
|
64
|
+
"@teambit/command-bar": "1.0.647",
|
65
65
|
"@teambit/lanes.hooks.use-lanes": "0.0.289",
|
66
66
|
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.241",
|
67
67
|
"@teambit/lanes.ui.lane-overview": "0.0.274",
|
68
68
|
"@teambit/lanes.ui.menus.use-lanes-menu": "0.0.232",
|
69
69
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.516",
|
70
|
-
"@teambit/ui": "1.0.
|
70
|
+
"@teambit/ui": "1.0.647",
|
71
71
|
"@teambit/legacy.consumer": "0.0.54",
|
72
72
|
"@teambit/scope.network": "0.0.54"
|
73
73
|
},
|
@@ -76,10 +76,10 @@
|
|
76
76
|
"@types/fs-extra": "9.0.7",
|
77
77
|
"@types/mocha": "9.1.0",
|
78
78
|
"@teambit/harmony.envs.core-aspect-env": "0.0.69",
|
79
|
-
"@teambit/component.testing.mock-components": "0.0.
|
80
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
81
|
-
"@teambit/merge-lanes": "1.0.
|
82
|
-
"@teambit/snapping": "1.0.
|
79
|
+
"@teambit/component.testing.mock-components": "0.0.318",
|
80
|
+
"@teambit/harmony.testing.load-aspect": "0.0.313",
|
81
|
+
"@teambit/merge-lanes": "1.0.648",
|
82
|
+
"@teambit/snapping": "1.0.647",
|
83
83
|
"@teambit/workspace.testing.mock-workspace": "0.0.93"
|
84
84
|
},
|
85
85
|
"peerDependencies": {
|