@teselagen/ove 0.4.7 → 0.4.8

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 (4) hide show
  1. package/index.cjs.js +247 -212
  2. package/index.es.js +247 -212
  3. package/index.umd.js +16 -7
  4. package/package.json +1 -1
package/index.umd.js CHANGED
@@ -43921,16 +43921,25 @@ ${latestSubscriptionCallbackError.current.stack}
43921
43921
  var _cof = /* @__PURE__ */ __name(function(it) {
43922
43922
  return toString$4.call(it).slice(8, -1);
43923
43923
  }, "_cof");
43924
- var cof$2 = _cof;
43925
- var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43926
- return cof$2(it) == "String" ? it.split("") : Object(it);
43927
- };
43924
+ var _iobject;
43925
+ var hasRequired_iobject;
43926
+ function require_iobject() {
43927
+ if (hasRequired_iobject)
43928
+ return _iobject;
43929
+ hasRequired_iobject = 1;
43930
+ var cof2 = _cof;
43931
+ _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43932
+ return cof2(it) == "String" ? it.split("") : Object(it);
43933
+ };
43934
+ return _iobject;
43935
+ }
43936
+ __name(require_iobject, "require_iobject");
43928
43937
  var _defined = /* @__PURE__ */ __name(function(it) {
43929
43938
  if (it == void 0)
43930
43939
  throw TypeError("Can't call method on " + it);
43931
43940
  return it;
43932
43941
  }, "_defined");
43933
- var IObject = _iobject;
43942
+ var IObject = require_iobject();
43934
43943
  var defined$2 = _defined;
43935
43944
  var _toIobject = /* @__PURE__ */ __name(function(it) {
43936
43945
  return IObject(defined$2(it));
@@ -44051,7 +44060,7 @@ ${latestSubscriptionCallbackError.current.stack}
44051
44060
  var gOPS2 = _objectGops;
44052
44061
  var pIE2 = require_objectPie();
44053
44062
  var toObject2 = _toObject;
44054
- var IObject2 = _iobject;
44063
+ var IObject2 = require_iobject();
44055
44064
  var $assign = Object.assign;
44056
44065
  _objectAssign = !$assign || _fails(function() {
44057
44066
  var A2 = {};
@@ -154565,7 +154574,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
154565
154574
  }
154566
154575
  __name(showFileDialog, "showFileDialog");
154567
154576
  const name = "@teselagen/ove";
154568
- const version = "0.4.6";
154577
+ const version = "0.4.7";
154569
154578
  const main = "./src/index.js";
154570
154579
  const exports$1 = {
154571
154580
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {