@teambit/checkout 1.0.162 → 1.0.163

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.162" tests="2" failures="0" errors="0" skipped="0">
3
+ <testsuite name="teambit.component/checkout@1.0.163" 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.051"/>
5
+ <testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.046"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -686,7 +686,7 @@
686
686
  "line": 35,
687
687
  "character": 3
688
688
  },
689
- "signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | null | undefined",
689
+ "signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
690
690
  "name": "mergeStrategy",
691
691
  "type": {
692
692
  "__schema": "TypeUnionSchema",
@@ -2269,7 +2269,7 @@
2269
2269
  "line": 35,
2270
2270
  "character": 3
2271
2271
  },
2272
- "signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | null | undefined",
2272
+ "signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
2273
2273
  "name": "mergeStrategy",
2274
2274
  "type": {
2275
2275
  "__schema": "TypeUnionSchema",
@@ -4647,7 +4647,7 @@
4647
4647
  "line": 91,
4648
4648
  "character": 7
4649
4649
  },
4650
- "signature": "(property) autoMergeResolve?: \"theirs\" | \"ours\" | \"manual\" | undefined",
4650
+ "signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
4651
4651
  "name": "autoMergeResolve",
4652
4652
  "type": {
4653
4653
  "__schema": "TypeRefSchema",
@@ -4851,7 +4851,7 @@
4851
4851
  "line": 91,
4852
4852
  "character": 7
4853
4853
  },
4854
- "signature": "(property) autoMergeResolve?: \"theirs\" | \"ours\" | \"manual\" | undefined",
4854
+ "signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
4855
4855
  "name": "autoMergeResolve",
4856
4856
  "type": {
4857
4857
  "__schema": "TypeRefSchema",
@@ -5025,7 +5025,7 @@
5025
5025
  "_legacy": {
5026
5026
  "scope": "teambit.component",
5027
5027
  "name": "checkout",
5028
- "version": "1.0.162"
5028
+ "version": "1.0.163"
5029
5029
  },
5030
5030
  "_scope": "teambit.component"
5031
5031
  }
@@ -5124,7 +5124,7 @@
5124
5124
  "componentId": {
5125
5125
  "scope": "teambit.component",
5126
5126
  "name": "checkout",
5127
- "version": "1.0.162"
5127
+ "version": "1.0.163"
5128
5128
  },
5129
5129
  "taggedModuleExports": []
5130
5130
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/checkout",
3
- "version": "1.0.162",
3
+ "version": "1.0.163",
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.162"
9
+ "version": "1.0.163"
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.851",
19
- "@teambit/merging": "1.0.162",
20
- "@teambit/component-writer": "1.0.162",
21
- "@teambit/importer": "1.0.162",
19
+ "@teambit/merging": "1.0.163",
20
+ "@teambit/component-writer": "1.0.163",
21
+ "@teambit/importer": "1.0.163",
22
22
  "@teambit/logger": "0.0.944",
23
- "@teambit/remove": "1.0.162",
24
- "@teambit/workspace": "1.0.162"
23
+ "@teambit/remove": "1.0.163",
24
+ "@teambit/workspace": "1.0.163"
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.25",
36
36
  "@teambit/component.testing.mock-components": "0.0.188",
37
37
  "@teambit/harmony.testing.load-aspect": "0.0.186",
38
- "@teambit/snapping": "1.0.162",
38
+ "@teambit/snapping": "1.0.163",
39
39
  "@teambit/workspace.testing.mock-workspace": "0.0.23"
40
40
  },
41
41
  "peerDependencies": {