@teselagen/ove 0.2.1 → 0.3.2
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.umd.js +17 -9
- package/package.json +7 -7
    
        package/index.umd.js
    CHANGED
    
    | @@ -57197,12 +57197,20 @@ | |
| 57197 57197 | 
             
                return toString$4.call(it).slice(8, -1);
         | 
| 57198 57198 | 
             
              };
         | 
| 57199 57199 |  | 
| 57200 | 
            -
               | 
| 57201 | 
            -
              var  | 
| 57202 | 
            -
             | 
| 57203 | 
            -
               | 
| 57204 | 
            -
             | 
| 57205 | 
            -
             | 
| 57200 | 
            +
              var _iobject;
         | 
| 57201 | 
            +
              var hasRequired_iobject;
         | 
| 57202 | 
            +
             | 
| 57203 | 
            +
              function require_iobject () {
         | 
| 57204 | 
            +
              	if (hasRequired_iobject) return _iobject;
         | 
| 57205 | 
            +
              	hasRequired_iobject = 1;
         | 
| 57206 | 
            +
              	// fallback for non-array-like ES3 and non-enumerable old V8 strings
         | 
| 57207 | 
            +
              	var cof = _cof;
         | 
| 57208 | 
            +
              	// eslint-disable-next-line no-prototype-builtins
         | 
| 57209 | 
            +
              	_iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
         | 
| 57210 | 
            +
              	  return cof(it) == 'String' ? it.split('') : Object(it);
         | 
| 57211 | 
            +
              	};
         | 
| 57212 | 
            +
              	return _iobject;
         | 
| 57213 | 
            +
              }
         | 
| 57206 57214 |  | 
| 57207 57215 | 
             
              // 7.2.1 RequireObjectCoercible(argument)
         | 
| 57208 57216 | 
             
              var _defined = function (it) {
         | 
| @@ -57211,7 +57219,7 @@ | |
| 57211 57219 | 
             
              };
         | 
| 57212 57220 |  | 
| 57213 57221 | 
             
              // to indexed object, toObject with fallback for non-array-like ES3 strings
         | 
| 57214 | 
            -
              var IObject =  | 
| 57222 | 
            +
              var IObject = require_iobject();
         | 
| 57215 57223 | 
             
              var defined$2 = _defined;
         | 
| 57216 57224 | 
             
              var _toIobject = function (it) {
         | 
| 57217 57225 | 
             
                return IObject(defined$2(it));
         | 
| @@ -57358,7 +57366,7 @@ | |
| 57358 57366 | 
             
              	var gOPS = _objectGops;
         | 
| 57359 57367 | 
             
              	var pIE = require_objectPie();
         | 
| 57360 57368 | 
             
              	var toObject = _toObject;
         | 
| 57361 | 
            -
              	var IObject =  | 
| 57369 | 
            +
              	var IObject = require_iobject();
         | 
| 57362 57370 | 
             
              	var $assign = Object.assign;
         | 
| 57363 57371 |  | 
| 57364 57372 | 
             
              	// should work with symbols and should have deterministic property order (V8 bug)
         | 
| @@ -188618,7 +188626,7 @@ double click --> edit`}`; | |
| 188618 188626 | 
             
              }
         | 
| 188619 188627 |  | 
| 188620 188628 | 
             
              const name = "@teselagen/ove";
         | 
| 188621 | 
            -
              const version = "0. | 
| 188629 | 
            +
              const version = "0.3.1";
         | 
| 188622 188630 | 
             
              const main = "./src/index.js";
         | 
| 188623 188631 | 
             
              const packageJson = {
         | 
| 188624 188632 | 
             
              	name: name,
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@teselagen/ove",
         | 
| 3 | 
            -
              "version": "0.2 | 
| 3 | 
            +
              "version": "0.3.2",
         | 
| 4 4 | 
             
              "main": "./src/index.js",
         | 
| 5 5 | 
             
              "dependencies": {
         | 
| 6 | 
            -
                "@teselagen/sequence-utils": "0.2 | 
| 7 | 
            -
                "@teselagen/range-utils": "0.2 | 
| 8 | 
            -
                "@teselagen/ui": "0.2 | 
| 9 | 
            -
                "@teselagen/file-utils": "0.2 | 
| 10 | 
            -
                "@teselagen/bounce-loader": "0.2 | 
| 11 | 
            -
                "@teselagen/bio-parsers": "0.2 | 
| 6 | 
            +
                "@teselagen/sequence-utils": "0.3.2",
         | 
| 7 | 
            +
                "@teselagen/range-utils": "0.3.2",
         | 
| 8 | 
            +
                "@teselagen/ui": "0.3.2",
         | 
| 9 | 
            +
                "@teselagen/file-utils": "0.3.2",
         | 
| 10 | 
            +
                "@teselagen/bounce-loader": "0.3.2",
         | 
| 11 | 
            +
                "@teselagen/bio-parsers": "0.3.2",
         | 
| 12 12 | 
             
                "@blueprintjs/core": "3.52.0",
         | 
| 13 13 | 
             
                "@blueprintjs/datetime": "3.23.19",
         | 
| 14 14 | 
             
                "@blueprintjs/icons": "3.33.0",
         |