@teambit/install 0.0.0-b8b56471c39d2799b789ae9fd36aff886329af83 → 0.0.0-ba9b498641717cfd503202244d170c041a85e980

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 +22 -6
  3. package/dist/install.cmd.js.map +1 -1
  4. package/dist/install.main.runtime.d.ts +21 -18
  5. package/dist/install.main.runtime.js +22 -19
  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 +30 -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 +30 -30
  35. package/uninstall.cmd.tsx +2 -2
  36. package/update.cmd.tsx +2 -2
  37. /package/dist/{preview-1752165283597.js → preview-1756399330463.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-b8b56471c39d2799b789ae9fd36aff886329af83",
3
+ "version": "0.0.0-ba9b498641717cfd503202244d170c041a85e980",
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": "b8b56471c39d2799b789ae9fd36aff886329af83"
9
+ "version": "ba9b498641717cfd503202244d170c041a85e980"
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,32 +23,32 @@
23
23
  "enquirer": "2.4.1",
24
24
  "table": "6.7.3",
25
25
  "@teambit/harmony": "0.4.7",
26
+ "@teambit/component-issues": "0.0.162",
27
+ "@teambit/component-package-version": "0.0.441",
28
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.35",
26
29
  "@teambit/workspace.root-components": "1.0.0",
27
30
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/cli": "0.0.0-387ca83bd6d05e8441bf8d4e938b4a402307cc6b",
29
- "@teambit/dependency-resolver": "0.0.0-aeabace6e2b677538eda80a6e488e4a9bdda5b6d",
30
- "@teambit/logger": "0.0.0-20ac0780078e3cf2d25885dbe6b89f2c49449a6b",
31
- "@teambit/workspace": "0.0.0-30855c1d0d3754c9e5c279ef51a7f88e2f36fde7",
32
- "@teambit/application": "0.0.0-f672fa209fbe924aaa9fed34f04fbf5e86dac929",
33
- "@teambit/aspect-loader": "0.0.0-a0bd4e7afe0df70513aa0654445aa4e9f2de3987",
34
- "@teambit/bundler": "0.0.0-8b2fcb72960614051c9027403fbb9a1f52bfde93",
35
- "@teambit/compiler": "0.0.0-e125ea6a42364dfe8a79aff63d595ab4f8845f5d",
36
- "@teambit/component-issues": "0.0.159",
37
- "@teambit/component-package-version": "0.0.438",
38
- "@teambit/component.sources": "0.0.106",
39
- "@teambit/component": "0.0.0-12e3e6054e5668c98e66feab14480e7e9f7467cd",
40
- "@teambit/dependencies.fs.linked-dependencies": "0.0.30",
41
- "@teambit/envs": "0.0.0-f20db74b43212f09e3d236d0f56fc1495bcc4c87",
42
- "@teambit/generator": "0.0.0-c05756a29a7649154a781f77d25c9e811233184f",
43
- "@teambit/ipc-events": "0.0.0-0a06ff0c421dad3d510acf1aaa24d7934c28cf1a",
44
- "@teambit/issues": "0.0.0-45aa80d74c83c2589ebd613af6d347809773ff1e",
45
- "@teambit/objects": "0.0.0-ad0f77e3dc81dd53dffadde060d00582e8beb4ca",
46
- "@teambit/pkg.modules.component-package-name": "0.0.61",
47
- "@teambit/ui": "0.0.0-8894703cf882a751c6953b7953e4a01de4e42d8c",
48
- "@teambit/variants": "0.0.0-9ea5dba08de8eec708db12f7d5d4c82b9eecabf6",
49
- "@teambit/workspace-config-files": "0.0.0-6f0dfe1bf0a31f421e4ae4c8778349c559286207",
50
- "@teambit/workspace.modules.node-modules-linker": "0.0.282",
51
- "@teambit/toolbox.time.time-format": "0.0.500"
31
+ "@teambit/toolbox.time.time-format": "0.0.502",
32
+ "@teambit/cli": "0.0.0-5d402d503723aeddc2b888750a33bb10a420536b",
33
+ "@teambit/dependency-resolver": "0.0.0-70a5a03f23ae7528dca65236ae60fca3f757ed0a",
34
+ "@teambit/logger": "0.0.0-0c97b6990c7004fce9c42c36d86d336261cc4fc3",
35
+ "@teambit/workspace": "0.0.0-07b4b5f6b6e009b0a95b94047f54299618ef3ee0",
36
+ "@teambit/application": "0.0.0-9e1d2e169eed65f10bf94383924e9882aa52123f",
37
+ "@teambit/aspect-loader": "0.0.0-3652e7d5d6a1564e1405c31d83802a577eb2e2b3",
38
+ "@teambit/bundler": "0.0.0-538967a38016626a4185106e5d824500dcc2c75b",
39
+ "@teambit/compiler": "0.0.0-81baa659e6d330f5e0aecf4ce76d5d19eae91b99",
40
+ "@teambit/component.sources": "0.0.0-9eb7bf826f4410aa0a388ed984b2f93d0074231d",
41
+ "@teambit/component": "0.0.0-6b75d85aba4beb7440d50fd272b99df42002b1ea",
42
+ "@teambit/envs": "0.0.0-fcf27219f426667a0458f5c1d5b43dfeeb5fc3be",
43
+ "@teambit/generator": "0.0.0-5de956f3ee6d50d83cfee89e096803151b4c7bc2",
44
+ "@teambit/ipc-events": "0.0.0-7d47bd5fe0138bd7d42ba3be517c86de9ef457d0",
45
+ "@teambit/issues": "0.0.0-2d4af936c6b907265c12f55d540d95ff4847bf73",
46
+ "@teambit/objects": "0.0.0-965db668e9058e99b4227f25e5a3b8ebdf7aa82b",
47
+ "@teambit/pkg.modules.component-package-name": "0.0.0-7036a09ba5c3456879bce0c646cb63377e5e0712",
48
+ "@teambit/ui": "0.0.0-f9946fbd75fe7ce8417becf1670604dbe46bcfd8",
49
+ "@teambit/variants": "0.0.0-5eb0ea3d01f7377e7c8cba5b4eba0e344c46f087",
50
+ "@teambit/workspace-config-files": "0.0.0-2d80d603eb84b0e1718203fdb6dee3ff0c114962",
51
+ "@teambit/workspace.modules.node-modules-linker": "0.0.0-18cefeb1ef425ce1e2dc4704f81dd8ee44ab9457"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/fs-extra": "9.0.7",
@@ -56,11 +56,11 @@
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.69"
59
+ "@teambit/harmony.envs.core-aspect-env": "0.0.78"
60
60
  },
61
61
  "peerDependencies": {
62
- "chai": "4.3.0",
63
- "@types/chai": "4.3.19"
62
+ "chai": "5.2.1",
63
+ "@types/chai": "5.2.2"
64
64
  },
65
65
  "license": "Apache-2.0",
66
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;