@teambit/install 1.0.310 → 1.0.312

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.310" 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.126"/>
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.312" 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.124"/>
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>
@@ -1189,7 +1189,8 @@
1189
1189
  "character": 3
1190
1190
  },
1191
1191
  "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
1192
- "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own."
1192
+ "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own.",
1193
+ "tags": []
1193
1194
  },
1194
1195
  "signature": "(method) InstallMain.calculateLinks(options?: WorkspaceLinkOptions): Promise<{\n linkResults: WorkspaceLinkResults;\n linkedRootDeps: Record<string, string>;\n}>",
1195
1196
  "name": "calculateLinks",
@@ -3612,7 +3613,8 @@
3612
3613
  "character": 3
3613
3614
  },
3614
3615
  "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
3615
- "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own."
3616
+ "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own.",
3617
+ "tags": []
3616
3618
  },
3617
3619
  "signature": "(method) InstallMain.calculateLinks(options?: WorkspaceLinkOptions): Promise<{\n linkResults: WorkspaceLinkResults;\n linkedRootDeps: Record<string, string>;\n}>",
3618
3620
  "name": "calculateLinks",
@@ -4907,7 +4909,7 @@
4907
4909
  "componentId": {
4908
4910
  "scope": "teambit.workspace",
4909
4911
  "name": "install",
4910
- "version": "1.0.310"
4912
+ "version": "1.0.312"
4911
4913
  },
4912
4914
  "taggedModuleExports": []
4913
4915
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.310",
3
+ "version": "1.0.312",
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.310"
9
+ "version": "1.0.312"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -22,22 +22,22 @@
22
22
  "@teambit/harmony": "0.4.6",
23
23
  "@teambit/bit-roots": "0.0.133",
24
24
  "@teambit/bit-error": "0.0.404",
25
- "@teambit/cli": "0.0.887",
26
- "@teambit/dependency-resolver": "1.0.310",
27
- "@teambit/logger": "0.0.980",
28
- "@teambit/workspace": "1.0.310",
29
- "@teambit/application": "1.0.310",
30
- "@teambit/compiler": "1.0.310",
25
+ "@teambit/cli": "0.0.889",
26
+ "@teambit/dependency-resolver": "1.0.312",
27
+ "@teambit/logger": "0.0.982",
28
+ "@teambit/workspace": "1.0.312",
29
+ "@teambit/application": "1.0.312",
30
+ "@teambit/compiler": "1.0.312",
31
31
  "@teambit/component-issues": "0.0.149",
32
32
  "@teambit/component-package-version": "0.0.433",
33
- "@teambit/component": "1.0.310",
33
+ "@teambit/component": "1.0.312",
34
34
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
35
- "@teambit/envs": "1.0.310",
36
- "@teambit/generator": "1.0.311",
37
- "@teambit/ipc-events": "1.0.310",
38
- "@teambit/issues": "1.0.310",
39
- "@teambit/variants": "0.0.1154",
40
- "@teambit/workspace-config-files": "1.0.310",
35
+ "@teambit/envs": "1.0.312",
36
+ "@teambit/generator": "1.0.313",
37
+ "@teambit/ipc-events": "1.0.312",
38
+ "@teambit/issues": "1.0.312",
39
+ "@teambit/variants": "0.0.1156",
40
+ "@teambit/workspace-config-files": "1.0.312",
41
41
  "@teambit/workspace.modules.node-modules-linker": "0.0.174",
42
42
  "@teambit/toolbox.time.time-format": "0.0.496"
43
43
  },