@teambit/install 0.0.0-a3d6772917d19021e6712a9ecb039ab3b4c01358 → 0.0.0-a7087061a41873c6a1bada55eb51f307d7ba1e8f
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 +19 -18
- package/dist/install.main.runtime.js +4 -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-1752796259513.js → preview-1756946368962.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-a7087061a41873c6a1bada55eb51f307d7ba1e8f",
|
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": "a7087061a41873c6a1bada55eb51f307d7ba1e8f"
|
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.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.
|
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-c360e6a94e719f0c212710ed559492317566931b",
|
50
|
-
"@teambit/variants": "0.0.0-b9694829cdda704fc9142e9bc4aecf17dff817ff",
|
51
|
-
"@teambit/workspace-config-files": "0.0.0-6184c745796de703b278e9b5d0e295d28318d7d7"
|
37
|
+
"@teambit/toolbox.time.time-format": "0.0.502",
|
38
|
+
"@teambit/dependency-resolver": "0.0.0-52cf3167150060d114938582ab28f02f8f78462e",
|
39
|
+
"@teambit/workspace": "0.0.0-128000ba3abdec42cbcb2704adb070ad81e6fb21",
|
40
|
+
"@teambit/application": "0.0.0-db4d70626a92e97d18ae7cb74046d8b196d7d0d4",
|
41
|
+
"@teambit/aspect-loader": "0.0.0-4aac117e464ee36c9d0ce498cda89b0ba4bfe649",
|
42
|
+
"@teambit/bundler": "0.0.0-54c209dd8e9878afd12784466a4c705900768c0b",
|
43
|
+
"@teambit/compiler": "0.0.0-3c35a9eba819edb3f5dde734484e44b5e4faa360",
|
44
|
+
"@teambit/component": "0.0.0-b068493e7b2ef77e7d4567dddd62f1973dfa8dd6",
|
45
|
+
"@teambit/envs": "0.0.0-bce880929a07327767170e4845fc22b66af96297",
|
46
|
+
"@teambit/generator": "0.0.0-4609a7391d5708204a99f3050667487dc54f97ae",
|
47
|
+
"@teambit/ipc-events": "0.0.0-475573d1fe8e5315bc7ee8e9b3d621b1143ebd7e",
|
48
|
+
"@teambit/issues": "0.0.0-812ce3fa16151ffa7ce972a170d17b4f14401c5a",
|
49
|
+
"@teambit/objects": "0.0.0-1315c8064e9a7bc2825549c7c45819f39919cf56",
|
50
|
+
"@teambit/ui": "0.0.0-6a23d1c542ac9abf41896c318f35423f8eee8df0",
|
51
|
+
"@teambit/workspace-config-files": "0.0.0-8dfcce08dc9488cf0d35f7f3071f6f5c8d91c441"
|
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
|