@teambit/merge-lanes 1.0.409 → 1.0.411
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.
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="1" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.lanes/merge-lanes@1.0.
|
4
|
-
<testcase classname="dist/merge-lane.spec.js" name="should merge successfully the specified pattern only"
|
3
|
+
<testsuite name="teambit.lanes/merge-lanes@1.0.411" tests="1" failures="0" errors="0" skipped="0">
|
4
|
+
<testcase classname="dist/merge-lane.spec.js" name="should merge successfully the specified pattern only"/>
|
5
5
|
</testsuite>
|
6
6
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"line": 3,
|
21
21
|
"character": 15
|
22
22
|
},
|
23
|
+
"signature": "class MergeLanesMain",
|
23
24
|
"name": "MergeLanesMain",
|
24
25
|
"exportNode": {
|
25
26
|
"__schema": "ClassSchema",
|
@@ -1085,6 +1086,7 @@
|
|
1085
1086
|
"line": 5,
|
1086
1087
|
"character": 10
|
1087
1088
|
},
|
1089
|
+
"signature": "const MergeLanesAspect: Aspect",
|
1088
1090
|
"name": "MergeLanesAspect",
|
1089
1091
|
"exportNode": {
|
1090
1092
|
"__schema": "VariableLikeSchema",
|
@@ -3652,7 +3654,7 @@
|
|
3652
3654
|
"componentId": {
|
3653
3655
|
"scope": "teambit.lanes",
|
3654
3656
|
"name": "merge-lanes",
|
3655
|
-
"version": "1.0.
|
3657
|
+
"version": "1.0.411"
|
3656
3658
|
},
|
3657
3659
|
"taggedModuleExports": []
|
3658
3660
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/merge-lanes",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.411",
|
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": "1.0.
|
9
|
+
"version": "1.0.411"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -19,22 +19,22 @@
|
|
19
19
|
"@teambit/lane-id": "0.0.311",
|
20
20
|
"@teambit/harmony": "0.4.6",
|
21
21
|
"@teambit/component-id": "1.2.0",
|
22
|
-
"@teambit/legacy.bit-map": "0.0.
|
22
|
+
"@teambit/legacy.bit-map": "0.0.34",
|
23
23
|
"@teambit/legacy.cli.prompts": "0.0.2",
|
24
|
-
"@teambit/logger": "0.0.
|
25
|
-
"@teambit/scope": "1.0.
|
26
|
-
"@teambit/checkout": "1.0.
|
27
|
-
"@teambit/cli": "0.0.
|
24
|
+
"@teambit/logger": "0.0.1081",
|
25
|
+
"@teambit/scope": "1.0.411",
|
26
|
+
"@teambit/checkout": "1.0.411",
|
27
|
+
"@teambit/cli": "0.0.988",
|
28
28
|
"@teambit/legacy.utils": "0.0.5",
|
29
|
-
"@teambit/global-config": "0.0.
|
30
|
-
"@teambit/merging": "1.0.
|
31
|
-
"@teambit/remove": "1.0.
|
32
|
-
"@teambit/config-merger": "0.0.
|
33
|
-
"@teambit/export": "1.0.
|
29
|
+
"@teambit/global-config": "0.0.991",
|
30
|
+
"@teambit/merging": "1.0.411",
|
31
|
+
"@teambit/remove": "1.0.411",
|
32
|
+
"@teambit/config-merger": "0.0.278",
|
33
|
+
"@teambit/export": "1.0.411",
|
34
34
|
"@teambit/harmony.modules.get-basic-log": "0.0.1",
|
35
|
-
"@teambit/importer": "1.0.
|
36
|
-
"@teambit/lanes": "1.0.
|
37
|
-
"@teambit/workspace": "1.0.
|
35
|
+
"@teambit/importer": "1.0.411",
|
36
|
+
"@teambit/lanes": "1.0.411",
|
37
|
+
"@teambit/workspace": "1.0.411"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"@types/fs-extra": "9.0.7",
|
@@ -43,9 +43,9 @@
|
|
43
43
|
"chai": "4.3.0",
|
44
44
|
"@types/mocha": "9.1.0",
|
45
45
|
"@teambit/harmony.envs.core-aspect-env": "0.0.47",
|
46
|
-
"@teambit/component.testing.mock-components": "0.0.
|
47
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
48
|
-
"@teambit/snapping": "1.0.
|
46
|
+
"@teambit/component.testing.mock-components": "0.0.236",
|
47
|
+
"@teambit/harmony.testing.load-aspect": "0.0.231",
|
48
|
+
"@teambit/snapping": "1.0.411",
|
49
49
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
File without changes
|