@teambit/merge-lanes 0.0.0-3eb84211e876887d7bf99635e2d58f5e8b7b215c → 0.0.0-40b7681d121f77cede7aef5891f72e870c896129
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-40b7681d121f77cede7aef5891f72e870c896129",
|
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": "40b7681d121f77cede7aef5891f72e870c896129"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
@@ -15,38 +15,38 @@
|
|
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.1365",
|
19
|
+
"@teambit/logger": "0.0.1359",
|
18
20
|
"@teambit/bit-error": "0.0.404",
|
19
|
-
"@teambit/legacy.bit-map": "0.0.
|
20
|
-
"@teambit/legacy.cli.prompts": "0.0.
|
21
|
-
"@teambit/legacy.consumer": "0.0.
|
22
|
-
"@teambit/legacy.scope": "0.0.
|
23
|
-
"@teambit/
|
24
|
-
"@teambit/
|
21
|
+
"@teambit/legacy.bit-map": "0.0.126",
|
22
|
+
"@teambit/legacy.cli.prompts": "0.0.22",
|
23
|
+
"@teambit/legacy.consumer": "0.0.69",
|
24
|
+
"@teambit/legacy.scope": "0.0.69",
|
25
|
+
"@teambit/cli": "0.0.1266",
|
26
|
+
"@teambit/component.modules.merge-helper": "0.0.9",
|
27
|
+
"@teambit/config-store": "0.0.146",
|
28
|
+
"@teambit/legacy.constants": "0.0.15",
|
25
29
|
"@teambit/harmony": "0.4.7",
|
26
30
|
"@teambit/component-id": "1.2.4",
|
27
|
-
"@teambit/component.snap-distance": "0.0.
|
28
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.
|
31
|
+
"@teambit/component.snap-distance": "0.0.70",
|
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-72414d16e9b22e7dba993774417cd5b6f7ee213d",
|
41
|
-
"@teambit/importer": "0.0.0-18f82a590d4a0d2f3b0994f60cbbf7ca1986c1b7",
|
42
|
-
"@teambit/lanes": "0.0.0-3d51545352cbf1ed990d1f6615203ae40ea7014e",
|
43
|
-
"@teambit/workspace": "0.0.0-4b38cd07b0e10ec86e3d81b6c7c792e82e0d121a"
|
34
|
+
"@teambit/objects": "0.0.0-1709cc49079ebcb8c6e4aa6fb6cc7e42b293caf5",
|
35
|
+
"@teambit/scope": "0.0.0-5825e08e0760c651a6302c05cf2fae589d3ecedf",
|
36
|
+
"@teambit/checkout": "0.0.0-95fd24bdc147683a95d8aa3861c8318050e16be9",
|
37
|
+
"@teambit/merging": "0.0.0-e8d9bfec310528e727850a6d3e16d3564f7e586a",
|
38
|
+
"@teambit/remove": "0.0.0-b0526ff38cc8beab613eef9ab8e5a893ab7bbb19",
|
39
|
+
"@teambit/config-merger": "0.0.0-0469e2c2ea561b87f1ff269e65f8fac301a2ed0b",
|
40
|
+
"@teambit/export": "0.0.0-f06189f33861fd488112f016992fe6057b3f4e5a",
|
41
|
+
"@teambit/importer": "0.0.0-4e866a675a9303bb787de3f57ae7474be03b22e9",
|
42
|
+
"@teambit/lanes": "0.0.0-3c2493768fd50272f24efa82522143126bc4cc9a",
|
43
|
+
"@teambit/workspace": "0.0.0-985b7cb3a3f089c87bb9aaf84578e38189a3121c"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/fs-extra": "9.0.7",
|
47
47
|
"@types/lodash": "4.14.165",
|
48
48
|
"@types/mocha": "9.1.0",
|
49
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
49
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.77"
|
50
50
|
},
|
51
51
|
"peerDependencies": {},
|
52
52
|
"license": "Apache-2.0",
|
File without changes
|