@teambit/install 0.0.0-99f66f4fb95d55d3f3c08ef36d7fdbe05affb8dd → 0.0.0-9b9a5c656e44b9c1ed1bd72741465f1267ea7bf9

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-1753722677799.js → preview-1756890319276.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-99f66f4fb95d55d3f3c08ef36d7fdbe05affb8dd",
3
+ "version": "0.0.0-9b9a5c656e44b9c1ed1bd72741465f1267ea7bf9",
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": "99f66f4fb95d55d3f3c08ef36d7fdbe05affb8dd"
9
+ "version": "9b9a5c656e44b9c1ed1bd72741465f1267ea7bf9"
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.160",
27
- "@teambit/component-package-version": "0.0.439",
28
- "@teambit/component.sources": "0.0.109",
29
- "@teambit/dependencies.fs.linked-dependencies": "0.0.32",
30
- "@teambit/pkg.modules.component-package-name": "0.0.64",
31
- "@teambit/workspace.modules.node-modules-linker": "0.0.285",
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",
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-e5b48182fad992c023804401a951c13844f4ea63",
36
- "@teambit/dependency-resolver": "0.0.0-3350af88d7319f80a20cbb2eead49b28008214be",
37
- "@teambit/logger": "0.0.0-31046659f020a96fb29220d0e4b32760e2da5899",
38
- "@teambit/workspace": "0.0.0-384fc987e756b6b0d4332941fa7a4b087339de56",
39
- "@teambit/application": "0.0.0-8d7f713cffadc8740a267a6ba2b3ba614b361dc1",
40
- "@teambit/aspect-loader": "0.0.0-a169544cc15422d8600724a09f4acdf6087421e2",
41
- "@teambit/bundler": "0.0.0-c5a2cbc410b00727907b6609463113e36223df31",
42
- "@teambit/compiler": "0.0.0-45081c397d4e0a538e7928fb980e133c96e07e01",
43
- "@teambit/component": "0.0.0-bb31bf4f343b3e630d94af3f7d8dd786cef8022e",
44
- "@teambit/envs": "0.0.0-3fcf3d5e7d688975c305ee8f25415a4180b05e87",
45
- "@teambit/generator": "0.0.0-6ec0ffdfb1879347aa49af3a12a159d3fa26216f",
46
- "@teambit/ipc-events": "0.0.0-b0a44b3467cee961740237486477645bb346adb5",
47
- "@teambit/issues": "0.0.0-031643bd02badc7936e300b3d4969ba142dce5fb",
48
- "@teambit/objects": "0.0.0-4ae1f81f70cf7d1182f6f71b8f382bc9d4a7cc18",
49
- "@teambit/ui": "0.0.0-abb19bfb1e5108766125ed6cb5a0acec6791ff1a",
50
- "@teambit/variants": "0.0.0-d89d04a6a9af658e09550d1f3d779040350b0718",
51
- "@teambit/workspace-config-files": "0.0.0-8be589aa84b7f33adc58845711bf9e7d338aea42"
37
+ "@teambit/toolbox.time.time-format": "0.0.502",
38
+ "@teambit/dependency-resolver": "0.0.0-af3ac08ba3c35c2fbd5e90465cfca75cd6b1e3c7",
39
+ "@teambit/workspace": "0.0.0-a3bd7c8089b0c94af13091b2eeae8dd4908279d4",
40
+ "@teambit/application": "0.0.0-415fdbfdd4e6e6a09471c27bd64eca577d362053",
41
+ "@teambit/aspect-loader": "0.0.0-42c0509c71f62d3dd70b62e99f502f1caca533d7",
42
+ "@teambit/bundler": "0.0.0-1bdde09396794863487c2d78f10a8b9ef953ac50",
43
+ "@teambit/compiler": "0.0.0-0b26b70e0cc94366f42d3b7f99c8a0cdcb58e204",
44
+ "@teambit/component": "0.0.0-c1349eb5ffc70624b83480389416db3769c61717",
45
+ "@teambit/envs": "0.0.0-1760a83911d96fd63e30f09c3ba2baa58d89be65",
46
+ "@teambit/generator": "0.0.0-77bd44dcc6fe5eeb5c078a212a308f955652ec86",
47
+ "@teambit/ipc-events": "0.0.0-39bb8fec90a5d7e9149aee66a5aae6251b90d430",
48
+ "@teambit/issues": "0.0.0-7b5534b8308230911e06736dce3c43ca4b1073a0",
49
+ "@teambit/objects": "0.0.0-cfad3966da9fdbc89d050aeb5d11fe179d919591",
50
+ "@teambit/ui": "0.0.0-cc2521656c87b95f3f98cebffb0fad16b15c798b",
51
+ "@teambit/workspace-config-files": "0.0.0-34c92911b9315e73f9e7fe7a9af41590ef2d3a38"
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;