@teambit/merge-lanes 0.0.0-2aa7a1cf053b1b6eacb97357924bf6dc1f05c402 → 0.0.0-2b43a0010218ce640e5fd68a951a06951fc6cb59
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-2b43a0010218ce640e5fd68a951a06951fc6cb59",
|
|
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": "2b43a0010218ce640e5fd68a951a06951fc6cb59"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -15,37 +15,37 @@
|
|
|
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.
|
|
19
|
-
"@teambit/logger": "0.0.
|
|
18
|
+
"@teambit/express": "0.0.1389",
|
|
19
|
+
"@teambit/logger": "0.0.1383",
|
|
20
20
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
22
|
-
"@teambit/legacy.consumer": "0.0.
|
|
23
|
-
"@teambit/legacy.scope": "0.0.
|
|
24
|
-
"@teambit/cli": "0.0.
|
|
25
|
-
"@teambit/component.modules.merge-helper": "0.0.
|
|
26
|
-
"@teambit/config-store": "0.0.
|
|
27
|
-
"@teambit/legacy.constants": "0.0.
|
|
21
|
+
"@teambit/legacy.bit-map": "0.0.147",
|
|
22
|
+
"@teambit/legacy.consumer": "0.0.90",
|
|
23
|
+
"@teambit/legacy.scope": "0.0.90",
|
|
24
|
+
"@teambit/cli": "0.0.1290",
|
|
25
|
+
"@teambit/component.modules.merge-helper": "0.0.31",
|
|
26
|
+
"@teambit/config-store": "0.0.170",
|
|
27
|
+
"@teambit/legacy.constants": "0.0.20",
|
|
28
28
|
"@teambit/harmony": "0.4.7",
|
|
29
29
|
"@teambit/component-id": "1.2.4",
|
|
30
|
-
"@teambit/component.snap-distance": "0.0.
|
|
31
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.
|
|
30
|
+
"@teambit/component.snap-distance": "0.0.91",
|
|
31
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.91",
|
|
32
32
|
"@teambit/lane-id": "0.0.312",
|
|
33
|
-
"@teambit/objects": "0.0.0-
|
|
34
|
-
"@teambit/scope": "0.0.0-
|
|
35
|
-
"@teambit/checkout": "0.0.0-
|
|
36
|
-
"@teambit/merging": "0.0.0-
|
|
37
|
-
"@teambit/remove": "0.0.0-
|
|
38
|
-
"@teambit/config-merger": "0.0.0-
|
|
39
|
-
"@teambit/export": "0.0.0-
|
|
40
|
-
"@teambit/importer": "0.0.0-
|
|
41
|
-
"@teambit/lanes": "0.0.0-
|
|
42
|
-
"@teambit/workspace": "0.0.0-
|
|
33
|
+
"@teambit/objects": "0.0.0-dd3e0a3e420f9b38e8b41c72c8f0e83737eecb33",
|
|
34
|
+
"@teambit/scope": "0.0.0-06c04c0b820ba88aa9e1395e114e1237999b246b",
|
|
35
|
+
"@teambit/checkout": "0.0.0-6dec7dc328736cd7406538887424067d1d1905f9",
|
|
36
|
+
"@teambit/merging": "0.0.0-e2b2cca19f536cf36ee4de000c48c137321de05b",
|
|
37
|
+
"@teambit/remove": "0.0.0-a31e64688e47b0cc605cbdfd9878b5b8c72160f0",
|
|
38
|
+
"@teambit/config-merger": "0.0.0-f550013dc87cc8ccee0f2194808ea80285575bc0",
|
|
39
|
+
"@teambit/export": "0.0.0-4ed6a3e09811dd5b66a266695b6861f261219a33",
|
|
40
|
+
"@teambit/importer": "0.0.0-1be3e1ecd1aea44f82165770228a7f8105fe4ba2",
|
|
41
|
+
"@teambit/lanes": "0.0.0-7baa6dc73b9cd6ad068197119582465c951ec55e",
|
|
42
|
+
"@teambit/workspace": "0.0.0-5be9e7fca5fbd9a2ffff9fe7019742cc2709cecc"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/fs-extra": "9.0.7",
|
|
46
46
|
"@types/lodash": "4.14.165",
|
|
47
47
|
"@types/mocha": "9.1.0",
|
|
48
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
48
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.80"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {},
|
|
51
51
|
"license": "Apache-2.0",
|
|
File without changes
|