@teambit/install 1.0.381 → 1.0.382

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.381" 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.152"/>
5
- <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.001"/>
3
+ <testsuite name="teambit.workspace/install@1.0.382" 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.168"/>
5
+ <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.003"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -849,7 +849,7 @@
849
849
  "line": 840,
850
850
  "character": 5
851
851
  },
852
- "signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
852
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
853
853
  "name": "forceVersionBump",
854
854
  "type": {
855
855
  "__schema": "TypeUnionSchema",
@@ -3194,7 +3194,7 @@
3194
3194
  "line": 840,
3195
3195
  "character": 5
3196
3196
  },
3197
- "signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
3197
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
3198
3198
  "name": "forceVersionBump",
3199
3199
  "type": {
3200
3200
  "__schema": "TypeUnionSchema",
@@ -4743,7 +4743,7 @@
4743
4743
  "componentId": {
4744
4744
  "scope": "teambit.workspace",
4745
4745
  "name": "install",
4746
- "version": "1.0.381"
4746
+ "version": "1.0.382"
4747
4747
  },
4748
4748
  "taggedModuleExports": []
4749
4749
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.381",
3
+ "version": "1.0.382",
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.381"
9
+ "version": "1.0.382"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,24 +23,24 @@
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.958",
27
- "@teambit/dependency-resolver": "1.0.381",
28
- "@teambit/logger": "0.0.1051",
29
- "@teambit/workspace": "1.0.381",
30
- "@teambit/application": "1.0.381",
31
- "@teambit/aspect-loader": "1.0.381",
32
- "@teambit/compiler": "1.0.381",
26
+ "@teambit/cli": "0.0.959",
27
+ "@teambit/dependency-resolver": "1.0.382",
28
+ "@teambit/logger": "0.0.1052",
29
+ "@teambit/workspace": "1.0.382",
30
+ "@teambit/application": "1.0.382",
31
+ "@teambit/aspect-loader": "1.0.382",
32
+ "@teambit/compiler": "1.0.382",
33
33
  "@teambit/component-issues": "0.0.150",
34
34
  "@teambit/component-package-version": "0.0.434",
35
- "@teambit/component": "1.0.381",
35
+ "@teambit/component": "1.0.382",
36
36
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
37
- "@teambit/envs": "1.0.381",
38
- "@teambit/generator": "1.0.382",
39
- "@teambit/ipc-events": "1.0.381",
40
- "@teambit/issues": "1.0.381",
37
+ "@teambit/envs": "1.0.382",
38
+ "@teambit/generator": "1.0.383",
39
+ "@teambit/ipc-events": "1.0.382",
40
+ "@teambit/issues": "1.0.382",
41
41
  "@teambit/pkg.modules.component-package-name": "0.0.3",
42
- "@teambit/variants": "0.0.1225",
43
- "@teambit/workspace-config-files": "1.0.381",
42
+ "@teambit/variants": "0.0.1226",
43
+ "@teambit/workspace-config-files": "1.0.382",
44
44
  "@teambit/workspace.modules.node-modules-linker": "0.0.195",
45
45
  "@teambit/toolbox.time.time-format": "0.0.496"
46
46
  },