@vect/vector
Advanced tools
Comparing version 0.2.9 to 0.2.10-alpha.0
@@ -14,2 +14,32 @@ 'use strict'; | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) { return e; } else { | ||
var n = Object.create(null); | ||
if (e) { | ||
Object.keys(e).forEach(function (k) { | ||
if (k !== 'default') { | ||
var d = Object.getOwnPropertyDescriptor(e, k); | ||
Object.defineProperty(n, k, d.get ? d : { | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
} | ||
}); | ||
} | ||
}); | ||
} | ||
n['default'] = e; | ||
return Object.freeze(n); | ||
} | ||
} | ||
var Mapper__namespace = /*#__PURE__*/_interopNamespace(Mapper); | ||
var Indicate__namespace = /*#__PURE__*/_interopNamespace(Indicate); | ||
var Init__namespace = /*#__PURE__*/_interopNamespace(Init); | ||
var Margin__namespace = /*#__PURE__*/_interopNamespace(Margin); | ||
var Merge__namespace = /*#__PURE__*/_interopNamespace(Merge); | ||
var Select__namespace = /*#__PURE__*/_interopNamespace(Select); | ||
var Update__namespace = /*#__PURE__*/_interopNamespace(Update); | ||
var Zipper__namespace = /*#__PURE__*/_interopNamespace(Zipper); | ||
const union = (a, b) => { | ||
@@ -51,3 +81,3 @@ const ve = a.slice(); | ||
mutate | ||
} = Mapper; | ||
} = Mapper__namespace; | ||
const { | ||
@@ -57,3 +87,3 @@ marginCopy, | ||
marginMutate | ||
} = Margin; | ||
} = Margin__namespace; | ||
const { | ||
@@ -65,3 +95,3 @@ zipper, | ||
Quazipper | ||
} = Zipper; | ||
} = Zipper__namespace; | ||
const { | ||
@@ -74,3 +104,3 @@ maxBy, | ||
Indicator | ||
} = Indicate; | ||
} = Indicate__namespace; | ||
const { | ||
@@ -82,7 +112,7 @@ draft, | ||
range | ||
} = Init; | ||
} = Init__namespace; | ||
const { | ||
splices, | ||
partition | ||
} = Update; | ||
} = Update__namespace; | ||
const { | ||
@@ -94,3 +124,3 @@ divide, | ||
shuffle | ||
} = Select; | ||
} = Select__namespace; | ||
const { | ||
@@ -100,3 +130,3 @@ acquire, | ||
merges | ||
} = Merge; | ||
} = Merge__namespace; | ||
const { | ||
@@ -103,0 +133,0 @@ union: union$1, |
{ | ||
"name": "@vect/vector", | ||
"version": "0.2.9", | ||
"version": "0.2.10-alpha.0", | ||
"description": "Util for array", | ||
@@ -14,10 +14,10 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@vect/vector-indicator": "^0.2.9", | ||
"@vect/vector-init": "^0.2.9", | ||
"@vect/vector-mapper": "^0.2.9", | ||
"@vect/vector-margin": "^0.2.9", | ||
"@vect/vector-merge": "^0.2.9", | ||
"@vect/vector-select": "^0.2.9", | ||
"@vect/vector-update": "^0.2.9", | ||
"@vect/vector-zipper": "^0.2.9" | ||
"@vect/vector-indicator": "^0.2.10-alpha.0", | ||
"@vect/vector-init": "^0.2.10-alpha.0", | ||
"@vect/vector-mapper": "^0.2.10-alpha.0", | ||
"@vect/vector-margin": "^0.2.10-alpha.0", | ||
"@vect/vector-merge": "^0.2.10-alpha.0", | ||
"@vect/vector-select": "^0.2.10-alpha.0", | ||
"@vect/vector-update": "^0.2.10-alpha.0", | ||
"@vect/vector-zipper": "^0.2.10-alpha.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "d1911a29fc0916f90c791b9a763bf1bec11c4eb1" | ||
"gitHead": "eee0c345ff093b93debd1ed926eefe4a85b4cf66" | ||
} |
9175
247