@teambit/host-initializer 0.0.221 → 0.0.223
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.harmony/host-initializer@0.0.
|
|
3
|
+
<testsuite name="teambit.harmony/host-initializer@0.0.223" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"_legacy": {
|
|
505
505
|
"scope": "teambit.harmony",
|
|
506
506
|
"name": "host-initializer",
|
|
507
|
-
"version": "0.0.
|
|
507
|
+
"version": "0.0.223"
|
|
508
508
|
},
|
|
509
509
|
"_scope": "teambit.harmony"
|
|
510
510
|
}
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"componentId": {
|
|
1101
1101
|
"scope": "teambit.harmony",
|
|
1102
1102
|
"name": "host-initializer",
|
|
1103
|
-
"version": "0.0.
|
|
1103
|
+
"version": "0.0.223"
|
|
1104
1104
|
},
|
|
1105
1105
|
"taggedModuleExports": []
|
|
1106
1106
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/host-initializer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.223",
|
|
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.223"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
"chalk": "2.4.2",
|
|
15
15
|
"@teambit/harmony": "0.4.6",
|
|
16
16
|
"@teambit/bit-error": "0.0.404",
|
|
17
|
-
"@teambit/component.sources": "0.0.
|
|
18
|
-
"@teambit/config": "0.0.
|
|
19
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
20
|
-
"@teambit/legacy.consumer": "0.0.
|
|
21
|
-
"@teambit/legacy.scope": "0.0.
|
|
17
|
+
"@teambit/component.sources": "0.0.69",
|
|
18
|
+
"@teambit/config": "0.0.1261",
|
|
19
|
+
"@teambit/legacy.bit-map": "0.0.74",
|
|
20
|
+
"@teambit/legacy.consumer": "0.0.17",
|
|
21
|
+
"@teambit/legacy.scope": "0.0.17",
|
|
22
22
|
"@teambit/legacy.utils": "0.0.12",
|
|
23
23
|
"@teambit/toolbox.string.random": "0.0.2",
|
|
24
|
-
"@teambit/cli": "0.0.
|
|
24
|
+
"@teambit/cli": "0.0.1087",
|
|
25
25
|
"@teambit/scope.modules.find-scope-path": "0.0.5",
|
|
26
|
-
"@teambit/scope.objects": "0.0.
|
|
26
|
+
"@teambit/scope.objects": "0.0.17",
|
|
27
27
|
"@teambit/toolbox.fs.is-dir-empty": "0.0.2",
|
|
28
28
|
"@teambit/workspace.modules.workspace-locator": "0.0.5",
|
|
29
29
|
"@teambit/legacy.constants": "0.0.4",
|
|
30
30
|
"@teambit/legacy.global-config": "0.0.4",
|
|
31
|
-
"@teambit/legacy.scope-api": "0.0.
|
|
31
|
+
"@teambit/legacy.scope-api": "0.0.72"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/lodash": "4.14.165",
|
|
File without changes
|