@teambit/install 0.0.0-f163ab86e23ddd3dde81c5f37c0f832405d7bfa8 → 0.0.0-f4388cb39c649d19da23497b8fab6737c26ac851
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.
- package/dist/install.cmd.d.ts +5 -5
- package/dist/install.cmd.js +2 -1
- package/dist/install.cmd.js.map +1 -1
- package/dist/install.main.runtime.d.ts +20 -18
- package/dist/install.main.runtime.js +31 -33
- package/dist/install.main.runtime.js.map +1 -1
- package/dist/link/component-list-links.d.ts +4 -3
- package/dist/link/component-list-links.js +6 -1
- package/dist/link/component-list-links.js.map +1 -1
- package/dist/link/core-aspects-links.d.ts +1 -1
- package/dist/link/core-aspects-links.js +12 -6
- package/dist/link/core-aspects-links.js.map +1 -1
- package/dist/link/link-to-dir.d.ts +1 -1
- package/dist/link/link-to-dir.js.map +1 -1
- package/dist/link/link.cmd.d.ts +5 -4
- package/dist/link/link.cmd.js +3 -2
- package/dist/link/link.cmd.js.map +1 -1
- package/dist/link/nested-deps-in-nm-links.d.ts +1 -1
- package/dist/link/nested-deps-in-nm-links.js.map +1 -1
- package/dist/link/rewire-row.d.ts +1 -1
- package/dist/link/rewire-row.js.map +1 -1
- package/dist/pick-outdated-pkgs.d.ts +1 -1
- package/dist/pick-outdated-pkgs.js.map +1 -1
- package/dist/pick-outdated-pkgs.spec.js +0 -2
- package/dist/pick-outdated-pkgs.spec.js.map +1 -1
- package/dist/uninstall.cmd.d.ts +2 -2
- package/dist/uninstall.cmd.js.map +1 -1
- package/dist/update.cmd.d.ts +2 -2
- package/dist/update.cmd.js.map +1 -1
- package/install.cmd.tsx +7 -5
- package/link/component-list-links.ts +21 -8
- package/link/core-aspects-links.ts +11 -4
- package/link/link-to-dir.ts +1 -1
- package/link/link.cmd.ts +11 -5
- package/link/nested-deps-in-nm-links.ts +1 -1
- package/link/rewire-row.ts +1 -1
- package/package.json +30 -29
- package/uninstall.cmd.tsx +2 -2
- package/update.cmd.tsx +2 -2
- /package/dist/{preview-1752106620913.js → preview-1755879054969.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 = {
|
package/link/rewire-row.ts
CHANGED
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/install",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-f4388cb39c649d19da23497b8fab6737c26ac851",
|
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": "
|
9
|
+
"version": "f4388cb39c649d19da23497b8fab6737c26ac851"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
13
13
|
"validate-npm-package-name": "6.0.0",
|
14
|
-
"@pnpm/types": "
|
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/component-issues": "0.0.162",
|
27
|
+
"@teambit/component-package-version": "0.0.441",
|
28
|
+
"@teambit/component.sources": "0.0.121",
|
29
|
+
"@teambit/dependencies.fs.linked-dependencies": "0.0.35",
|
30
|
+
"@teambit/pkg.modules.component-package-name": "0.0.76",
|
31
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.297",
|
26
32
|
"@teambit/workspace.root-components": "1.0.0",
|
27
33
|
"@teambit/bit-error": "0.0.404",
|
28
|
-
"@teambit/
|
29
|
-
"@teambit/
|
30
|
-
"@teambit/
|
31
|
-
"@teambit/
|
32
|
-
"@teambit/
|
33
|
-
"@teambit/
|
34
|
-
"@teambit/
|
35
|
-
"@teambit/
|
36
|
-
"@teambit/
|
37
|
-
"@teambit/component
|
38
|
-
"@teambit/
|
39
|
-
"@teambit/
|
40
|
-
"@teambit/
|
41
|
-
"@teambit/
|
42
|
-
"@teambit/
|
43
|
-
"@teambit/
|
44
|
-
"@teambit/
|
45
|
-
"@teambit/
|
46
|
-
"@teambit/ui": "0.0.0-8a5ab6f27423f6ad9d09b44c692a57d142157a7e",
|
47
|
-
"@teambit/variants": "0.0.0-74a63f17f992a17f16a8f4e33810dd269eaab503",
|
48
|
-
"@teambit/workspace-config-files": "0.0.0-4d9214c4aa48aa1e21ffef62aa6b87075233826c",
|
49
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.282",
|
50
|
-
"@teambit/toolbox.time.time-format": "0.0.500"
|
34
|
+
"@teambit/toolbox.time.time-format": "0.0.502",
|
35
|
+
"@teambit/cli": "0.0.0-178099bb1b57c4a759c314f7abdd725f92b06eea",
|
36
|
+
"@teambit/dependency-resolver": "0.0.0-1eaaef96363a655e9cf266a50931b32e59c1d340",
|
37
|
+
"@teambit/logger": "0.0.0-1d6e1da682fc9f3159f89578c28f872a0e8a3580",
|
38
|
+
"@teambit/workspace": "0.0.0-9adf84551f1f049bedb1c0d70fe1b84e6441e374",
|
39
|
+
"@teambit/application": "0.0.0-fcd7811b92b1f955e4185c0d28795967e13652d4",
|
40
|
+
"@teambit/aspect-loader": "0.0.0-f8a6ca31f158ce4a0f2f23a8f28bfe94a9332e3f",
|
41
|
+
"@teambit/bundler": "0.0.0-8190a58820f7bf05105daa35f91d188523b24037",
|
42
|
+
"@teambit/compiler": "0.0.0-77a0b927e172aa71ad4e2891b8ff349dba5215aa",
|
43
|
+
"@teambit/component": "0.0.0-1d9ba4c70ddea49b5cccef07bc646de786ddeb35",
|
44
|
+
"@teambit/envs": "0.0.0-52f82f236aff5a29dea0f2c87a9a8eaf292bc2df",
|
45
|
+
"@teambit/generator": "0.0.0-64d6cb58c9a74a07593d92d0ba03df18ce15c87d",
|
46
|
+
"@teambit/ipc-events": "0.0.0-465a131428cb11219275409d21be37bbe0142c46",
|
47
|
+
"@teambit/issues": "0.0.0-2e62a6ab59dea4b6c9dc0fc8ac5506ab2b89e9dd",
|
48
|
+
"@teambit/objects": "0.0.0-0d69fce2e92c020e75002ccc008790f94858c834",
|
49
|
+
"@teambit/ui": "0.0.0-b13fe1ac4c77866f2b3d1276ff5848fa9bc3a9f0",
|
50
|
+
"@teambit/variants": "0.0.0-88043ecd10b77523110aff291527ee8b133fa764",
|
51
|
+
"@teambit/workspace-config-files": "0.0.0-9c92747f8c7108c4b4e985c7e4a6ca7a75955b9d"
|
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.
|
59
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
|
59
60
|
},
|
60
61
|
"peerDependencies": {
|
61
|
-
"chai": "
|
62
|
-
"@types/chai": "
|
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;
|
File without changes
|