@teambit/checkout 1.0.285 → 1.0.286
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,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="3" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/checkout@1.0.
|
|
4
|
-
<testcase classname="dist/checkout.spec.js" name="should bring the files back"
|
|
5
|
-
<testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.
|
|
6
|
-
<testcase classname="dist/checkout.spec.js" name="should checkout according to the number of generations specified" time="0.
|
|
3
|
+
<testsuite name="teambit.component/checkout@1.0.286" tests="3" failures="0" errors="0" skipped="0">
|
|
4
|
+
<testcase classname="dist/checkout.spec.js" name="should bring the files back"/>
|
|
5
|
+
<testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.052"/>
|
|
6
|
+
<testcase classname="dist/checkout.spec.js" name="should checkout according to the number of generations specified" time="0.001"/>
|
|
7
7
|
</testsuite>
|
|
8
8
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"line": 35,
|
|
786
786
|
"character": 3
|
|
787
787
|
},
|
|
788
|
-
"signature": "(property) mergeStrategy?: \"
|
|
788
|
+
"signature": "(property) mergeStrategy?: \"manual\" | \"ours\" | \"theirs\" | null | undefined",
|
|
789
789
|
"name": "mergeStrategy",
|
|
790
790
|
"type": {
|
|
791
791
|
"__schema": "TypeUnionSchema",
|
|
@@ -2544,7 +2544,7 @@
|
|
|
2544
2544
|
"line": 35,
|
|
2545
2545
|
"character": 3
|
|
2546
2546
|
},
|
|
2547
|
-
"signature": "(property) mergeStrategy?: \"
|
|
2547
|
+
"signature": "(property) mergeStrategy?: \"manual\" | \"ours\" | \"theirs\" | null | undefined",
|
|
2548
2548
|
"name": "mergeStrategy",
|
|
2549
2549
|
"type": {
|
|
2550
2550
|
"__schema": "TypeUnionSchema",
|
|
@@ -5035,7 +5035,7 @@
|
|
|
5035
5035
|
"line": 92,
|
|
5036
5036
|
"character": 7
|
|
5037
5037
|
},
|
|
5038
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
5038
|
+
"signature": "(property) autoMergeResolve?: \"manual\" | \"ours\" | \"theirs\" | undefined",
|
|
5039
5039
|
"name": "autoMergeResolve",
|
|
5040
5040
|
"type": {
|
|
5041
5041
|
"__schema": "TypeRefSchema",
|
|
@@ -5240,7 +5240,7 @@
|
|
|
5240
5240
|
"line": 92,
|
|
5241
5241
|
"character": 7
|
|
5242
5242
|
},
|
|
5243
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
5243
|
+
"signature": "(property) autoMergeResolve?: \"manual\" | \"ours\" | \"theirs\" | undefined",
|
|
5244
5244
|
"name": "autoMergeResolve",
|
|
5245
5245
|
"type": {
|
|
5246
5246
|
"__schema": "TypeRefSchema",
|
|
@@ -5415,7 +5415,7 @@
|
|
|
5415
5415
|
"_legacy": {
|
|
5416
5416
|
"scope": "teambit.component",
|
|
5417
5417
|
"name": "checkout",
|
|
5418
|
-
"version": "1.0.
|
|
5418
|
+
"version": "1.0.286"
|
|
5419
5419
|
},
|
|
5420
5420
|
"_scope": "teambit.component"
|
|
5421
5421
|
}
|
|
@@ -5518,7 +5518,7 @@
|
|
|
5518
5518
|
"componentId": {
|
|
5519
5519
|
"scope": "teambit.component",
|
|
5520
5520
|
"name": "checkout",
|
|
5521
|
-
"version": "1.0.
|
|
5521
|
+
"version": "1.0.286"
|
|
5522
5522
|
},
|
|
5523
5523
|
"taggedModuleExports": []
|
|
5524
5524
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.286",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/checkout",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "checkout",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.286"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"@teambit/component-id": "1.2.0",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/cli": "0.0.865",
|
|
19
|
-
"@teambit/merging": "1.0.
|
|
20
|
-
"@teambit/component-writer": "1.0.
|
|
21
|
-
"@teambit/importer": "1.0.
|
|
19
|
+
"@teambit/merging": "1.0.286",
|
|
20
|
+
"@teambit/component-writer": "1.0.286",
|
|
21
|
+
"@teambit/importer": "1.0.286",
|
|
22
22
|
"@teambit/logger": "0.0.958",
|
|
23
|
-
"@teambit/remove": "1.0.
|
|
24
|
-
"@teambit/workspace": "1.0.
|
|
23
|
+
"@teambit/remove": "1.0.286",
|
|
24
|
+
"@teambit/workspace": "1.0.286"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/lodash": "4.14.165",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@teambit/harmony.envs.core-aspect-env": "0.0.33",
|
|
36
36
|
"@teambit/component.testing.mock-components": "0.0.203",
|
|
37
37
|
"@teambit/harmony.testing.load-aspect": "0.0.198",
|
|
38
|
-
"@teambit/lister": "1.0.
|
|
39
|
-
"@teambit/snapping": "1.0.
|
|
38
|
+
"@teambit/lister": "1.0.286",
|
|
39
|
+
"@teambit/snapping": "1.0.286",
|
|
40
40
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
File without changes
|