@teambit/install 0.0.0-acb46bb90d3051f53f707b33a5fd7a77062da1d4 → 0.0.0-ace5eaa52a93a95fdaa6cf00dadc17990b1e3b3e

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 +30 -30
  35. package/uninstall.cmd.tsx +2 -2
  36. package/update.cmd.tsx +2 -2
  37. /package/dist/{preview-1752528837305.js → preview-1757434427617.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-acb46bb90d3051f53f707b33a5fd7a77062da1d4",
3
+ "version": "0.0.0-ace5eaa52a93a95fdaa6cf00dadc17990b1e3b3e",
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": "acb46bb90d3051f53f707b33a5fd7a77062da1d4"
9
+ "version": "ace5eaa52a93a95fdaa6cf00dadc17990b1e3b3e"
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/component-issues": "0.0.159",
27
- "@teambit/component-package-version": "0.0.438",
28
- "@teambit/component.sources": "0.0.107",
29
- "@teambit/dependencies.fs.linked-dependencies": "0.0.31",
30
- "@teambit/pkg.modules.component-package-name": "0.0.62",
31
- "@teambit/workspace.modules.node-modules-linker": "0.0.283",
26
+ "@teambit/cli": "0.0.1272",
27
+ "@teambit/logger": "0.0.1365",
28
+ "@teambit/component-issues": "0.0.163",
29
+ "@teambit/component-package-version": "0.0.442",
30
+ "@teambit/component.sources": "0.0.125",
31
+ "@teambit/dependencies.fs.linked-dependencies": "0.0.37",
32
+ "@teambit/pkg.modules.component-package-name": "0.0.80",
33
+ "@teambit/variants": "0.0.1539",
34
+ "@teambit/workspace.modules.node-modules-linker": "0.0.301",
32
35
  "@teambit/workspace.root-components": "1.0.0",
33
36
  "@teambit/bit-error": "0.0.404",
34
- "@teambit/toolbox.time.time-format": "0.0.500",
35
- "@teambit/cli": "0.0.0-da6f92cffa1de62f08b504d02454496e6a1918a8",
36
- "@teambit/dependency-resolver": "0.0.0-3ddd03e1e736bb12d6c5c454da3e73ab72563fd2",
37
- "@teambit/logger": "0.0.0-fc28b5807a8b381dbeb9fb395f5f97d49edb7b60",
38
- "@teambit/workspace": "0.0.0-a909552f63d311cf7432b616bb2eb9e5b26162f7",
39
- "@teambit/application": "0.0.0-9efc250982e36ac141da42afbbf0dd3816d2fde7",
40
- "@teambit/aspect-loader": "0.0.0-74fb845d30606b2d6dc37346919f15df6e797ad5",
41
- "@teambit/bundler": "0.0.0-b516059b9af5479b4eaaed849361fb912c52dcd2",
42
- "@teambit/compiler": "0.0.0-82fa2336d0175dff336606babb847251106abd9b",
43
- "@teambit/component": "0.0.0-48017da8b84f5cf92d730fdbb635177758822624",
44
- "@teambit/envs": "0.0.0-4835f817b1ccf81ef60783bb3da666bd0909fbe0",
45
- "@teambit/generator": "0.0.0-888c21ead45db2deab064b93d9c7e0efd81e7591",
46
- "@teambit/ipc-events": "0.0.0-5f0e6a9a3ad9edfed9716cdec65528e161333a36",
47
- "@teambit/issues": "0.0.0-a6316ccbbbbde30cc6a2b09ebd0e5a6b52b969bb",
48
- "@teambit/objects": "0.0.0-56ec99fc6f02725f1297fb0eda62d56f1deb27a6",
49
- "@teambit/ui": "0.0.0-9866e97fe81e1ba95fd6c6cab3d8778519215e85",
50
- "@teambit/variants": "0.0.0-49a2235de2a600b77d67baa3dbddc416e3ae24af",
51
- "@teambit/workspace-config-files": "0.0.0-7b151167cd187359a75bb809d54b4b47481041d7"
37
+ "@teambit/toolbox.time.time-format": "0.0.502",
38
+ "@teambit/dependency-resolver": "0.0.0-d5945c8f114f6f2f6a41c7a4958053a4e4ddf86f",
39
+ "@teambit/workspace": "0.0.0-77f6410317036080102f5a7dd1122ee0d0664df5",
40
+ "@teambit/application": "0.0.0-7730e3a3c0287320411ec69d0b58c45a0b098e3d",
41
+ "@teambit/aspect-loader": "0.0.0-db978395528821b3aff33eb2b273a94279d0ff10",
42
+ "@teambit/bundler": "0.0.0-e748c34e64fe2db90816b1e9667fa0e1c2f43e50",
43
+ "@teambit/compiler": "0.0.0-7fb77e772efb90ede409bb2c158aa012be696bc7",
44
+ "@teambit/component": "0.0.0-e5037efe3a5bc910fdc76bd700e562c1bd15751e",
45
+ "@teambit/envs": "0.0.0-6b760f408a2e9beaae0a77041c5bb3e7ac2a0b93",
46
+ "@teambit/generator": "0.0.0-632f722b48d9b589cba1a8d700c71408e2873d62",
47
+ "@teambit/ipc-events": "0.0.0-f8c2143d91dfa2dc2f8d08291fd3831e90992092",
48
+ "@teambit/issues": "0.0.0-797f4d852aa6b18014873d48c7d120be2b99c0f6",
49
+ "@teambit/objects": "0.0.0-1af99529df7066fbd325b12233ca49d1aa58d15e",
50
+ "@teambit/ui": "0.0.0-a8c3815a1216cad96f947dce7f8ac0185db9b4ea",
51
+ "@teambit/workspace-config-files": "0.0.0-db9757ac8e907077f6fa6c09f6a56893213a9771"
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;