@extscreen/es-core 10000.0.9 → 10000.0.10

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
@@ -2548,11 +2548,11 @@ function ESPageRootViewComponent() {
2548
2548
  Vue.component('page', {
2549
2549
  methods: {
2550
2550
  onLifecycleChanged(evt) {
2551
- console.log('ESRouter', "--------onLifecycleChanged------>>>>>" + JSON.stringify(evt));
2551
+ console.log('ESRouter', "--------onLifecycleChanged------>>>>>" + evt);
2552
2552
  this.$emit("onLifecycleChanged", evt);
2553
2553
  },
2554
2554
  onDispatchKeyEvent(evt) {
2555
- console.log('ESRouter', "--------onDispatchKeyEvent------>>>>>" + JSON.stringify(evt));
2555
+ console.log('ESRouter', "--------onDispatchKeyEvent------>>>>>" + evt);
2556
2556
  this.$emit("onDispatchKeyEvent", evt);
2557
2557
  },
2558
2558
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "10000.0.9",
3
+ "version": "10000.0.10",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {