@teambit/install 1.0.1020 → 1.0.1022
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/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/install",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1022",
|
|
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": "1.0.
|
|
9
|
+
"version": "1.0.1022"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -24,34 +24,34 @@
|
|
|
24
24
|
"enquirer": "2.4.1",
|
|
25
25
|
"table": "6.7.3",
|
|
26
26
|
"@teambit/harmony": "0.4.7",
|
|
27
|
-
"@teambit/cli": "0.0.1339",
|
|
28
|
-
"@teambit/logger": "0.0.1432",
|
|
29
|
-
"@teambit/component-issues": "0.0.173",
|
|
30
|
-
"@teambit/component-package-version": "0.0.450",
|
|
31
|
-
"@teambit/component.sources": "0.0.179",
|
|
32
|
-
"@teambit/dependencies.fs.linked-dependencies": "0.0.57",
|
|
33
|
-
"@teambit/pkg.modules.component-package-name": "0.0.134",
|
|
34
27
|
"@teambit/toolbox.json.jsonc-utils": "0.0.2",
|
|
35
|
-
"@teambit/variants": "0.0.1607",
|
|
36
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.358",
|
|
37
28
|
"@teambit/workspace.root-components": "1.0.1",
|
|
38
29
|
"@teambit/bit-error": "0.0.404",
|
|
39
30
|
"@teambit/toolbox.time.time-format": "0.0.502",
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
49
|
-
"@teambit/
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
53
|
-
"@teambit/
|
|
54
|
-
"@teambit/
|
|
31
|
+
"@teambit/cli": "0.0.1340",
|
|
32
|
+
"@teambit/dependency-resolver": "1.0.1022",
|
|
33
|
+
"@teambit/logger": "0.0.1433",
|
|
34
|
+
"@teambit/workspace": "1.0.1022",
|
|
35
|
+
"@teambit/application": "1.0.1022",
|
|
36
|
+
"@teambit/aspect-loader": "1.0.1022",
|
|
37
|
+
"@teambit/bundler": "1.0.1022",
|
|
38
|
+
"@teambit/compiler": "1.0.1022",
|
|
39
|
+
"@teambit/component-issues": "0.0.174",
|
|
40
|
+
"@teambit/component-package-version": "0.0.451",
|
|
41
|
+
"@teambit/component.sources": "0.0.180",
|
|
42
|
+
"@teambit/component": "1.0.1022",
|
|
43
|
+
"@teambit/dependencies.fs.linked-dependencies": "0.0.58",
|
|
44
|
+
"@teambit/envs": "1.0.1022",
|
|
45
|
+
"@teambit/generator": "1.0.1023",
|
|
46
|
+
"@teambit/host-initializer": "0.0.735",
|
|
47
|
+
"@teambit/ipc-events": "1.0.1022",
|
|
48
|
+
"@teambit/issues": "1.0.1022",
|
|
49
|
+
"@teambit/objects": "0.0.529",
|
|
50
|
+
"@teambit/pkg.modules.component-package-name": "0.0.135",
|
|
51
|
+
"@teambit/ui": "1.0.1022",
|
|
52
|
+
"@teambit/variants": "0.0.1608",
|
|
53
|
+
"@teambit/workspace-config-files": "1.0.1022",
|
|
54
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.359"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/fs-extra": "9.0.7",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/semver": "7.5.8",
|
|
61
61
|
"strip-ansi": "6.0.0",
|
|
62
62
|
"@types/mocha": "9.1.0",
|
|
63
|
-
"@teambit/harmony.envs.core-aspect-env": "0.1.
|
|
63
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.7"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"chai": "5.2.1",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"peerDependenciesMeta": {},
|
|
72
72
|
"exports": {
|
|
73
73
|
".": {
|
|
74
|
+
"types": "./index.ts",
|
|
74
75
|
"node": {
|
|
75
76
|
"require": "./dist/index.js",
|
|
76
77
|
"import": "./dist/esm.mjs"
|
|
File without changes
|