@teambit/install 1.0.382 → 1.0.384

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.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"/>
3
+ <testsuite name="teambit.workspace/install@1.0.384" 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.17"/>
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>
@@ -4743,7 +4743,7 @@
4743
4743
  "componentId": {
4744
4744
  "scope": "teambit.workspace",
4745
4745
  "name": "install",
4746
- "version": "1.0.382"
4746
+ "version": "1.0.384"
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.382",
3
+ "version": "1.0.384",
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.382"
9
+ "version": "1.0.384"
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.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",
26
+ "@teambit/cli": "0.0.961",
27
+ "@teambit/dependency-resolver": "1.0.384",
28
+ "@teambit/logger": "0.0.1054",
29
+ "@teambit/workspace": "1.0.384",
30
+ "@teambit/application": "1.0.384",
31
+ "@teambit/aspect-loader": "1.0.384",
32
+ "@teambit/compiler": "1.0.384",
33
33
  "@teambit/component-issues": "0.0.150",
34
34
  "@teambit/component-package-version": "0.0.434",
35
- "@teambit/component": "1.0.382",
35
+ "@teambit/component": "1.0.384",
36
36
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
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",
37
+ "@teambit/envs": "1.0.384",
38
+ "@teambit/generator": "1.0.385",
39
+ "@teambit/ipc-events": "1.0.384",
40
+ "@teambit/issues": "1.0.384",
41
41
  "@teambit/pkg.modules.component-package-name": "0.0.3",
42
- "@teambit/variants": "0.0.1226",
43
- "@teambit/workspace-config-files": "1.0.382",
42
+ "@teambit/variants": "0.0.1228",
43
+ "@teambit/workspace-config-files": "1.0.384",
44
44
  "@teambit/workspace.modules.node-modules-linker": "0.0.195",
45
45
  "@teambit/toolbox.time.time-format": "0.0.496"
46
46
  },
@@ -52,7 +52,7 @@
52
52
  "chai": "4.3.0",
53
53
  "strip-ansi": "6.0.0",
54
54
  "@types/mocha": "9.1.0",
55
- "@teambit/harmony.envs.core-aspect-env": "0.0.42"
55
+ "@teambit/harmony.envs.core-aspect-env": "0.0.47"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@teambit/legacy": "1.0.624"
package/tsconfig.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": [
4
- "esnext",
5
- "dom",
6
- "dom.Iterable"
7
- ],
8
- "target": "es2020",
9
- "module": "es2020",
10
- "jsx": "react-jsx",
11
- "declaration": true,
12
- "sourceMap": true,
13
- "experimentalDecorators": true,
14
- "skipLibCheck": true,
15
- "moduleResolution": "node",
16
- "esModuleInterop": true,
17
- "resolveJsonModule": true,
18
- "allowJs": true,
19
- "outDir": "dist",
20
- "emitDeclarationOnly": true,
21
- "strict": true,
22
- "strictPropertyInitialization": false,
23
- "noImplicitAny": false
24
- },
25
- "exclude": [
26
- "artifacts",
27
- "public",
28
- "dist",
29
- "node_modules",
30
- "package.json",
31
- "esm.mjs",
32
- "**/*.cjs",
33
- "./dist"
34
- ],
35
- "include": [
36
- "**/*",
37
- "**/*.json"
38
- ]
39
- }