@teambit/install 0.0.0-f163ab86e23ddd3dde81c5f37c0f832405d7bfa8 → 0.0.0-f4f27b8d06525d31a211e4651dd59405f60f590f

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.
Files changed (38) hide show
  1. package/dist/install.cmd.d.ts +5 -5
  2. package/dist/install.cmd.js +2 -1
  3. package/dist/install.cmd.js.map +1 -1
  4. package/dist/install.main.runtime.d.ts +20 -18
  5. package/dist/install.main.runtime.js +27 -21
  6. package/dist/install.main.runtime.js.map +1 -1
  7. package/dist/link/component-list-links.d.ts +4 -3
  8. package/dist/link/component-list-links.js +6 -1
  9. package/dist/link/component-list-links.js.map +1 -1
  10. package/dist/link/core-aspects-links.d.ts +1 -1
  11. package/dist/link/core-aspects-links.js +12 -6
  12. package/dist/link/core-aspects-links.js.map +1 -1
  13. package/dist/link/link-to-dir.d.ts +1 -1
  14. package/dist/link/link-to-dir.js.map +1 -1
  15. package/dist/link/link.cmd.d.ts +5 -4
  16. package/dist/link/link.cmd.js +3 -2
  17. package/dist/link/link.cmd.js.map +1 -1
  18. package/dist/link/nested-deps-in-nm-links.d.ts +1 -1
  19. package/dist/link/nested-deps-in-nm-links.js.map +1 -1
  20. package/dist/link/rewire-row.d.ts +1 -1
  21. package/dist/link/rewire-row.js.map +1 -1
  22. package/dist/pick-outdated-pkgs.d.ts +1 -1
  23. package/dist/pick-outdated-pkgs.js.map +1 -1
  24. package/dist/uninstall.cmd.d.ts +2 -2
  25. package/dist/uninstall.cmd.js.map +1 -1
  26. package/dist/update.cmd.d.ts +2 -2
  27. package/dist/update.cmd.js.map +1 -1
  28. package/install.cmd.tsx +7 -5
  29. package/link/component-list-links.ts +21 -8
  30. package/link/core-aspects-links.ts +11 -4
  31. package/link/link-to-dir.ts +1 -1
  32. package/link/link.cmd.ts +11 -5
  33. package/link/nested-deps-in-nm-links.ts +1 -1
  34. package/link/rewire-row.ts +1 -1
  35. package/package.json +30 -29
  36. package/uninstall.cmd.tsx +2 -2
  37. package/update.cmd.tsx +2 -2
  38. /package/dist/{preview-1752106620913.js → preview-1754062995974.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-f163ab86e23ddd3dde81c5f37c0f832405d7bfa8",
3
+ "version": "0.0.0-f4f27b8d06525d31a211e4651dd59405f60f590f",
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": "f163ab86e23ddd3dde81c5f37c0f832405d7bfa8"
9
+ "version": "f4f27b8d06525d31a211e4651dd59405f60f590f"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
13
13
  "validate-npm-package-name": "6.0.0",
14
- "@pnpm/types": "900.0.0",
14
+ "@pnpm/types": "1000.7.0",
15
15
  "fs-extra": "10.0.0",
16
16
  "lodash": "4.17.21",
17
17
  "object-hash": "2.1.1",
@@ -23,31 +23,32 @@
23
23
  "enquirer": "2.4.1",
24
24
  "table": "6.7.3",
25
25
  "@teambit/harmony": "0.4.7",
26
+ "@teambit/cli": "0.0.1251",
27
+ "@teambit/logger": "0.0.1344",
28
+ "@teambit/component-issues": "0.0.161",
29
+ "@teambit/component-package-version": "0.0.440",
30
+ "@teambit/component.sources": "0.0.113",
31
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.34",
32
+ "@teambit/pkg.modules.component-package-name": "0.0.68",
33
+ "@teambit/variants": "0.0.1518",
34
+ "@teambit/workspace.modules.node-modules-linker": "0.0.289",
26
35
  "@teambit/workspace.root-components": "1.0.0",
27
36
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/cli": "0.0.0-939aa0726547124f2b9d9a8652f592689ffb0daa",
29
- "@teambit/dependency-resolver": "0.0.0-09d815e5503cac654965a5501f150ed7bcb465de",
30
- "@teambit/logger": "0.0.0-68736525085e76dcadd7c5b5ca6282de22f341a3",
31
- "@teambit/workspace": "0.0.0-c661e028934f7d084283d063f1ef1f392178ddf8",
32
- "@teambit/application": "0.0.0-1cb85af2680459ecdbd747f8d72e0114c6025b05",
33
- "@teambit/aspect-loader": "0.0.0-f664c65ae21d7b4909971996c4cc534cab20028b",
34
- "@teambit/bundler": "0.0.0-78e1a37d2ed4f96a65024f86c079b5f1849bf15e",
35
- "@teambit/compiler": "0.0.0-5d3a9afa042d3ec1eab55512dd4aa731c94c3dcf",
36
- "@teambit/component-issues": "0.0.159",
37
- "@teambit/component-package-version": "0.0.438",
38
- "@teambit/component": "0.0.0-2841ae56f744534b075290c8a898ba266382f679",
39
- "@teambit/dependencies.fs.linked-dependencies": "0.0.30",
40
- "@teambit/envs": "0.0.0-562b07f8bde69f6b6d8050804ecf1f905cf48960",
41
- "@teambit/generator": "0.0.0-143235620f433ac890666306b017babf6ad4c152",
42
- "@teambit/ipc-events": "0.0.0-c237ff89d160de8d8bbebd73cc276891faa9403e",
43
- "@teambit/issues": "0.0.0-c7b8de360c9d254b88d3b35e317e7c840d9e572d",
44
- "@teambit/objects": "0.0.0-15acf3f9b295a985a00bf4c313c939bf7adc1310",
45
- "@teambit/pkg.modules.component-package-name": "0.0.61",
46
- "@teambit/ui": "0.0.0-8a5ab6f27423f6ad9d09b44c692a57d142157a7e",
47
- "@teambit/variants": "0.0.0-74a63f17f992a17f16a8f4e33810dd269eaab503",
48
- "@teambit/workspace-config-files": "0.0.0-4d9214c4aa48aa1e21ffef62aa6b87075233826c",
49
- "@teambit/workspace.modules.node-modules-linker": "0.0.282",
50
- "@teambit/toolbox.time.time-format": "0.0.500"
37
+ "@teambit/toolbox.time.time-format": "0.0.500",
38
+ "@teambit/dependency-resolver": "0.0.0-32b3b1a8f0c6ef77c5353d3b2bcda0adf07d9e84",
39
+ "@teambit/workspace": "0.0.0-af8a6f8d7afb24ad954d3fb57e5f1f1baed9ea0e",
40
+ "@teambit/application": "0.0.0-57e35ac7b804abaaca93933f96aa1a410c0b972a",
41
+ "@teambit/aspect-loader": "0.0.0-65966a1953cc6d95dbfe07df3ad1d8fea506b87a",
42
+ "@teambit/bundler": "0.0.0-4e919c5d20b9684c31ff7e4439c3380c2fbafba6",
43
+ "@teambit/compiler": "0.0.0-6f5ce2566218c39ac08e666c5da820e2dc7e5912",
44
+ "@teambit/component": "0.0.0-721dff3ea53226e226bc75e63804cbb144236805",
45
+ "@teambit/envs": "0.0.0-92acfdc875b488791fd518bd228c144f1a6dc000",
46
+ "@teambit/generator": "0.0.0-b1098ac74b07621831ae6f011d3a5853f2f164a9",
47
+ "@teambit/ipc-events": "0.0.0-af2b37d09ac15441817d333108bc9d731e69efc4",
48
+ "@teambit/issues": "0.0.0-ef4ecc7eb16fe974cc483f959898410f42f2ca56",
49
+ "@teambit/objects": "0.0.0-4fd80612bfce4cd77b4783e2e23acb0c07bbe07d",
50
+ "@teambit/ui": "0.0.0-136ee0874a0d0db0a74656f64a75a595ca214503",
51
+ "@teambit/workspace-config-files": "0.0.0-0eb5994759828f13cfc2c4122cdfdd9d336f05bd"
51
52
  },
52
53
  "devDependencies": {
53
54
  "@types/fs-extra": "9.0.7",
@@ -55,11 +56,11 @@
55
56
  "@types/object-hash": "1.3.4",
56
57
  "strip-ansi": "6.0.0",
57
58
  "@types/mocha": "9.1.0",
58
- "@teambit/harmony.envs.core-aspect-env": "0.0.69"
59
+ "@teambit/harmony.envs.core-aspect-env": "0.0.72"
59
60
  },
60
61
  "peerDependencies": {
61
- "chai": "4.3.0",
62
- "@types/chai": "4.3.19"
62
+ "chai": "5.2.1",
63
+ "@types/chai": "5.2.2"
63
64
  },
64
65
  "license": "Apache-2.0",
65
66
  "optionalDependencies": {},
package/uninstall.cmd.tsx CHANGED
@@ -1,6 +1,6 @@
1
- import { Command, CommandOptions } from '@teambit/cli';
1
+ import type { Command, CommandOptions } from '@teambit/cli';
2
2
 
3
- import { InstallMain } from './install.main.runtime';
3
+ import type { InstallMain } from './install.main.runtime';
4
4
 
5
5
  export default class UninstallCmd implements Command {
6
6
  name = 'uninstall [packages...]';
package/update.cmd.tsx CHANGED
@@ -1,6 +1,6 @@
1
- import { Command, CommandOptions } from '@teambit/cli';
1
+ import type { Command, CommandOptions } from '@teambit/cli';
2
2
 
3
- import { InstallMain } from './install.main.runtime';
3
+ import type { InstallMain } from './install.main.runtime';
4
4
 
5
5
  type UpdateCmdOptions = {
6
6
  yes?: boolean;