@extscreen/es-core 2.3.26 → 2.3.27
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/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4322,6 +4322,7 @@ class ES {
|
|
|
4322
4322
|
.then(() => ESNetworkManager$1.init())
|
|
4323
4323
|
.then(() => ESPluginManager$1.init())
|
|
4324
4324
|
.then(() => ESLaunchManager$1.init(configuration.router))
|
|
4325
|
+
.then(() => ESSharedDataManager$1.init())
|
|
4325
4326
|
.then(() => Promise.all([
|
|
4326
4327
|
ESUsbDeviceManager$1.init(),
|
|
4327
4328
|
ESStorageManager$1.init(),
|
|
@@ -4334,7 +4335,8 @@ class ES {
|
|
|
4334
4335
|
ESEventBus$1.init(),
|
|
4335
4336
|
ESBroadcastManager$1.init(),
|
|
4336
4337
|
ESLocalStorage$1.init(),
|
|
4337
|
-
AndroidVersions$1.init()
|
|
4338
|
+
AndroidVersions$1.init(),
|
|
4339
|
+
ESLocationManager$1.init()
|
|
4338
4340
|
]))
|
|
4339
4341
|
}
|
|
4340
4342
|
//
|