@teambit/doctor 0.0.706 → 0.0.708
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/doctor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.708",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/doctor",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "doctor",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.708"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"glob": "13.0.0",
|
|
20
20
|
"semver": "7.7.1",
|
|
21
21
|
"execa": "2.1.0",
|
|
22
|
-
"@teambit/cli": "0.0.1339",
|
|
23
|
-
"@teambit/legacy.scope": "0.0.127",
|
|
24
22
|
"@teambit/harmony": "0.4.7",
|
|
25
|
-
"@teambit/bit.get-bit-version": "0.0.
|
|
26
|
-
"@teambit/
|
|
27
|
-
"@teambit/legacy.
|
|
28
|
-
"@teambit/
|
|
29
|
-
"@teambit/legacy.consumer-config": "0.0.127",
|
|
30
|
-
"@teambit/legacy.consumer": "0.0.127",
|
|
31
|
-
"@teambit/legacy.utils": "0.0.38",
|
|
32
|
-
"@teambit/logger": "0.0.1432",
|
|
33
|
-
"@teambit/scope.modules.find-scope-path": "0.0.32",
|
|
34
|
-
"@teambit/scope.network": "0.0.127",
|
|
35
|
-
"@teambit/scope.remotes": "0.0.127",
|
|
23
|
+
"@teambit/bit.get-bit-version": "0.0.17",
|
|
24
|
+
"@teambit/legacy.constants": "0.0.31",
|
|
25
|
+
"@teambit/legacy.utils": "0.0.39",
|
|
26
|
+
"@teambit/scope.modules.find-scope-path": "0.0.33",
|
|
36
27
|
"@teambit/toolbox.fs.extension-getter": "0.0.14",
|
|
37
|
-
"@teambit/workspace.modules.workspace-locator": "0.0.
|
|
38
|
-
"@teambit/legacy.logger": "0.0.43",
|
|
28
|
+
"@teambit/workspace.modules.workspace-locator": "0.0.32",
|
|
39
29
|
"@teambit/component-id": "1.2.4",
|
|
40
30
|
"@teambit/bvm.list": "1.1.1",
|
|
41
|
-
"@teambit/git.modules.git-executable": "0.0.
|
|
31
|
+
"@teambit/git.modules.git-executable": "0.0.32",
|
|
42
32
|
"@teambit/bit-error": "0.0.404",
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/scope": "
|
|
45
|
-
"@teambit/
|
|
33
|
+
"@teambit/cli": "0.0.1341",
|
|
34
|
+
"@teambit/legacy.scope": "0.0.129",
|
|
35
|
+
"@teambit/graphql": "1.0.1023",
|
|
36
|
+
"@teambit/scope": "1.0.1023",
|
|
37
|
+
"@teambit/config-store": "0.0.222",
|
|
38
|
+
"@teambit/legacy.bit-map": "0.0.186",
|
|
39
|
+
"@teambit/legacy.consumer-config": "0.0.129",
|
|
40
|
+
"@teambit/legacy.consumer": "0.0.129",
|
|
41
|
+
"@teambit/logger": "0.0.1434",
|
|
42
|
+
"@teambit/scope.network": "0.0.129",
|
|
43
|
+
"@teambit/scope.remotes": "0.0.129",
|
|
44
|
+
"@teambit/legacy.logger": "0.0.45",
|
|
45
|
+
"@teambit/objects": "0.0.530"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/fs-extra": "9.0.7",
|
|
49
49
|
"@types/lodash": "4.14.165",
|
|
50
50
|
"@types/semver": "7.5.8",
|
|
51
|
-
"@teambit/harmony.envs.core-aspect-env": "0.1.
|
|
51
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {},
|
|
54
54
|
"license": "Apache-2.0",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"peerDependenciesMeta": {},
|
|
57
57
|
"exports": {
|
|
58
58
|
".": {
|
|
59
|
+
"types": "./index.ts",
|
|
59
60
|
"node": {
|
|
60
61
|
"require": "./dist/index.js",
|
|
61
62
|
"import": "./dist/esm.mjs"
|
|
File without changes
|