@extscreen/es-core 1.1.1 → 1.1.2

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
@@ -2578,7 +2578,7 @@ function ESPageRootViewComponent() {
2578
2578
  name: 'ESPageRootView',
2579
2579
  processEventData(event, nativeEventName, nativeEventParams) {
2580
2580
  switch (nativeEventName) {
2581
- case 'onLifecycleChanged':
2581
+ case 'onLifecycleChange':
2582
2582
  event.lifecycle = nativeEventParams;
2583
2583
  break;
2584
2584
  case 'onDispatchKeyEvent':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {