@teambit/install 0.0.0-7ab2b827bb5077f8ef6aa8b3fc956e2cf5d3ebec → 0.0.0-7dbf279561a998fc2464a2b60fe43e9e36a833d9

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 (37) hide show
  1. package/dist/install.cmd.d.ts +5 -5
  2. package/dist/install.cmd.js +20 -5
  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 +18 -12
  6. package/dist/install.main.runtime.js.map +1 -1
  7. package/dist/link/component-list-links.d.ts +2 -2
  8. package/dist/link/component-list-links.js.map +1 -1
  9. package/dist/link/core-aspects-links.d.ts +1 -1
  10. package/dist/link/core-aspects-links.js.map +1 -1
  11. package/dist/link/link-to-dir.d.ts +1 -1
  12. package/dist/link/link-to-dir.js.map +1 -1
  13. package/dist/link/link.cmd.d.ts +4 -4
  14. package/dist/link/link.cmd.js.map +1 -1
  15. package/dist/link/nested-deps-in-nm-links.d.ts +1 -1
  16. package/dist/link/nested-deps-in-nm-links.js.map +1 -1
  17. package/dist/link/rewire-row.d.ts +1 -1
  18. package/dist/link/rewire-row.js.map +1 -1
  19. package/dist/pick-outdated-pkgs.d.ts +1 -1
  20. package/dist/pick-outdated-pkgs.js.map +1 -1
  21. package/dist/pick-outdated-pkgs.spec.js +0 -2
  22. package/dist/pick-outdated-pkgs.spec.js.map +1 -1
  23. package/dist/uninstall.cmd.d.ts +2 -2
  24. package/dist/uninstall.cmd.js.map +1 -1
  25. package/dist/update.cmd.d.ts +2 -2
  26. package/dist/update.cmd.js.map +1 -1
  27. package/install.cmd.tsx +29 -11
  28. package/link/component-list-links.ts +2 -2
  29. package/link/core-aspects-links.ts +1 -1
  30. package/link/link-to-dir.ts +1 -1
  31. package/link/link.cmd.ts +4 -4
  32. package/link/nested-deps-in-nm-links.ts +1 -1
  33. package/link/rewire-row.ts +1 -1
  34. package/package.json +28 -28
  35. package/uninstall.cmd.tsx +2 -2
  36. package/update.cmd.tsx +2 -2
  37. /package/dist/{preview-1753215892993.js → preview-1756914246098.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-7ab2b827bb5077f8ef6aa8b3fc956e2cf5d3ebec",
3
+ "version": "0.0.0-7dbf279561a998fc2464a2b60fe43e9e36a833d9",
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": "7ab2b827bb5077f8ef6aa8b3fc956e2cf5d3ebec"
9
+ "version": "7dbf279561a998fc2464a2b60fe43e9e36a833d9"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
13
13
  "validate-npm-package-name": "6.0.0",
14
- "@pnpm/types": "1000.6.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,32 +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.1271",
27
+ "@teambit/logger": "0.0.1364",
28
+ "@teambit/component-issues": "0.0.163",
29
+ "@teambit/component-package-version": "0.0.442",
30
+ "@teambit/component.sources": "0.0.124",
31
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.37",
32
+ "@teambit/pkg.modules.component-package-name": "0.0.79",
33
+ "@teambit/variants": "0.0.1538",
34
+ "@teambit/workspace.modules.node-modules-linker": "0.0.300",
26
35
  "@teambit/workspace.root-components": "1.0.0",
27
36
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/toolbox.time.time-format": "0.0.500",
29
- "@teambit/cli": "0.0.0-74b87867d5576df48c1c06ffcfe7a35be1842753",
30
- "@teambit/dependency-resolver": "0.0.0-266ce038cb11df2c8ec4ed1a6c6877e5d2569e37",
31
- "@teambit/logger": "0.0.0-12dc74af70adca1c82e485950fe563e7946695a7",
32
- "@teambit/workspace": "0.0.0-8502b1695b9ff4e8dd011d6e87c208011388fcd9",
33
- "@teambit/application": "0.0.0-6a02ad21d16114574e6201e424b4488eef8f9e7a",
34
- "@teambit/aspect-loader": "0.0.0-825ef8643c2beccec82d55dcc22e1e2e2bd1efad",
35
- "@teambit/bundler": "0.0.0-57aecb28dc9eceeacafaf89a541899a0691b9fc5",
36
- "@teambit/compiler": "0.0.0-ffd4db7daabf1f1cfd6d471faa37a33d8e72382b",
37
- "@teambit/component-issues": "0.0.0-6c8ddcb7184686e3258e9cf7b6489ad4737b9e6a",
38
- "@teambit/component-package-version": "0.0.0-f5ffabe4cb2ada3424959c9104cba8d4c6b25b39",
39
- "@teambit/component.sources": "0.0.0-23fa283610b4e3cf9b5cce281003686bc3b35796",
40
- "@teambit/component": "0.0.0-1efd58b83e2305d4ebed9cb41dd9c1c64a18dcbb",
41
- "@teambit/dependencies.fs.linked-dependencies": "0.0.0-3f84da7f8695715a1272e414baccfc0dd614be72",
42
- "@teambit/envs": "0.0.0-2ac4590e12d7ba300a56af25d66f1e564c2aaabe",
43
- "@teambit/generator": "0.0.0-06fece8fd4bc1d18f85489b12e18be183d8490c3",
44
- "@teambit/ipc-events": "0.0.0-5ca7611c1b044103916fd2a551c3ef283bdb3d98",
45
- "@teambit/issues": "0.0.0-28339e28d1ed37996986f30e9601a1240dffa279",
46
- "@teambit/objects": "0.0.0-bc9f6b192a4bf179acfc31e4fe6c4b1d5e94d367",
47
- "@teambit/pkg.modules.component-package-name": "0.0.0-3f6a642e641cc066e42249e92540376b3f621956",
48
- "@teambit/ui": "0.0.0-ec0010aad6960c63ec29f7548cae362e6c1a3331",
49
- "@teambit/variants": "0.0.0-867e791d9763258ad32326add5eb50b2b116676e",
50
- "@teambit/workspace-config-files": "0.0.0-f3239ef0753c0d71d76c6861d5034dcf731eb37c",
51
- "@teambit/workspace.modules.node-modules-linker": "0.0.0-c8585135c433020dd12eb9d0cbf7d875c2718d10"
37
+ "@teambit/toolbox.time.time-format": "0.0.502",
38
+ "@teambit/dependency-resolver": "0.0.0-59189bfffe4aa2663571dda2e3f6c51426fbd665",
39
+ "@teambit/workspace": "0.0.0-ae8c0f3e9999bc4cdaec5f2f2edc42c577cd3955",
40
+ "@teambit/application": "0.0.0-71c25db5ab90b57c922d4f1464ceb4eaa05c8237",
41
+ "@teambit/aspect-loader": "0.0.0-d533ec0c10c36f1c91282e3f6eb0e074ef8dc990",
42
+ "@teambit/bundler": "0.0.0-263eab9331b9b7a6802549b4643f064e40fc3a6a",
43
+ "@teambit/compiler": "0.0.0-340bf6b6a739916ccc01a672cc094154eb3b1d9f",
44
+ "@teambit/component": "0.0.0-bcbca793599900cec9667b0f804f19a19e1093d1",
45
+ "@teambit/envs": "0.0.0-5717e2f0382f2deca6554e50553939262c4b17fe",
46
+ "@teambit/generator": "0.0.0-f24cdf71ead4b333df08f5edbf2ea8460b6e5331",
47
+ "@teambit/ipc-events": "0.0.0-02874f9c31a1d556a5a21006f0b0dff5da4d76b1",
48
+ "@teambit/issues": "0.0.0-cb2fc7bf93df7eb1fc5b7960c2280f5f27d69ea8",
49
+ "@teambit/objects": "0.0.0-521eb7e11ca5e3f95b0acd770a2603113174a453",
50
+ "@teambit/ui": "0.0.0-278545c15f31ef942d1d8d8ddc8e8ee8d2f40f28",
51
+ "@teambit/workspace-config-files": "0.0.0-83b95f534601c8942597079035111a5457045af4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/fs-extra": "9.0.7",
@@ -56,7 +56,7 @@
56
56
  "@types/object-hash": "1.3.4",
57
57
  "strip-ansi": "6.0.0",
58
58
  "@types/mocha": "9.1.0",
59
- "@teambit/harmony.envs.core-aspect-env": "0.0.72"
59
+ "@teambit/harmony.envs.core-aspect-env": "0.0.78"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "chai": "5.2.1",
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;