@teambit/install 1.0.214 → 1.0.215

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.214" 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.131"/>
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.215" 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.139"/>
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>
@@ -1991,7 +1991,7 @@
1991
1991
  "componentId": {
1992
1992
  "scope": "teambit.workspace",
1993
1993
  "name": "modules/node-modules-linker",
1994
- "version": "0.0.165"
1994
+ "version": "0.0.166"
1995
1995
  }
1996
1996
  }
1997
1997
  },
@@ -2024,7 +2024,7 @@
2024
2024
  "componentId": {
2025
2025
  "scope": "teambit.workspace",
2026
2026
  "name": "modules/node-modules-linker",
2027
- "version": "0.0.165"
2027
+ "version": "0.0.166"
2028
2028
  }
2029
2029
  }
2030
2030
  },
@@ -2439,7 +2439,7 @@
2439
2439
  "line": 88,
2440
2440
  "character": 1
2441
2441
  },
2442
- "signature": "type ModulesInstallOptions = {\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n ... 9 more ...;\n skipPrune?: boolean | undefined;\n}",
2442
+ "signature": "type ModulesInstallOptions = {\n writeConfigFiles?: boolean | undefined;\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n ... 9 more ...;\n skipPrune?: boolean | undefined;\n}",
2443
2443
  "name": "ModulesInstallOptions",
2444
2444
  "type": {
2445
2445
  "__schema": "TypeRefSchema",
@@ -4880,7 +4880,7 @@
4880
4880
  "componentId": {
4881
4881
  "scope": "teambit.workspace",
4882
4882
  "name": "install",
4883
- "version": "1.0.214"
4883
+ "version": "1.0.215"
4884
4884
  },
4885
4885
  "taggedModuleExports": []
4886
4886
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.214",
3
+ "version": "1.0.215",
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.214"
9
+ "version": "1.0.215"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,22 +23,22 @@
23
23
  "@teambit/bit-roots": "0.0.133",
24
24
  "@teambit/bit-error": "0.0.404",
25
25
  "@teambit/cli": "0.0.858",
26
- "@teambit/dependency-resolver": "1.0.214",
26
+ "@teambit/dependency-resolver": "1.0.215",
27
27
  "@teambit/logger": "0.0.951",
28
- "@teambit/workspace": "1.0.214",
29
- "@teambit/application": "1.0.214",
30
- "@teambit/compiler": "1.0.214",
31
- "@teambit/component-issues": "0.0.141",
28
+ "@teambit/workspace": "1.0.215",
29
+ "@teambit/application": "1.0.215",
30
+ "@teambit/compiler": "1.0.215",
31
+ "@teambit/component-issues": "0.0.142",
32
32
  "@teambit/component-package-version": "0.0.433",
33
- "@teambit/component": "1.0.214",
33
+ "@teambit/component": "1.0.215",
34
34
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
35
- "@teambit/envs": "1.0.214",
36
- "@teambit/generator": "1.0.215",
37
- "@teambit/ipc-events": "1.0.214",
38
- "@teambit/issues": "1.0.214",
39
- "@teambit/variants": "0.0.1058",
40
- "@teambit/workspace-config-files": "1.0.214",
41
- "@teambit/workspace.modules.node-modules-linker": "0.0.165",
35
+ "@teambit/envs": "1.0.215",
36
+ "@teambit/generator": "1.0.216",
37
+ "@teambit/ipc-events": "1.0.215",
38
+ "@teambit/issues": "1.0.215",
39
+ "@teambit/variants": "0.0.1059",
40
+ "@teambit/workspace-config-files": "1.0.215",
41
+ "@teambit/workspace.modules.node-modules-linker": "0.0.166",
42
42
  "@teambit/toolbox.time.time-format": "0.0.496"
43
43
  },
44
44
  "devDependencies": {