@teselagen/ove 0.3.17 → 0.3.19

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.
package/index.cjs.js CHANGED
@@ -30426,12 +30426,20 @@ var _cof = function (it) {
30426
30426
  return toString$6.call(it).slice(8, -1);
30427
30427
  };
30428
30428
 
30429
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30430
- var cof$2 = _cof;
30431
- // eslint-disable-next-line no-prototype-builtins
30432
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30433
- return cof$2(it) == 'String' ? it.split('') : Object(it);
30434
- };
30429
+ var _iobject;
30430
+ var hasRequired_iobject;
30431
+
30432
+ function require_iobject () {
30433
+ if (hasRequired_iobject) return _iobject;
30434
+ hasRequired_iobject = 1;
30435
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30436
+ var cof = _cof;
30437
+ // eslint-disable-next-line no-prototype-builtins
30438
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30439
+ return cof(it) == 'String' ? it.split('') : Object(it);
30440
+ };
30441
+ return _iobject;
30442
+ }
30435
30443
 
30436
30444
  // 7.2.1 RequireObjectCoercible(argument)
30437
30445
  var _defined = function (it) {
@@ -30440,7 +30448,7 @@ var _defined = function (it) {
30440
30448
  };
30441
30449
 
30442
30450
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30443
- var IObject = _iobject;
30451
+ var IObject = require_iobject();
30444
30452
  var defined$2 = _defined;
30445
30453
  var _toIobject = function (it) {
30446
30454
  return IObject(defined$2(it));
@@ -30587,7 +30595,7 @@ function require_objectAssign () {
30587
30595
  var gOPS = _objectGops;
30588
30596
  var pIE = require_objectPie();
30589
30597
  var toObject = _toObject;
30590
- var IObject = _iobject;
30598
+ var IObject = require_iobject();
30591
30599
  var $assign = Object.assign;
30592
30600
 
30593
30601
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -161155,7 +161163,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161155
161163
  }
161156
161164
 
161157
161165
  const name = "@teselagen/ove";
161158
- const version = "0.3.16";
161166
+ const version = "0.3.18";
161159
161167
  const main = "./src/index.js";
161160
161168
  const exports$1 = {
161161
161169
  ".": {
package/index.es.js CHANGED
@@ -30405,12 +30405,20 @@ var _cof = function (it) {
30405
30405
  return toString$6.call(it).slice(8, -1);
30406
30406
  };
30407
30407
 
30408
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30409
- var cof$2 = _cof;
30410
- // eslint-disable-next-line no-prototype-builtins
30411
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30412
- return cof$2(it) == 'String' ? it.split('') : Object(it);
30413
- };
30408
+ var _iobject;
30409
+ var hasRequired_iobject;
30410
+
30411
+ function require_iobject () {
30412
+ if (hasRequired_iobject) return _iobject;
30413
+ hasRequired_iobject = 1;
30414
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30415
+ var cof = _cof;
30416
+ // eslint-disable-next-line no-prototype-builtins
30417
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30418
+ return cof(it) == 'String' ? it.split('') : Object(it);
30419
+ };
30420
+ return _iobject;
30421
+ }
30414
30422
 
30415
30423
  // 7.2.1 RequireObjectCoercible(argument)
30416
30424
  var _defined = function (it) {
@@ -30419,7 +30427,7 @@ var _defined = function (it) {
30419
30427
  };
30420
30428
 
30421
30429
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30422
- var IObject = _iobject;
30430
+ var IObject = require_iobject();
30423
30431
  var defined$2 = _defined;
30424
30432
  var _toIobject = function (it) {
30425
30433
  return IObject(defined$2(it));
@@ -30566,7 +30574,7 @@ function require_objectAssign () {
30566
30574
  var gOPS = _objectGops;
30567
30575
  var pIE = require_objectPie();
30568
30576
  var toObject = _toObject;
30569
- var IObject = _iobject;
30577
+ var IObject = require_iobject();
30570
30578
  var $assign = Object.assign;
30571
30579
 
30572
30580
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -161134,7 +161142,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161134
161142
  }
161135
161143
 
161136
161144
  const name = "@teselagen/ove";
161137
- const version = "0.3.16";
161145
+ const version = "0.3.18";
161138
161146
  const main = "./src/index.js";
161139
161147
  const exports$1 = {
161140
161148
  ".": {
package/index.umd.js CHANGED
@@ -57170,12 +57170,20 @@
57170
57170
  return toString$4.call(it).slice(8, -1);
57171
57171
  };
57172
57172
 
57173
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
57174
- var cof$2 = _cof;
57175
- // eslint-disable-next-line no-prototype-builtins
57176
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57177
- return cof$2(it) == 'String' ? it.split('') : Object(it);
57178
- };
57173
+ var _iobject;
57174
+ var hasRequired_iobject;
57175
+
57176
+ function require_iobject () {
57177
+ if (hasRequired_iobject) return _iobject;
57178
+ hasRequired_iobject = 1;
57179
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
57180
+ var cof = _cof;
57181
+ // eslint-disable-next-line no-prototype-builtins
57182
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57183
+ return cof(it) == 'String' ? it.split('') : Object(it);
57184
+ };
57185
+ return _iobject;
57186
+ }
57179
57187
 
57180
57188
  // 7.2.1 RequireObjectCoercible(argument)
57181
57189
  var _defined = function (it) {
@@ -57184,7 +57192,7 @@
57184
57192
  };
57185
57193
 
57186
57194
  // to indexed object, toObject with fallback for non-array-like ES3 strings
57187
- var IObject = _iobject;
57195
+ var IObject = require_iobject();
57188
57196
  var defined$2 = _defined;
57189
57197
  var _toIobject = function (it) {
57190
57198
  return IObject(defined$2(it));
@@ -57331,7 +57339,7 @@
57331
57339
  var gOPS = _objectGops;
57332
57340
  var pIE = require_objectPie();
57333
57341
  var toObject = _toObject;
57334
- var IObject = _iobject;
57342
+ var IObject = require_iobject();
57335
57343
  var $assign = Object.assign;
57336
57344
 
57337
57345
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -188739,7 +188747,7 @@ double click --> edit`}`;
188739
188747
  }
188740
188748
 
188741
188749
  const name = "@teselagen/ove";
188742
- const version = "0.3.16";
188750
+ const version = "0.3.18";
188743
188751
  const main = "./src/index.js";
188744
188752
  const exports$1 = {
188745
188753
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "@teselagen/sequence-utils": "0.3.7",
17
17
  "@teselagen/range-utils": "0.3.7",
18
- "@teselagen/ui": "0.3.14",
18
+ "@teselagen/ui": "0.3.17",
19
19
  "@teselagen/file-utils": "0.3.9",
20
- "@teselagen/bounce-loader": "0.3.8",
20
+ "@teselagen/bounce-loader": "0.3.11",
21
21
  "@teselagen/bio-parsers": "0.3.8",
22
22
  "@blueprintjs/core": "3.52.0",
23
23
  "@blueprintjs/datetime": "3.23.19",
@@ -95,6 +95,5 @@
95
95
  "use-deep-compare-effect": "^1.6.1",
96
96
  "write-excel-file": "^1.4.25"
97
97
  },
98
- "type": "commonjs",
99
98
  "license": "MIT"
100
99
  }