@teambit/merge-lanes 0.0.0-3ab72bc2579e80941e3757c8d9c7f9c1f4e8b0c9 → 0.0.0-3d0e9f409ea3bbf1f6835957220a7ed62a56e15b
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/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/merge-lanes",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-3d0e9f409ea3bbf1f6835957220a7ed62a56e15b",
|
4
4
|
"homepage": "https://bit.cloud/teambit/lanes/merge-lanes",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.lanes",
|
8
8
|
"name": "merge-lanes",
|
9
|
-
"version": "
|
9
|
+
"version": "3d0e9f409ea3bbf1f6835957220a7ed62a56e15b"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
@@ -15,32 +15,32 @@
|
|
15
15
|
"yesno": "0.4.0",
|
16
16
|
"lodash": "4.17.21",
|
17
17
|
"p-map-series": "2.1.0",
|
18
|
+
"@teambit/express": "0.0.1367",
|
19
|
+
"@teambit/logger": "0.0.1361",
|
18
20
|
"@teambit/bit-error": "0.0.404",
|
19
21
|
"@teambit/legacy.bit-map": "0.0.126",
|
20
22
|
"@teambit/legacy.cli.prompts": "0.0.22",
|
21
23
|
"@teambit/legacy.consumer": "0.0.69",
|
22
24
|
"@teambit/legacy.scope": "0.0.69",
|
25
|
+
"@teambit/cli": "0.0.1268",
|
23
26
|
"@teambit/component.modules.merge-helper": "0.0.9",
|
27
|
+
"@teambit/config-store": "0.0.148",
|
24
28
|
"@teambit/legacy.constants": "0.0.15",
|
25
29
|
"@teambit/harmony": "0.4.7",
|
26
30
|
"@teambit/component-id": "1.2.4",
|
27
31
|
"@teambit/component.snap-distance": "0.0.70",
|
28
32
|
"@teambit/harmony.modules.get-basic-log": "0.0.70",
|
29
33
|
"@teambit/lane-id": "0.0.312",
|
30
|
-
"@teambit/
|
31
|
-
"@teambit/
|
32
|
-
"@teambit/
|
33
|
-
"@teambit/
|
34
|
-
"@teambit/
|
35
|
-
"@teambit/
|
36
|
-
"@teambit/
|
37
|
-
"@teambit/
|
38
|
-
"@teambit/
|
39
|
-
"@teambit/
|
40
|
-
"@teambit/export": "0.0.0-5a1623d3e38cb064d9f51ca9c71d93e17e2f1852",
|
41
|
-
"@teambit/importer": "0.0.0-07fc5057037431beed4765d797e9dd50ae28f226",
|
42
|
-
"@teambit/lanes": "0.0.0-9d688629847ef2c46805632c0eb3d19d8d297abf",
|
43
|
-
"@teambit/workspace": "0.0.0-9adf84551f1f049bedb1c0d70fe1b84e6441e374"
|
34
|
+
"@teambit/objects": "0.0.0-a0d4d0ee21ae64affee89f7b5b577ac5edfd1ace",
|
35
|
+
"@teambit/scope": "0.0.0-3b8831e94b3d6ac7a1cd6fa414bee748851738f0",
|
36
|
+
"@teambit/checkout": "0.0.0-d1d7b34072f69a41686f533d9bc2c10b83fe82a1",
|
37
|
+
"@teambit/merging": "0.0.0-172f282021362bbbbf3b686a660dfa50ca6c1bb6",
|
38
|
+
"@teambit/remove": "0.0.0-7f704731ab3efd888d112e3d13ba764725f3812d",
|
39
|
+
"@teambit/config-merger": "0.0.0-5dd5cc62d75b56fab03f1b6712fdef10822f6f46",
|
40
|
+
"@teambit/export": "0.0.0-bd50e029629fbec4ea23336b7799cd27663a71fd",
|
41
|
+
"@teambit/importer": "0.0.0-00a220f184aa5203fd93555f835d3320b8c72123",
|
42
|
+
"@teambit/lanes": "0.0.0-d75b3e70457d2591f25071f83d3738b85a409e92",
|
43
|
+
"@teambit/workspace": "0.0.0-ed458ee2f4662c57c860163d8e667e0ee9d05431"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/fs-extra": "9.0.7",
|
File without changes
|