@extscreen/es-core 1.0.11 → 1.0.12

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import Vue from 'vue';
2
- import { getEventRedirector as getEventRedirector$1 } from '@/utils';
3
2
 
4
3
  /**
5
4
  *
@@ -2090,7 +2089,7 @@ function ESSeekBarViewComponent() {
2090
2089
  },
2091
2090
 
2092
2091
  render(h) {
2093
- const on = getEventRedirector$1.call(this, [
2092
+ const on = getEventRedirector.call(this, [
2094
2093
  ['focus', 'focusChange'],
2095
2094
  ['seek-change', 'seekBarChange'],
2096
2095
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {