@teambit/host-initializer 0.0.227 → 0.0.229

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.227" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.harmony/host-initializer@0.0.229" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -296,7 +296,7 @@
296
296
  "componentId": {
297
297
  "scope": "teambit.legacy",
298
298
  "name": "consumer",
299
- "version": "0.0.20"
299
+ "version": "0.0.21"
300
300
  }
301
301
  }
302
302
  ]
@@ -517,7 +517,7 @@
517
517
  "_legacy": {
518
518
  "scope": "teambit.harmony",
519
519
  "name": "host-initializer",
520
- "version": "0.0.227"
520
+ "version": "0.0.229"
521
521
  },
522
522
  "_scope": "teambit.harmony"
523
523
  }
@@ -859,7 +859,7 @@
859
859
  "componentId": {
860
860
  "scope": "teambit.legacy",
861
861
  "name": "consumer",
862
- "version": "0.0.20"
862
+ "version": "0.0.21"
863
863
  }
864
864
  }
865
865
  ]
@@ -1057,7 +1057,7 @@
1057
1057
  "componentId": {
1058
1058
  "scope": "teambit.legacy",
1059
1059
  "name": "consumer",
1060
- "version": "0.0.20"
1060
+ "version": "0.0.21"
1061
1061
  }
1062
1062
  },
1063
1063
  "isOptional": false,
@@ -1131,7 +1131,7 @@
1131
1131
  "componentId": {
1132
1132
  "scope": "teambit.harmony",
1133
1133
  "name": "host-initializer",
1134
- "version": "0.0.227"
1134
+ "version": "0.0.229"
1135
1135
  },
1136
1136
  "taggedModuleExports": []
1137
1137
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/host-initializer",
3
- "version": "0.0.227",
3
+ "version": "0.0.229",
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.227"
9
+ "version": "0.0.229"
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.72",
18
- "@teambit/config": "0.0.1265",
19
- "@teambit/legacy.bit-map": "0.0.77",
20
- "@teambit/legacy.consumer": "0.0.20",
21
- "@teambit/legacy.scope": "0.0.20",
17
+ "@teambit/component.sources": "0.0.73",
18
+ "@teambit/config": "0.0.1267",
19
+ "@teambit/legacy.bit-map": "0.0.78",
20
+ "@teambit/legacy.consumer": "0.0.21",
21
+ "@teambit/legacy.scope": "0.0.21",
22
22
  "@teambit/legacy.utils": "0.0.14",
23
23
  "@teambit/toolbox.string.random": "0.0.3",
24
- "@teambit/cli": "0.0.1091",
25
- "@teambit/objects": "0.0.21",
26
- "@teambit/scope.modules.find-scope-path": "0.0.7",
24
+ "@teambit/cli": "0.0.1093",
25
+ "@teambit/objects": "0.0.23",
26
+ "@teambit/scope.modules.find-scope-path": "0.0.8",
27
27
  "@teambit/toolbox.fs.is-dir-empty": "0.0.3",
28
- "@teambit/workspace.modules.workspace-locator": "0.0.7",
29
- "@teambit/legacy.constants": "0.0.6",
30
- "@teambit/legacy.global-config": "0.0.6",
31
- "@teambit/legacy.scope-api": "0.0.75"
28
+ "@teambit/workspace.modules.workspace-locator": "0.0.8",
29
+ "@teambit/legacy.constants": "0.0.7",
30
+ "@teambit/legacy.global-config": "0.0.7",
31
+ "@teambit/legacy.scope-api": "0.0.76"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/lodash": "4.14.165",