@teambit/checkout 1.0.195 → 1.0.197
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,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="2" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/checkout@1.0.
|
|
3
|
+
<testsuite name="teambit.component/checkout@1.0.197" tests="2" failures="0" errors="0" skipped="0">
|
|
4
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.
|
|
5
|
+
<testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.076"/>
|
|
6
6
|
</testsuite>
|
|
7
7
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"line": 35,
|
|
749
749
|
"character": 3
|
|
750
750
|
},
|
|
751
|
-
"signature": "(property) mergeStrategy?: \"
|
|
751
|
+
"signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
|
|
752
752
|
"name": "mergeStrategy",
|
|
753
753
|
"type": {
|
|
754
754
|
"__schema": "TypeUnionSchema",
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
"line": 35,
|
|
2397
2397
|
"character": 3
|
|
2398
2398
|
},
|
|
2399
|
-
"signature": "(property) mergeStrategy?: \"
|
|
2399
|
+
"signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
|
|
2400
2400
|
"name": "mergeStrategy",
|
|
2401
2401
|
"type": {
|
|
2402
2402
|
"__schema": "TypeUnionSchema",
|
|
@@ -4887,7 +4887,7 @@
|
|
|
4887
4887
|
"line": 91,
|
|
4888
4888
|
"character": 7
|
|
4889
4889
|
},
|
|
4890
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
4890
|
+
"signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
|
|
4891
4891
|
"name": "autoMergeResolve",
|
|
4892
4892
|
"type": {
|
|
4893
4893
|
"__schema": "TypeRefSchema",
|
|
@@ -5092,7 +5092,7 @@
|
|
|
5092
5092
|
"line": 91,
|
|
5093
5093
|
"character": 7
|
|
5094
5094
|
},
|
|
5095
|
-
"signature": "(property) autoMergeResolve?: \"
|
|
5095
|
+
"signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
|
|
5096
5096
|
"name": "autoMergeResolve",
|
|
5097
5097
|
"type": {
|
|
5098
5098
|
"__schema": "TypeRefSchema",
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
"_legacy": {
|
|
5268
5268
|
"scope": "teambit.component",
|
|
5269
5269
|
"name": "checkout",
|
|
5270
|
-
"version": "1.0.
|
|
5270
|
+
"version": "1.0.197"
|
|
5271
5271
|
},
|
|
5272
5272
|
"_scope": "teambit.component"
|
|
5273
5273
|
}
|
|
@@ -5370,7 +5370,7 @@
|
|
|
5370
5370
|
"componentId": {
|
|
5371
5371
|
"scope": "teambit.component",
|
|
5372
5372
|
"name": "checkout",
|
|
5373
|
-
"version": "1.0.
|
|
5373
|
+
"version": "1.0.197"
|
|
5374
5374
|
},
|
|
5375
5375
|
"taggedModuleExports": []
|
|
5376
5376
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.197",
|
|
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.197"
|
|
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.857",
|
|
19
|
-
"@teambit/merging": "1.0.
|
|
20
|
-
"@teambit/component-writer": "1.0.
|
|
21
|
-
"@teambit/importer": "1.0.
|
|
19
|
+
"@teambit/merging": "1.0.197",
|
|
20
|
+
"@teambit/component-writer": "1.0.197",
|
|
21
|
+
"@teambit/importer": "1.0.197",
|
|
22
22
|
"@teambit/logger": "0.0.950",
|
|
23
|
-
"@teambit/remove": "1.0.
|
|
24
|
-
"@teambit/workspace": "1.0.
|
|
23
|
+
"@teambit/remove": "1.0.197",
|
|
24
|
+
"@teambit/workspace": "1.0.197"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/lodash": "4.14.165",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@teambit/harmony.envs.core-aspect-env": "0.0.27",
|
|
36
36
|
"@teambit/component.testing.mock-components": "0.0.193",
|
|
37
37
|
"@teambit/harmony.testing.load-aspect": "0.0.188",
|
|
38
|
-
"@teambit/snapping": "1.0.
|
|
38
|
+
"@teambit/snapping": "1.0.197",
|
|
39
39
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
File without changes
|