@extscreen/es-core 2.2.12 → 2.2.13

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
@@ -629,7 +629,7 @@ var ToastModule = new ESToastModule();
629
629
  */
630
630
 
631
631
  class ESToast {
632
-
632
+
633
633
  init() {
634
634
  return Promise.resolve();
635
635
  }
@@ -3581,7 +3581,7 @@ function ESTextViewComponent() {
3581
3581
  name: 'TextView',
3582
3582
  },
3583
3583
  });
3584
- Vue.component('es-text-view-component', {
3584
+ Vue.component('text-view', {
3585
3585
  render(h) {
3586
3586
  return h('TextView',
3587
3587
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {