@extscreen/es-core 10000.0.7 → 10000.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1834,7 +1834,7 @@ class ES {
1834
1834
  .then(() => ESDevelopManager$1.init())
1835
1835
  .then(() => ESDisplayManager$1.init())
1836
1836
  .then(() => ESManager$1.init())
1837
- //
1837
+ .then(() => ESNetworkManager$1.init())
1838
1838
  .then(() => ESLaunchManager$1.init(configuration.router))
1839
1839
  } else {
1840
1840
  return Promise.reject('configuration can not be null!')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "10000.0.7",
3
+ "version": "10000.0.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {