@teambit/checkout 1.0.506 → 1.0.507
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.507" tests="3" failures="0" errors="0" skipped="0">
|
|
4
|
+
<testcase classname="dist/checkout.spec.js" name="should bring the files back" time="0.001"/>
|
|
5
|
+
<testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.545"/>
|
|
6
|
+
<testcase classname="dist/checkout.spec.js" name="should checkout according to the number of generations specified" time="0.009"/>
|
|
7
7
|
</testsuite>
|
|
8
8
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"line": 36,
|
|
809
809
|
"character": 3
|
|
810
810
|
},
|
|
811
|
-
"signature": "(property) mergeStrategy?: \"
|
|
811
|
+
"signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
812
812
|
"name": "mergeStrategy",
|
|
813
813
|
"type": {
|
|
814
814
|
"__schema": "TypeRefSchema",
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
"line": 36,
|
|
2559
2559
|
"character": 3
|
|
2560
2560
|
},
|
|
2561
|
-
"signature": "(property) mergeStrategy?: \"
|
|
2561
|
+
"signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
2562
2562
|
"name": "mergeStrategy",
|
|
2563
2563
|
"type": {
|
|
2564
2564
|
"__schema": "TypeRefSchema",
|
|
@@ -3035,7 +3035,7 @@
|
|
|
3035
3035
|
"componentId": {
|
|
3036
3036
|
"scope": "teambit.scope",
|
|
3037
3037
|
"name": "objects",
|
|
3038
|
-
"version": "0.0.
|
|
3038
|
+
"version": "0.0.14"
|
|
3039
3039
|
}
|
|
3040
3040
|
},
|
|
3041
3041
|
"isOptional": false
|
|
@@ -5069,7 +5069,7 @@
|
|
|
5069
5069
|
"line": 92,
|
|
5070
5070
|
"character": 7
|
|
5071
5071
|
},
|
|
5072
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
5072
|
+
"signature": "(property) autoMergeResolve?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
5073
5073
|
"name": "autoMergeResolve",
|
|
5074
5074
|
"type": {
|
|
5075
5075
|
"__schema": "TypeRefSchema",
|
|
@@ -5273,7 +5273,7 @@
|
|
|
5273
5273
|
"line": 92,
|
|
5274
5274
|
"character": 7
|
|
5275
5275
|
},
|
|
5276
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
5276
|
+
"signature": "(property) autoMergeResolve?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
5277
5277
|
"name": "autoMergeResolve",
|
|
5278
5278
|
"type": {
|
|
5279
5279
|
"__schema": "TypeRefSchema",
|
|
@@ -5447,7 +5447,7 @@
|
|
|
5447
5447
|
"_legacy": {
|
|
5448
5448
|
"scope": "teambit.component",
|
|
5449
5449
|
"name": "checkout",
|
|
5450
|
-
"version": "1.0.
|
|
5450
|
+
"version": "1.0.507"
|
|
5451
5451
|
},
|
|
5452
5452
|
"_scope": "teambit.component"
|
|
5453
5453
|
}
|
|
@@ -5546,7 +5546,7 @@
|
|
|
5546
5546
|
"componentId": {
|
|
5547
5547
|
"scope": "teambit.component",
|
|
5548
5548
|
"name": "checkout",
|
|
5549
|
-
"version": "1.0.
|
|
5549
|
+
"version": "1.0.507"
|
|
5550
5550
|
},
|
|
5551
5551
|
"taggedModuleExports": []
|
|
5552
5552
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.507",
|
|
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.507"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"@teambit/bit-error": "0.0.404",
|
|
16
16
|
"@teambit/component-id": "1.2.2",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
|
-
"@teambit/cli": "0.0.
|
|
18
|
+
"@teambit/cli": "0.0.1084",
|
|
19
19
|
"@teambit/legacy.constants": "0.0.4",
|
|
20
|
-
"@teambit/merging": "1.0.
|
|
21
|
-
"@teambit/component.sources": "0.0.
|
|
22
|
-
"@teambit/legacy.consumer-component": "0.0.
|
|
23
|
-
"@teambit/legacy.consumer": "0.0.
|
|
20
|
+
"@teambit/merging": "1.0.507",
|
|
21
|
+
"@teambit/component.sources": "0.0.66",
|
|
22
|
+
"@teambit/legacy.consumer-component": "0.0.15",
|
|
23
|
+
"@teambit/legacy.consumer": "0.0.14",
|
|
24
24
|
"@teambit/legacy.utils": "0.0.12",
|
|
25
|
-
"@teambit/scope.objects": "0.0.
|
|
26
|
-
"@teambit/component-writer": "1.0.
|
|
27
|
-
"@teambit/importer": "1.0.
|
|
28
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
29
|
-
"@teambit/legacy.scope": "0.0.
|
|
30
|
-
"@teambit/logger": "0.0.
|
|
31
|
-
"@teambit/remove": "1.0.
|
|
32
|
-
"@teambit/workspace": "1.0.
|
|
25
|
+
"@teambit/scope.objects": "0.0.14",
|
|
26
|
+
"@teambit/component-writer": "1.0.507",
|
|
27
|
+
"@teambit/importer": "1.0.507",
|
|
28
|
+
"@teambit/legacy.bit-map": "0.0.71",
|
|
29
|
+
"@teambit/legacy.scope": "0.0.14",
|
|
30
|
+
"@teambit/logger": "0.0.1177",
|
|
31
|
+
"@teambit/remove": "1.0.507",
|
|
32
|
+
"@teambit/workspace": "1.0.507"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash": "4.14.165",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"fs-extra": "10.0.0",
|
|
40
40
|
"@types/mocha": "9.1.0",
|
|
41
41
|
"@teambit/harmony.envs.core-aspect-env": "0.0.63",
|
|
42
|
-
"@teambit/component.testing.mock-components": "0.0.
|
|
43
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
44
|
-
"@teambit/lister": "1.0.
|
|
45
|
-
"@teambit/snapping": "1.0.
|
|
46
|
-
"@teambit/workspace.testing.mock-workspace": "0.0.
|
|
42
|
+
"@teambit/component.testing.mock-components": "0.0.274",
|
|
43
|
+
"@teambit/harmony.testing.load-aspect": "0.0.269",
|
|
44
|
+
"@teambit/lister": "1.0.507",
|
|
45
|
+
"@teambit/snapping": "1.0.507",
|
|
46
|
+
"@teambit/workspace.testing.mock-workspace": "0.0.41"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@types/chai-fs": "2.0.5",
|
|
File without changes
|