@extscreen/es-core 10000.0.18 → 10000.0.19

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2846,11 +2846,11 @@ var ESLifecycleMixin = {
2846
2846
  }
2847
2847
  //
2848
2848
  else if (event === 'visibleToUser') {
2849
- this.onESVisibleToUser();
2849
+ this.onESResume();
2850
2850
  }
2851
2851
  //
2852
2852
  else if (event === 'invisibleToUser') {
2853
- this.onESInvisibleToUser();
2853
+ this.onESPause();
2854
2854
  }
2855
2855
  //
2856
2856
  else if (event === 'onPause') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "10000.0.18",
3
+ "version": "10000.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {