@teambit/checkout 1.0.178 → 1.0.180

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.178" tests="2" failures="0" errors="0" skipped="0">
3
+ <testsuite name="teambit.component/checkout@1.0.180" tests="2" failures="0" errors="0" skipped="0">
4
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.054"/>
5
+ <testcase classname="dist/checkout.spec.js" name="the workspace should get the component as a valid component" time="0.047"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -686,7 +686,7 @@
686
686
  "line": 35,
687
687
  "character": 3
688
688
  },
689
- "signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
689
+ "signature": "(property) mergeStrategy?: \"manual\" | \"ours\" | \"theirs\" | null | undefined",
690
690
  "name": "mergeStrategy",
691
691
  "type": {
692
692
  "__schema": "TypeUnionSchema",
@@ -2289,7 +2289,7 @@
2289
2289
  "line": 35,
2290
2290
  "character": 3
2291
2291
  },
2292
- "signature": "(property) mergeStrategy?: \"manual\" | \"theirs\" | \"ours\" | null | undefined",
2292
+ "signature": "(property) mergeStrategy?: \"manual\" | \"ours\" | \"theirs\" | null | undefined",
2293
2293
  "name": "mergeStrategy",
2294
2294
  "type": {
2295
2295
  "__schema": "TypeUnionSchema",
@@ -4687,7 +4687,7 @@
4687
4687
  "line": 91,
4688
4688
  "character": 7
4689
4689
  },
4690
- "signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
4690
+ "signature": "(property) autoMergeResolve?: \"manual\" | \"ours\" | \"theirs\" | undefined",
4691
4691
  "name": "autoMergeResolve",
4692
4692
  "type": {
4693
4693
  "__schema": "TypeRefSchema",
@@ -4891,7 +4891,7 @@
4891
4891
  "line": 91,
4892
4892
  "character": 7
4893
4893
  },
4894
- "signature": "(property) autoMergeResolve?: \"manual\" | \"theirs\" | \"ours\" | undefined",
4894
+ "signature": "(property) autoMergeResolve?: \"manual\" | \"ours\" | \"theirs\" | undefined",
4895
4895
  "name": "autoMergeResolve",
4896
4896
  "type": {
4897
4897
  "__schema": "TypeRefSchema",
@@ -5065,7 +5065,7 @@
5065
5065
  "_legacy": {
5066
5066
  "scope": "teambit.component",
5067
5067
  "name": "checkout",
5068
- "version": "1.0.178"
5068
+ "version": "1.0.180"
5069
5069
  },
5070
5070
  "_scope": "teambit.component"
5071
5071
  }
@@ -5164,7 +5164,7 @@
5164
5164
  "componentId": {
5165
5165
  "scope": "teambit.component",
5166
5166
  "name": "checkout",
5167
- "version": "1.0.178"
5167
+ "version": "1.0.180"
5168
5168
  },
5169
5169
  "taggedModuleExports": []
5170
5170
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/checkout",
3
- "version": "1.0.178",
3
+ "version": "1.0.180",
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.178"
9
+ "version": "1.0.180"
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.852",
19
- "@teambit/merging": "1.0.178",
20
- "@teambit/component-writer": "1.0.178",
21
- "@teambit/importer": "1.0.178",
19
+ "@teambit/merging": "1.0.180",
20
+ "@teambit/component-writer": "1.0.180",
21
+ "@teambit/importer": "1.0.180",
22
22
  "@teambit/logger": "0.0.945",
23
- "@teambit/remove": "1.0.178",
24
- "@teambit/workspace": "1.0.178"
23
+ "@teambit/remove": "1.0.180",
24
+ "@teambit/workspace": "1.0.180"
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.192",
37
37
  "@teambit/harmony.testing.load-aspect": "0.0.187",
38
- "@teambit/snapping": "1.0.178",
38
+ "@teambit/snapping": "1.0.180",
39
39
  "@teambit/workspace.testing.mock-workspace": "0.0.27"
40
40
  },
41
41
  "peerDependencies": {