@teambit/install 0.0.0-b7f423c4e6bae076762fa8a1d5f53cc800d26571 → 0.0.0-b84ad8fbc36460646bb8b2b6dcaee47dff7b4979

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-1753203475518.js → preview-1757427754370.js} +0 -0
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "0.0.0-b7f423c4e6bae076762fa8a1d5f53cc800d26571",
3
+ "version": "0.0.0-b84ad8fbc36460646bb8b2b6dcaee47dff7b4979",
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": "b7f423c4e6bae076762fa8a1d5f53cc800d26571"
9
+ "version": "b84ad8fbc36460646bb8b2b6dcaee47dff7b4979"
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/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",
26
35
  "@teambit/workspace.root-components": "1.0.0",
27
36
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/toolbox.time.time-format": "0.0.500",
29
- "@teambit/cli": "0.0.0-1cbeafa8d34c72d49de4504ee93b6e1ab5c11e1c",
30
- "@teambit/dependency-resolver": "0.0.0-3b48159c4ce7c4c250ed6806cc7dadf1bc30b516",
31
- "@teambit/logger": "0.0.0-40c14c9f8302d5a55c5c5a91e8923c4f60ae00d8",
32
- "@teambit/workspace": "0.0.0-32ddc12bb449411701fd53e925cdc16f5fe7b3e0",
33
- "@teambit/application": "0.0.0-0a3b30209f19a2052eeec604cfd4a51633a6e046",
34
- "@teambit/aspect-loader": "0.0.0-1eea7afbe0f189a9b6cecbc83458ba97604b50f4",
35
- "@teambit/bundler": "0.0.0-5014bb2ed8a43b4ea9bb239e1968dfec0dd3d527",
36
- "@teambit/compiler": "0.0.0-6fd28c9452bc57e51f6f8a65086ba1646ca60047",
37
- "@teambit/component-issues": "0.0.0-7421ebdfe0c6b818a20883e12b57e2abe9b48dff",
38
- "@teambit/component-package-version": "0.0.0-c936dcd82f17d944c60882199367c260cd27efb0",
39
- "@teambit/component.sources": "0.0.0-2acd496db3f48488717e9e17372ce0c7305d533f",
40
- "@teambit/component": "0.0.0-7f8783b50810c72cc0105419e942c6c2fc763d2f",
41
- "@teambit/dependencies.fs.linked-dependencies": "0.0.0-748f3fada4a2cbf9e297127a92e6c173dc249a5a",
42
- "@teambit/envs": "0.0.0-dd59ac3dbc3c28b265caa4fef39ddc124c185a9f",
43
- "@teambit/generator": "0.0.0-99c26452f68dcf3ac226f3f3fba165b01a8368ea",
44
- "@teambit/ipc-events": "0.0.0-f63bb6a7807e65eaf094c156d1dff3a2903a5fda",
45
- "@teambit/issues": "0.0.0-91651bec254bde3d9661ccc2103b781210a780bd",
46
- "@teambit/objects": "0.0.0-895051cc567ccfe47ccc0dd3e115990ce37f7f3e",
47
- "@teambit/pkg.modules.component-package-name": "0.0.0-e29fecb3b06f3d2252392de742d2c2128e3a13d6",
48
- "@teambit/ui": "0.0.0-d9bbbfc8068c546e500771c8e62960c865514727",
49
- "@teambit/variants": "0.0.0-f61d7907e13fc0bc3d16916dd1a72def63cac2e1",
50
- "@teambit/workspace-config-files": "0.0.0-545701982cbdb9efdbfb828be3a95548a5a04bb1",
51
- "@teambit/workspace.modules.node-modules-linker": "0.0.0-003dc199ee53cc28fc7ce64a493721d0b7668951"
37
+ "@teambit/toolbox.time.time-format": "0.0.502",
38
+ "@teambit/dependency-resolver": "0.0.0-fd1e95b9d13999331e25970b1d8ac90151721c7e",
39
+ "@teambit/workspace": "0.0.0-e48c27837dd84df7fe33a2a3aab9352f1cd8b648",
40
+ "@teambit/application": "0.0.0-dd3840689b7ca0a7541f2575a09e706d6a122d6c",
41
+ "@teambit/aspect-loader": "0.0.0-22a2ce2f16bc60b87b2c1ec34aa5bf735d368c4d",
42
+ "@teambit/bundler": "0.0.0-3899a8c1814cd05beaa542444072b142e02d482b",
43
+ "@teambit/compiler": "0.0.0-73a8627b78509a1c791efc048cef026b78fb1881",
44
+ "@teambit/component": "0.0.0-14d0bf76500a367fe87110401a5fef13387a1983",
45
+ "@teambit/envs": "0.0.0-1871fce29bd5c70ee74669a91b6caa5862e17aed",
46
+ "@teambit/generator": "0.0.0-381a58ee86c5fa129aa4233658d071bfc55e36c2",
47
+ "@teambit/ipc-events": "0.0.0-2407ecd3e8204c77534fed40ce22b80937808095",
48
+ "@teambit/issues": "0.0.0-1f640705b267a0e6049b6c5be918c659a9316cdc",
49
+ "@teambit/objects": "0.0.0-f9f42c0048ac60d8ee7f6c327364253476fa28a0",
50
+ "@teambit/ui": "0.0.0-68cd58991b1fa47a3cbd6dabb6317f395d6251b3",
51
+ "@teambit/workspace-config-files": "0.0.0-de67831ddb309abda7dc8c16d0f753e2b5ef9cdf"
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;