isobit-ui 0.2.55 → 0.2.56

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 +9 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.54
2
+ * isobit-ui v0.2.55
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5701,8 +5701,14 @@ function _await(value, then, direct) {
5701
5701
  }
5702
5702
 
5703
5703
  window.isMobile = 1;
5704
- if (typeof Window._ == 'undefined') Window._ = {};
5705
- var _$1 = Window._;
5704
+ if (typeof window._ == 'undefined') window._ = {};
5705
+ var _$1 = window._;
5706
+
5707
+ if (!_$1.instance) {
5708
+ _$1.instance = axios$2;
5709
+ }
5710
+
5711
+ var instance = _$1.instance;
5706
5712
  Vue$1.config.ignoredElements = [].concat(_toConsumableArray(Vue$1.config.ignoredElements || []), ['v-filter', 'v-footer']);
5707
5713
 
5708
5714
  Vue$1.n = function (v) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.55",
3
+ "version": "0.2.56",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [