@teambit/host-initializer 0.0.794 → 0.0.796
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/esm.mjs
CHANGED
|
@@ -4,6 +4,7 @@ import cjsModule from './index.js';
|
|
|
4
4
|
export const HostInitializerAspect = cjsModule.HostInitializerAspect;
|
|
5
5
|
export const HostInitializerMain = cjsModule.HostInitializerMain;
|
|
6
6
|
export const ObjectsWithoutConsumer = cjsModule.ObjectsWithoutConsumer;
|
|
7
|
+
export const EXTERNAL_PM_POSTINSTALL_SCRIPT = cjsModule.EXTERNAL_PM_POSTINSTALL_SCRIPT;
|
|
7
8
|
|
|
8
9
|
export default cjsModule;
|
|
9
10
|
|
package/esm.mjs
CHANGED
|
@@ -4,6 +4,7 @@ import cjsModule from './index.js';
|
|
|
4
4
|
export const HostInitializerAspect = cjsModule.HostInitializerAspect;
|
|
5
5
|
export const HostInitializerMain = cjsModule.HostInitializerMain;
|
|
6
6
|
export const ObjectsWithoutConsumer = cjsModule.ObjectsWithoutConsumer;
|
|
7
|
+
export const EXTERNAL_PM_POSTINSTALL_SCRIPT = cjsModule.EXTERNAL_PM_POSTINSTALL_SCRIPT;
|
|
7
8
|
|
|
8
9
|
export default cjsModule;
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/host-initializer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.796",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/host-initializer",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "host-initializer",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.796"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
13
13
|
"chalk": "4.1.2",
|
|
14
14
|
"enquirer": "2.4.1",
|
|
15
15
|
"fs-extra": "10.0.0",
|
|
16
|
+
"@teambit/component.sources": "0.0.194",
|
|
17
|
+
"@teambit/config": "0.0.1534",
|
|
18
|
+
"@teambit/legacy.bit-map": "0.0.199",
|
|
19
|
+
"@teambit/legacy.consumer": "0.0.142",
|
|
20
|
+
"@teambit/legacy.scope": "0.0.142",
|
|
21
|
+
"@teambit/legacy.utils": "0.0.47",
|
|
16
22
|
"@teambit/toolbox.string.random": "0.0.18",
|
|
17
23
|
"@teambit/harmony": "0.4.12",
|
|
24
|
+
"@teambit/cli": "0.0.1359",
|
|
25
|
+
"@teambit/logger": "0.0.1452",
|
|
26
|
+
"@teambit/mcp.mcp-config-writer": "0.0.18",
|
|
27
|
+
"@teambit/scope.modules.find-scope-path": "0.0.41",
|
|
18
28
|
"@teambit/toolbox.fs.is-dir-empty": "0.0.18",
|
|
29
|
+
"@teambit/workspace.modules.workspace-locator": "0.0.40",
|
|
19
30
|
"@teambit/bit-error": "0.0.404",
|
|
31
|
+
"@teambit/config-store": "0.0.240",
|
|
20
32
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
21
|
-
"@teambit/
|
|
22
|
-
"@teambit/
|
|
23
|
-
"@teambit/
|
|
24
|
-
"@teambit/legacy.consumer": "0.0.141",
|
|
25
|
-
"@teambit/legacy.scope": "0.0.141",
|
|
26
|
-
"@teambit/legacy.utils": "0.0.46",
|
|
27
|
-
"@teambit/cli": "0.0.1358",
|
|
28
|
-
"@teambit/logger": "0.0.1451",
|
|
29
|
-
"@teambit/mcp.mcp-config-writer": "0.0.17",
|
|
30
|
-
"@teambit/objects": "0.0.588",
|
|
31
|
-
"@teambit/scope.modules.find-scope-path": "0.0.40",
|
|
32
|
-
"@teambit/workspace.modules.workspace-locator": "0.0.39",
|
|
33
|
-
"@teambit/config-store": "0.0.239",
|
|
34
|
-
"@teambit/legacy.constants": "0.0.38",
|
|
35
|
-
"@teambit/legacy.scope-api": "0.0.196"
|
|
33
|
+
"@teambit/legacy.constants": "0.0.39",
|
|
34
|
+
"@teambit/legacy.scope-api": "0.0.197",
|
|
35
|
+
"@teambit/objects": "0.0.590"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/lodash": "4.14.165",
|
|
39
39
|
"@types/fs-extra": "9.0.7",
|
|
40
|
-
"@teambit/harmony.envs.core-aspect-env": "2.0.
|
|
40
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {},
|
|
43
43
|
"license": "Apache-2.0",
|
|
File without changes
|