@teambit/install 1.0.502 → 1.0.503

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.workspace/install@1.0.502" tests="2" failures="0" errors="0" skipped="0">
4
- <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.051"/>
3
+ <testsuite name="teambit.workspace/install@1.0.503" tests="2" failures="0" errors="0" skipped="0">
4
+ <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.06"/>
5
5
  <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.002"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -970,7 +970,7 @@
970
970
  "line": 961,
971
971
  "character": 5
972
972
  },
973
- "signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
973
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
974
974
  "name": "forceVersionBump",
975
975
  "type": {
976
976
  "__schema": "TypeUnionSchema",
@@ -3610,7 +3610,7 @@
3610
3610
  "line": 961,
3611
3611
  "character": 5
3612
3612
  },
3613
- "signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
3613
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
3614
3614
  "name": "forceVersionBump",
3615
3615
  "type": {
3616
3616
  "__schema": "TypeUnionSchema",
@@ -5429,7 +5429,7 @@
5429
5429
  "componentId": {
5430
5430
  "scope": "teambit.workspace",
5431
5431
  "name": "install",
5432
- "version": "1.0.502"
5432
+ "version": "1.0.503"
5433
5433
  },
5434
5434
  "taggedModuleExports": []
5435
5435
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.502",
3
+ "version": "1.0.503",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/install",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "install",
9
- "version": "1.0.502"
9
+ "version": "1.0.503"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,25 +23,25 @@
23
23
  "@teambit/harmony": "0.4.6",
24
24
  "@teambit/workspace.root-components": "1.0.0",
25
25
  "@teambit/bit-error": "0.0.404",
26
- "@teambit/cli": "0.0.1079",
27
- "@teambit/dependency-resolver": "1.0.502",
28
- "@teambit/logger": "0.0.1172",
29
- "@teambit/workspace": "1.0.502",
30
- "@teambit/application": "1.0.502",
31
- "@teambit/aspect-loader": "1.0.502",
32
- "@teambit/compiler": "1.0.502",
26
+ "@teambit/cli": "0.0.1080",
27
+ "@teambit/dependency-resolver": "1.0.503",
28
+ "@teambit/logger": "0.0.1173",
29
+ "@teambit/workspace": "1.0.503",
30
+ "@teambit/application": "1.0.503",
31
+ "@teambit/aspect-loader": "1.0.503",
32
+ "@teambit/compiler": "1.0.503",
33
33
  "@teambit/component-issues": "0.0.152",
34
34
  "@teambit/component-package-version": "0.0.434",
35
- "@teambit/component": "1.0.502",
35
+ "@teambit/component": "1.0.503",
36
36
  "@teambit/dependencies.fs.linked-dependencies": "0.0.15",
37
- "@teambit/envs": "1.0.502",
38
- "@teambit/generator": "1.0.503",
39
- "@teambit/ipc-events": "1.0.502",
40
- "@teambit/issues": "1.0.502",
37
+ "@teambit/envs": "1.0.503",
38
+ "@teambit/generator": "1.0.504",
39
+ "@teambit/ipc-events": "1.0.503",
40
+ "@teambit/issues": "1.0.503",
41
41
  "@teambit/pkg.modules.component-package-name": "0.0.18",
42
42
  "@teambit/scope.objects": "0.0.11",
43
- "@teambit/variants": "0.0.1346",
44
- "@teambit/workspace-config-files": "1.0.502",
43
+ "@teambit/variants": "0.0.1347",
44
+ "@teambit/workspace-config-files": "1.0.503",
45
45
  "@teambit/workspace.modules.node-modules-linker": "0.0.239",
46
46
  "@teambit/toolbox.time.time-format": "0.0.497"
47
47
  },