@teambit/install 1.0.410 → 1.0.412

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.410" 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.196"/>
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.412" 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.154"/>
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>
@@ -20,6 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 10
22
22
  },
23
+ "signature": "function getAnotherInstallRequiredOutput(recurringInstall?: boolean, oldNonLoadedEnvs?: string[]): string",
23
24
  "name": "getAnotherInstallRequiredOutput",
24
25
  "exportNode": {
25
26
  "__schema": "FunctionLikeSchema",
@@ -103,6 +104,7 @@
103
104
  "line": 4,
104
105
  "character": 15
105
106
  },
107
+ "signature": "class InstallMain",
106
108
  "name": "InstallMain",
107
109
  "exportNode": {
108
110
  "__schema": "ClassSchema",
@@ -1791,6 +1793,7 @@
1791
1793
  "line": 6,
1792
1794
  "character": 10
1793
1795
  },
1796
+ "signature": "const InstallAspect: Aspect",
1794
1797
  "name": "InstallAspect",
1795
1798
  "exportNode": {
1796
1799
  "__schema": "VariableLikeSchema",
@@ -4897,7 +4900,7 @@
4897
4900
  "componentId": {
4898
4901
  "scope": "teambit.workspace",
4899
4902
  "name": "install",
4900
- "version": "1.0.410"
4903
+ "version": "1.0.412"
4901
4904
  },
4902
4905
  "taggedModuleExports": []
4903
4906
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
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.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -23,38 +23,38 @@
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.987",
27
- "@teambit/dependency-resolver": "1.0.410",
28
- "@teambit/logger": "0.0.1080",
29
- "@teambit/workspace": "1.0.410",
30
- "@teambit/application": "1.0.410",
31
- "@teambit/aspect-loader": "1.0.410",
32
- "@teambit/compiler": "1.0.410",
26
+ "@teambit/cli": "0.0.989",
27
+ "@teambit/dependency-resolver": "1.0.412",
28
+ "@teambit/logger": "0.0.1082",
29
+ "@teambit/workspace": "1.0.412",
30
+ "@teambit/application": "1.0.412",
31
+ "@teambit/aspect-loader": "1.0.412",
32
+ "@teambit/compiler": "1.0.412",
33
33
  "@teambit/component-issues": "0.0.150",
34
34
  "@teambit/component-package-version": "0.0.434",
35
- "@teambit/component": "1.0.410",
35
+ "@teambit/component": "1.0.412",
36
36
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
37
- "@teambit/envs": "1.0.410",
38
- "@teambit/generator": "1.0.411",
39
- "@teambit/ipc-events": "1.0.410",
40
- "@teambit/issues": "1.0.410",
37
+ "@teambit/envs": "1.0.412",
38
+ "@teambit/generator": "1.0.413",
39
+ "@teambit/ipc-events": "1.0.412",
40
+ "@teambit/issues": "1.0.412",
41
41
  "@teambit/pkg.modules.component-package-name": "0.0.4",
42
- "@teambit/variants": "0.0.1254",
43
- "@teambit/workspace-config-files": "1.0.410",
44
- "@teambit/workspace.modules.node-modules-linker": "0.0.204",
42
+ "@teambit/variants": "0.0.1256",
43
+ "@teambit/workspace-config-files": "1.0.412",
44
+ "@teambit/workspace.modules.node-modules-linker": "0.0.205",
45
45
  "@teambit/toolbox.time.time-format": "0.0.496"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/fs-extra": "9.0.7",
49
49
  "@types/lodash": "4.14.165",
50
50
  "@types/object-hash": "1.3.4",
51
- "@types/chai": "4.2.15",
52
51
  "chai": "4.3.0",
53
52
  "strip-ansi": "6.0.0",
54
53
  "@types/mocha": "9.1.0",
55
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
54
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
56
55
  },
57
56
  "peerDependencies": {
57
+ "@types/chai": "4.3.19",
58
58
  "@teambit/legacy": "1.0.624"
59
59
  },
60
60
  "license": "Apache-2.0",