@teambit/install 0.0.0-cf39a6b6877a38e57429e56fdb605939e39bb47a → 0.0.0-cfa67d25a844f88f96a2cc3f9c8432e916991722
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 +28 -28
- package/uninstall.cmd.tsx +2 -2
- package/update.cmd.tsx +2 -2
- /package/dist/{preview-1752788383909.js → preview-1757363805908.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-cfa67d25a844f88f96a2cc3f9c8432e916991722",
|
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": "cfa67d25a844f88f96a2cc3f9c8432e916991722"
|
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/
|
27
|
-
"@teambit/
|
28
|
-
"@teambit/component
|
29
|
-
"@teambit/
|
30
|
-
"@teambit/
|
31
|
-
"@teambit/
|
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.
|
35
|
-
"@teambit/
|
36
|
-
"@teambit/
|
37
|
-
"@teambit/
|
38
|
-
"@teambit/
|
39
|
-
"@teambit/
|
40
|
-
"@teambit/
|
41
|
-
"@teambit/
|
42
|
-
"@teambit/
|
43
|
-
"@teambit/
|
44
|
-
"@teambit/
|
45
|
-
"@teambit/
|
46
|
-
"@teambit/
|
47
|
-
"@teambit/
|
48
|
-
"@teambit/
|
49
|
-
"@teambit/ui": "0.0.0-714e39233b351c2158a11d6b2884f9d6ac975f4e",
|
50
|
-
"@teambit/variants": "0.0.0-394aef754622b68a988c3a3d3a2deebd0d22c206",
|
51
|
-
"@teambit/workspace-config-files": "0.0.0-bb27da12bf88cc82780b41e297e50da3007f705b"
|
37
|
+
"@teambit/toolbox.time.time-format": "0.0.502",
|
38
|
+
"@teambit/dependency-resolver": "0.0.0-e699f7ec29197ce1bee0e97cbff1f61f1cf61aa7",
|
39
|
+
"@teambit/workspace": "0.0.0-c242c353dfd065c702ac442ab0ee0132ff95bbad",
|
40
|
+
"@teambit/application": "0.0.0-56841bc63734449f30f2e54444f2e7ffd8371deb",
|
41
|
+
"@teambit/aspect-loader": "0.0.0-b4c9d76b83affc96bc79a330a5397ced4dd31eba",
|
42
|
+
"@teambit/bundler": "0.0.0-23b4847f78ef76b2473f7cf621a909b3afb8da8f",
|
43
|
+
"@teambit/compiler": "0.0.0-48e55c31915319e20bc4a30be61c9312d78acf3d",
|
44
|
+
"@teambit/component": "0.0.0-43d97ab5f5890a472089fa719b614c2ce519ecbf",
|
45
|
+
"@teambit/envs": "0.0.0-7e864716fcfa4c9d2bc5296aaa94ac0f95a41ec3",
|
46
|
+
"@teambit/generator": "0.0.0-96a270fe723f56b61c7644710cc898b6fad7c2e8",
|
47
|
+
"@teambit/ipc-events": "0.0.0-cf304ecec37299a1fcbb35e0abe9087c892675ff",
|
48
|
+
"@teambit/issues": "0.0.0-7007c2bba7a7cebe5095c11cb7d3cc8d17e19c0a",
|
49
|
+
"@teambit/objects": "0.0.0-b524fa9ecd45cdf76706e614c145fdf17b3c92d7",
|
50
|
+
"@teambit/ui": "0.0.0-9e55389c2f68636189bdac202fdf237de568ce6b",
|
51
|
+
"@teambit/workspace-config-files": "0.0.0-2bcafba06ee95f6c11f8306b6d04145db7dd1b7a"
|
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.
|
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;
|
File without changes
|