@teambit/install 0.0.0-0494a1bc1f010e387719d84abc70a90c0e5b6b7d → 0.0.0-04a3ad882818eae7f359e3236f0bfc687423e07b

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 (40) 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 +37 -34
  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/pick-outdated-pkgs.spec.js +0 -2
  25. package/dist/pick-outdated-pkgs.spec.js.map +1 -1
  26. package/dist/uninstall.cmd.d.ts +2 -2
  27. package/dist/uninstall.cmd.js.map +1 -1
  28. package/dist/update.cmd.d.ts +2 -2
  29. package/dist/update.cmd.js.map +1 -1
  30. package/install.cmd.tsx +7 -5
  31. package/link/component-list-links.ts +21 -8
  32. package/link/core-aspects-links.ts +11 -4
  33. package/link/link-to-dir.ts +1 -1
  34. package/link/link.cmd.ts +11 -5
  35. package/link/nested-deps-in-nm-links.ts +1 -1
  36. package/link/rewire-row.ts +1 -1
  37. package/package.json +30 -29
  38. package/uninstall.cmd.tsx +2 -2
  39. package/update.cmd.tsx +2 -2
  40. /package/dist/{preview-1752093506725.js → preview-1755807650821.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  import chalk from 'chalk';
2
- import { NestedNMDepsLinksResult } from '@teambit/dependency-resolver';
2
+ import type { NestedNMDepsLinksResult } from '@teambit/dependency-resolver';
3
3
  import { VerboseLinkRow } from './link-row';
4
4
 
5
5
  type NestedComponentLinksLinksProps = {
@@ -1,4 +1,4 @@
1
- import { CodemodResult } from '@teambit/workspace.modules.node-modules-linker';
1
+ import type { CodemodResult } from '@teambit/workspace.modules.node-modules-linker';
2
2
  import chalk from 'chalk';
3
3
 
4
4
  type RewireRowProps = {
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-0494a1bc1f010e387719d84abc70a90c0e5b6b7d",
3
+ "version": "0.0.0-04a3ad882818eae7f359e3236f0bfc687423e07b",
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": "0494a1bc1f010e387719d84abc70a90c0e5b6b7d"
9
+ "version": "04a3ad882818eae7f359e3236f0bfc687423e07b"
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.1268",
27
+ "@teambit/logger": "0.0.1361",
28
+ "@teambit/component-issues": "0.0.162",
29
+ "@teambit/component-package-version": "0.0.441",
30
+ "@teambit/component.sources": "0.0.121",
31
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.35",
32
+ "@teambit/pkg.modules.component-package-name": "0.0.76",
33
+ "@teambit/variants": "0.0.1535",
34
+ "@teambit/workspace.modules.node-modules-linker": "0.0.297",
26
35
  "@teambit/workspace.root-components": "1.0.0",
27
36
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/cli": "0.0.0-ee24c32044fb73e1432f40a04033b3f55dfc5cc0",
29
- "@teambit/dependency-resolver": "0.0.0-25a17d94fb86cea74e7942f2e06eda9d964c0807",
30
- "@teambit/logger": "0.0.0-2a45639381a54aac0c52aef9ba8a3340e2fe6869",
31
- "@teambit/workspace": "0.0.0-b338ceb3d6a238393c6047fa6814ee9dbc8eecc9",
32
- "@teambit/application": "0.0.0-93daa7917b48b80f64d729f52a5b90fe738b4f69",
33
- "@teambit/aspect-loader": "0.0.0-c1dae0241940bebcc4f73ff642d05294906e3247",
34
- "@teambit/bundler": "0.0.0-1b48e169d5145e75ebe590a09c723835901dce5e",
35
- "@teambit/compiler": "0.0.0-50c24d17b38c6b201fba3cb695eb9c72f11c4ad5",
36
- "@teambit/component-issues": "0.0.159",
37
- "@teambit/component-package-version": "0.0.438",
38
- "@teambit/component": "0.0.0-f7d0cd9c112ea0b3d04c56198cf0b25f8f63769e",
39
- "@teambit/dependencies.fs.linked-dependencies": "0.0.30",
40
- "@teambit/envs": "0.0.0-f7a880e73ba7a636a9acff1f3e70be48d5315fbb",
41
- "@teambit/generator": "0.0.0-2686db33ed7cfb5b2e0119c54b2ba4e998b66ce2",
42
- "@teambit/ipc-events": "0.0.0-673ddd11d8b984f0f18ea30c4af3921451257085",
43
- "@teambit/issues": "0.0.0-652010b0985f1baafe830fb459edebf1a8515e01",
44
- "@teambit/objects": "0.0.0-88eb316de01ab8ca10fb2fd08682fab4d638078d",
45
- "@teambit/pkg.modules.component-package-name": "0.0.61",
46
- "@teambit/ui": "0.0.0-3983399d42d14311627c376791069f7ff7b7e4ad",
47
- "@teambit/variants": "0.0.0-f82a20a2c4c4a720c1a03010b63bfcb242740305",
48
- "@teambit/workspace-config-files": "0.0.0-93939314358ef03fe1d987cfc2ecaf275d64eff5",
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.502",
38
+ "@teambit/dependency-resolver": "0.0.0-984453a07e9f2d59560e414cd3b858bbcebef7ee",
39
+ "@teambit/workspace": "0.0.0-eff95d883be66fb4cae4cd367aeb5800966e5a32",
40
+ "@teambit/application": "0.0.0-d4c813ea9d7913840268b5fe03811b4a07230ab8",
41
+ "@teambit/aspect-loader": "0.0.0-9b4f062b742395c9dc7fc98c043e917eafdd64e0",
42
+ "@teambit/bundler": "0.0.0-676098f5f6906d4e58b13beecd3837e672e4c177",
43
+ "@teambit/compiler": "0.0.0-49e742e90ee40f9a33daba6cd06faf31c0b5f1a4",
44
+ "@teambit/component": "0.0.0-953c4b546fcb7b4e6bb5dd6ab5196faccb040ce7",
45
+ "@teambit/envs": "0.0.0-b2e82f91bd42db1c2cb4a4bfc07c29bb47bce06f",
46
+ "@teambit/generator": "0.0.0-5b8d48696baefe5b1faf724dffbe2a8c04821c40",
47
+ "@teambit/ipc-events": "0.0.0-f38e281a10671be9963a371b8c27608f8b8f9c95",
48
+ "@teambit/issues": "0.0.0-c33721d017777caacf13282fef7afacd4c969283",
49
+ "@teambit/objects": "0.0.0-160fb946a4c6d484ef74b96906dbe1226756fae1",
50
+ "@teambit/ui": "0.0.0-90548ffdbc5e6ee26183cb44060affed401e04eb",
51
+ "@teambit/workspace-config-files": "0.0.0-2a9b66a57cc84dbd6f0eb1e7659266cf1b5bd085"
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.78"
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;