@teambit/install 1.0.175 → 1.0.177

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.175" 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.166"/>
3
+ <testsuite name="teambit.workspace/install@1.0.177" 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.138"/>
5
5
  <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.001"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -2292,7 +2292,7 @@
2292
2292
  "line": 88,
2293
2293
  "character": 1
2294
2294
  },
2295
- "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}",
2295
+ "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}",
2296
2296
  "name": "ModulesInstallOptions",
2297
2297
  "type": {
2298
2298
  "__schema": "TypeRefSchema",
@@ -4576,7 +4576,7 @@
4576
4576
  "componentId": {
4577
4577
  "scope": "teambit.workspace",
4578
4578
  "name": "install",
4579
- "version": "1.0.175"
4579
+ "version": "1.0.177"
4580
4580
  },
4581
4581
  "taggedModuleExports": []
4582
4582
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.175",
3
+ "version": "1.0.177",
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.175"
9
+ "version": "1.0.177"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,21 +23,21 @@
23
23
  "@teambit/bit-roots": "0.0.133",
24
24
  "@teambit/bit-error": "0.0.404",
25
25
  "@teambit/cli": "0.0.851",
26
- "@teambit/dependency-resolver": "1.0.175",
26
+ "@teambit/dependency-resolver": "1.0.177",
27
27
  "@teambit/logger": "0.0.944",
28
- "@teambit/workspace": "1.0.175",
29
- "@teambit/application": "1.0.175",
30
- "@teambit/compiler": "1.0.175",
28
+ "@teambit/workspace": "1.0.177",
29
+ "@teambit/application": "1.0.177",
30
+ "@teambit/compiler": "1.0.177",
31
31
  "@teambit/component-issues": "0.0.141",
32
32
  "@teambit/component-package-version": "0.0.433",
33
- "@teambit/component": "1.0.175",
33
+ "@teambit/component": "1.0.177",
34
34
  "@teambit/dependencies.fs.linked-dependencies": "0.0.8",
35
- "@teambit/envs": "1.0.175",
36
- "@teambit/generator": "1.0.176",
37
- "@teambit/ipc-events": "1.0.175",
38
- "@teambit/issues": "1.0.175",
39
- "@teambit/variants": "0.0.1019",
40
- "@teambit/workspace-config-files": "1.0.175",
35
+ "@teambit/envs": "1.0.177",
36
+ "@teambit/generator": "1.0.178",
37
+ "@teambit/ipc-events": "1.0.177",
38
+ "@teambit/issues": "1.0.177",
39
+ "@teambit/variants": "0.0.1021",
40
+ "@teambit/workspace-config-files": "1.0.177",
41
41
  "@teambit/workspace.modules.node-modules-linker": "0.0.165",
42
42
  "@teambit/toolbox.time.time-format": "0.0.496"
43
43
  },