@extscreen/es-core 10000.0.10 → 10000.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2548,11 +2548,9 @@ function ESPageRootViewComponent() {
2548
2548
  Vue.component('page', {
2549
2549
  methods: {
2550
2550
  onLifecycleChanged(evt) {
2551
- console.log('ESRouter', "--------onLifecycleChanged------>>>>>" + evt);
2552
2551
  this.$emit("onLifecycleChanged", evt);
2553
2552
  },
2554
2553
  onDispatchKeyEvent(evt) {
2555
- console.log('ESRouter', "--------onDispatchKeyEvent------>>>>>" + evt);
2556
2554
  this.$emit("onDispatchKeyEvent", evt);
2557
2555
  },
2558
2556
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "10000.0.10",
3
+ "version": "10000.0.11",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {