@teambit/install 0.0.0-56a212f34f796beb85fff6007bf4052253d62ea3 → 0.0.0-59803d45b7fb8735dfd5b8530afd3b658312450f

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 +24 -19
  5. package/dist/install.main.runtime.js +101 -12
  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 +31 -29
  36. package/uninstall.cmd.tsx +2 -2
  37. package/update.cmd.tsx +2 -2
  38. /package/dist/{preview-1752086972595.js → preview-1754513070283.js} +0 -0
package/package.json CHANGED
@@ -1,52 +1,54 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-56a212f34f796beb85fff6007bf4052253d62ea3",
3
+ "version": "0.0.0-59803d45b7fb8735dfd5b8530afd3b658312450f",
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": "56a212f34f796beb85fff6007bf4052253d62ea3"
9
+ "version": "59803d45b7fb8735dfd5b8530afd3b658312450f"
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",
18
18
  "p-filter": "2.1.0",
19
19
  "p-map-series": "2.1.0",
20
+ "yesno": "0.4.0",
20
21
  "@pnpm/colorize-semver-diff": "1.0.1",
21
22
  "@pnpm/semver-diff": "1.1.0",
22
23
  "enquirer": "2.4.1",
23
24
  "table": "6.7.3",
24
25
  "@teambit/harmony": "0.4.7",
26
+ "@teambit/component-issues": "0.0.161",
27
+ "@teambit/component-package-version": "0.0.440",
28
+ "@teambit/component.sources": "0.0.116",
29
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.34",
30
+ "@teambit/pkg.modules.component-package-name": "0.0.71",
31
+ "@teambit/workspace.modules.node-modules-linker": "0.0.292",
25
32
  "@teambit/workspace.root-components": "1.0.0",
26
33
  "@teambit/bit-error": "0.0.404",
27
- "@teambit/cli": "0.0.0-818417ec37de73d442cfa859e058308b9ef3282b",
28
- "@teambit/dependency-resolver": "0.0.0-8c28968f00227c1eeceaf331808f027e7d858a3f",
29
- "@teambit/logger": "0.0.0-0451f37c27e2a2f18b5462436d70b6a2839a9ae1",
30
- "@teambit/workspace": "0.0.0-8bdac9043586f892d237e2b77360a086317181c2",
31
- "@teambit/application": "0.0.0-76cd4417d62435a893bb3b5a9119980645c0650c",
32
- "@teambit/aspect-loader": "0.0.0-f0e5f06586b6992c120c2b0d06c42015a17b6a2d",
33
- "@teambit/bundler": "0.0.0-ea9b1780e739cc2f12673652ffdd3824bd71742d",
34
- "@teambit/compiler": "0.0.0-3d07d6a1eb85a4932cbb6d1bc84a042d532d9fbc",
35
- "@teambit/component-issues": "0.0.159",
36
- "@teambit/component-package-version": "0.0.438",
37
- "@teambit/component": "0.0.0-dc04f9ec7174364686422ade606e79961de1ecfe",
38
- "@teambit/dependencies.fs.linked-dependencies": "0.0.30",
39
- "@teambit/envs": "0.0.0-d955c885d29c8b0a3d90d4cc93dcef08c66432bf",
40
- "@teambit/generator": "0.0.0-84e0ebdc2ca3a74adc1cb972b10c8939f6dcf831",
41
- "@teambit/ipc-events": "0.0.0-658c88eb72d26734d87404839e2a258dfad7517d",
42
- "@teambit/issues": "0.0.0-964c3d88567e634b61eab99a849858f53c599f64",
43
- "@teambit/objects": "0.0.0-bb8e8826573800e34c3a184d09fe0f56d8a1f654",
44
- "@teambit/pkg.modules.component-package-name": "0.0.61",
45
- "@teambit/ui": "0.0.0-1116519d047e754a382e4b31ac5b93875fff65dc",
46
- "@teambit/variants": "0.0.0-827c7637234d30373dcfa17d7a3729d8f9529960",
47
- "@teambit/workspace-config-files": "0.0.0-85458d7a56585721c68099eed286d68f2227845d",
48
- "@teambit/workspace.modules.node-modules-linker": "0.0.282",
49
- "@teambit/toolbox.time.time-format": "0.0.500"
34
+ "@teambit/toolbox.time.time-format": "0.0.500",
35
+ "@teambit/cli": "0.0.0-a1d6a3a584fb589004b0b004d98295c1e7ddb5d3",
36
+ "@teambit/dependency-resolver": "0.0.0-65d371d6ada9ce35043bf8596f786bc81de14239",
37
+ "@teambit/logger": "0.0.0-66427a2b32f55ecd04b5cca76148219045f497e2",
38
+ "@teambit/workspace": "0.0.0-4b38cd07b0e10ec86e3d81b6c7c792e82e0d121a",
39
+ "@teambit/application": "0.0.0-534a30ea2400a48f69897c98b6b1f496a5d4fbbd",
40
+ "@teambit/aspect-loader": "0.0.0-00bcea5e20ec7555292fbb64cec60f8534b1a38a",
41
+ "@teambit/bundler": "0.0.0-e689ce6e92829defb289559ea3e1be3af3dc7e14",
42
+ "@teambit/compiler": "0.0.0-c4ee6c9d0f21d741014629c4024f67e58d184d6b",
43
+ "@teambit/component": "0.0.0-80bf83007c7c519d143d47609d81b1d67cec65f7",
44
+ "@teambit/envs": "0.0.0-2fa06e56ecfca4caf3f38974ed1de612017fdb91",
45
+ "@teambit/generator": "0.0.0-22c5b08f70d130a74e759dd029e01a50d15572fb",
46
+ "@teambit/ipc-events": "0.0.0-7bb08cdc92291710c95ae6e4e7d9b225c80d141a",
47
+ "@teambit/issues": "0.0.0-80fa81c3902c386ed843b858910dc4e529da3ab1",
48
+ "@teambit/objects": "0.0.0-1cce8248f241fd2c08245347436ad2e745a76ad8",
49
+ "@teambit/ui": "0.0.0-0923b733f87b090b79413d27ac0415af2dcd8089",
50
+ "@teambit/variants": "0.0.0-711d4e82a667e7201ebd4352229f941e28cbdfcc",
51
+ "@teambit/workspace-config-files": "0.0.0-392f6b5aeb18dd74f7fb48d5ae0ea82eef4af84d"
50
52
  },
51
53
  "devDependencies": {
52
54
  "@types/fs-extra": "9.0.7",
@@ -54,11 +56,11 @@
54
56
  "@types/object-hash": "1.3.4",
55
57
  "strip-ansi": "6.0.0",
56
58
  "@types/mocha": "9.1.0",
57
- "@teambit/harmony.envs.core-aspect-env": "0.0.69"
59
+ "@teambit/harmony.envs.core-aspect-env": "0.0.73"
58
60
  },
59
61
  "peerDependencies": {
60
- "chai": "4.3.0",
61
- "@types/chai": "4.3.19"
62
+ "chai": "5.2.1",
63
+ "@types/chai": "5.2.2"
62
64
  },
63
65
  "license": "Apache-2.0",
64
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;