@extscreen/es-core 2.2.57 → 2.2.58

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
@@ -3278,7 +3278,7 @@ class ESEventBus {
3278
3278
  if (ESLog.isLoggable(ESLog.DEBUG)) {
3279
3279
  ESLog.d('ESEventBus', '#-----init----->>>>>' + this._vueEventBusSupported);
3280
3280
  }
3281
- return new Promise.resolve();
3281
+ return Promise.resolve();
3282
3282
  }
3283
3283
 
3284
3284
  isVueEventBusSupported() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.57",
3
+ "version": "2.2.58",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {