@teambit/install 0.0.0-f943d31b2bfaa0606ad4bf769bc78ea72fb5133d → 0.0.0-fc6947876ff8829ffa14085c6733f4430c828b89
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 +20 -5
- package/dist/install.cmd.js.map +1 -1
- package/dist/install.main.runtime.d.ts +20 -18
- package/dist/install.main.runtime.js +18 -12
- package/dist/install.main.runtime.js.map +1 -1
- package/dist/link/component-list-links.d.ts +2 -2
- 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.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 +4 -4
- 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 +29 -11
- package/link/component-list-links.ts +2 -2
- package/link/core-aspects-links.ts +1 -1
- package/link/link-to-dir.ts +1 -1
- package/link/link.cmd.ts +4 -4
- package/link/nested-deps-in-nm-links.ts +1 -1
- package/link/rewire-row.ts +1 -1
- package/package.json +30 -30
- package/uninstall.cmd.tsx +2 -2
- package/update.cmd.tsx +2 -2
- /package/dist/{preview-1752590383237.js → preview-1756863251924.js} +0 -0
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-fc6947876ff8829ffa14085c6733f4430c828b89",
|
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": "fc6947876ff8829ffa14085c6733f4430c828b89"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
13
13
|
"validate-npm-package-name": "6.0.0",
|
14
|
-
"@pnpm/types": "1000.
|
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.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",
|
26
35
|
"@teambit/workspace.root-components": "1.0.0",
|
27
36
|
"@teambit/bit-error": "0.0.404",
|
28
|
-
"@teambit/
|
29
|
-
"@teambit/dependency-resolver": "0.0.0-
|
30
|
-
"@teambit/
|
31
|
-
"@teambit/
|
32
|
-
"@teambit/
|
33
|
-
"@teambit/
|
34
|
-
"@teambit/
|
35
|
-
"@teambit/
|
36
|
-
"@teambit/
|
37
|
-
"@teambit/
|
38
|
-
"@teambit/
|
39
|
-
"@teambit/
|
40
|
-
"@teambit/
|
41
|
-
"@teambit/
|
42
|
-
"@teambit/
|
43
|
-
"@teambit/ipc-events": "0.0.0-62c2cc2876170a4d7d70e458584960bfc20642d5",
|
44
|
-
"@teambit/issues": "0.0.0-0f25e75228a3779ad9d3b095349fe40cf2bee403",
|
45
|
-
"@teambit/objects": "0.0.0-c53eb24ae5b463c43cb380d6deda01135a699ca0",
|
46
|
-
"@teambit/pkg.modules.component-package-name": "0.0.62",
|
47
|
-
"@teambit/ui": "0.0.0-1746f14056ad6a74cb8636590cd3b1dfdd39ff77",
|
48
|
-
"@teambit/variants": "0.0.0-e622238f524494721323205dd287d019ddbed83f",
|
49
|
-
"@teambit/workspace-config-files": "0.0.0-a2d46c316bb3138c16808d6625a07c47a4610e4c",
|
50
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.283",
|
51
|
-
"@teambit/toolbox.time.time-format": "0.0.500"
|
37
|
+
"@teambit/toolbox.time.time-format": "0.0.502",
|
38
|
+
"@teambit/dependency-resolver": "0.0.0-5a4d3d5a250bc28ef6e5f62c6ad316337d67389e",
|
39
|
+
"@teambit/workspace": "0.0.0-fdf8e4b98ce2b0c0491612bef883b53f84d2e3de",
|
40
|
+
"@teambit/application": "0.0.0-aa99599c84e9af312642fb311da1318a05ba45ed",
|
41
|
+
"@teambit/aspect-loader": "0.0.0-9b03115a2dd969ee33859be7ebb4e215b3a4355c",
|
42
|
+
"@teambit/bundler": "0.0.0-ee57dea7461e25e9d04ed20703643e1412da42c3",
|
43
|
+
"@teambit/compiler": "0.0.0-df8487d812d1386ebfe730a0df9d745d53e8004a",
|
44
|
+
"@teambit/component": "0.0.0-e02f9c72f5cb3eae919c8322f36695d40f6ef576",
|
45
|
+
"@teambit/envs": "0.0.0-4062c432298deb92698f4781777a8552591a0242",
|
46
|
+
"@teambit/generator": "0.0.0-7558e2b112c4a6a592b73f42450c7e9fbdc4b5f6",
|
47
|
+
"@teambit/ipc-events": "0.0.0-a71ab9b9e68ae67705fe8c8f9660b640112aed11",
|
48
|
+
"@teambit/issues": "0.0.0-dee7e52fb1b749f86e978aa70e6f7c74c1ed93c8",
|
49
|
+
"@teambit/objects": "0.0.0-259875b2c77520bbcfe85b1c7aacafc49a8a044f",
|
50
|
+
"@teambit/ui": "0.0.0-4ef1a1028a33dba9b0717e4c46133a61a5ae5981",
|
51
|
+
"@teambit/workspace-config-files": "0.0.0-8087868f9f6992403bb549b52d2282b530f1f17d"
|
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.
|
59
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
|
60
60
|
},
|
61
61
|
"peerDependencies": {
|
62
|
-
"chai": "
|
63
|
-
"@types/chai": "
|
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;
|
File without changes
|