@extscreen/es-core 2.2.31 → 2.2.32

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4337,7 +4337,7 @@ var ESApplication = {
4337
4337
  );
4338
4338
  },
4339
4339
  _initESApplication() {
4340
- ESLaunchManager$1.setRouteListener(this._routeListener);
4340
+ // ESLaunchManager.setRouteListener(this._routeListener)
4341
4341
  this._initESAppParams();
4342
4342
  },
4343
4343
  _routeListener(url, params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.31",
3
+ "version": "2.2.32",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {