@teambit/checkout 1.0.468 → 1.0.469
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.
|
|
3
|
+
<testsuite name="teambit.component/checkout@1.0.469" tests="3" 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.051"/>
|
|
6
6
|
<testcase classname="dist/checkout.spec.js" name="should checkout according to the number of generations specified" time="0.002"/>
|
|
7
7
|
</testsuite>
|
|
8
8
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -5725,7 +5725,7 @@
|
|
|
5725
5725
|
"_legacy": {
|
|
5726
5726
|
"scope": "teambit.component",
|
|
5727
5727
|
"name": "checkout",
|
|
5728
|
-
"version": "1.0.
|
|
5728
|
+
"version": "1.0.469"
|
|
5729
5729
|
},
|
|
5730
5730
|
"_scope": "teambit.component"
|
|
5731
5731
|
}
|
|
@@ -5828,7 +5828,7 @@
|
|
|
5828
5828
|
"componentId": {
|
|
5829
5829
|
"scope": "teambit.component",
|
|
5830
5830
|
"name": "checkout",
|
|
5831
|
-
"version": "1.0.
|
|
5831
|
+
"version": "1.0.469"
|
|
5832
5832
|
},
|
|
5833
5833
|
"taggedModuleExports": []
|
|
5834
5834
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.469",
|
|
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.469"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -15,16 +15,16 @@
|
|
|
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.
|
|
19
|
-
"@teambit/merging": "1.0.
|
|
18
|
+
"@teambit/cli": "0.0.1046",
|
|
19
|
+
"@teambit/merging": "1.0.469",
|
|
20
20
|
"@teambit/component.sources": "0.0.45",
|
|
21
21
|
"@teambit/legacy.utils": "0.0.6",
|
|
22
|
-
"@teambit/component-writer": "1.0.
|
|
23
|
-
"@teambit/importer": "1.0.
|
|
22
|
+
"@teambit/component-writer": "1.0.469",
|
|
23
|
+
"@teambit/importer": "1.0.469",
|
|
24
24
|
"@teambit/legacy.bit-map": "0.0.50",
|
|
25
|
-
"@teambit/logger": "0.0.
|
|
26
|
-
"@teambit/remove": "1.0.
|
|
27
|
-
"@teambit/workspace": "1.0.
|
|
25
|
+
"@teambit/logger": "0.0.1139",
|
|
26
|
+
"@teambit/remove": "1.0.469",
|
|
27
|
+
"@teambit/workspace": "1.0.469"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/lodash": "4.14.165",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@teambit/harmony.envs.core-aspect-env": "0.0.60",
|
|
37
37
|
"@teambit/component.testing.mock-components": "0.0.252",
|
|
38
38
|
"@teambit/harmony.testing.load-aspect": "0.0.247",
|
|
39
|
-
"@teambit/lister": "1.0.
|
|
40
|
-
"@teambit/snapping": "1.0.
|
|
39
|
+
"@teambit/lister": "1.0.469",
|
|
40
|
+
"@teambit/snapping": "1.0.469",
|
|
41
41
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
File without changes
|