diff --cc packages/array-compact/package.json index bcf74a43,86160402..00000000 --- a/packages/array-compact/package.json +++ b/packages/array-compact/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-compact", ++<<<<<<< HEAD + "version": "2.3.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "returns a copy of an array with falsey values removed", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-flatten/package.json index b2547894,12f6f2be..00000000 --- a/packages/array-flatten/package.json +++ b/packages/array-flatten/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-flatten-it", ++<<<<<<< HEAD + "version": "4.1.0", ++======= + "version": "5.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return a flattened array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-group-by/package.json index 7c0231b9,450b43e2..00000000 --- a/packages/array-group-by/package.json +++ b/packages/array-group-by/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-group-by", ++<<<<<<< HEAD + "version": "1.2.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return a grouped object from array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-index/package.json index e8b846b9,da1f83ad..00000000 --- a/packages/array-index/package.json +++ b/packages/array-index/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-index", ++<<<<<<< HEAD + "version": "3.1.0", ++======= + "version": "4.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return an object from an array, keyed by the value at the given id", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-insert/package.json index 689e4b22,07e06980..00000000 --- a/packages/array-insert/package.json +++ b/packages/array-insert/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-insert", ++<<<<<<< HEAD + "version": "2.3.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "Inserts a sub-array into an array starting at the given index. Returns a copy", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-intersect/package.json index a1414c6e,dd05f2a5..00000000 --- a/packages/array-intersect/package.json +++ b/packages/array-intersect/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-intersect", ++<<<<<<< HEAD + "version": "3.3.0", ++======= + "version": "4.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the intersect of two arrays", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-last/package.json index bede25d2,e996b6db..00000000 --- a/packages/array-last/package.json +++ b/packages/array-last/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-last", ++<<<<<<< HEAD + "version": "2.3.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the last member of an array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-mean/package.json index e2c403d4,8e26bfe4..00000000 --- a/packages/array-mean/package.json +++ b/packages/array-mean/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-mean", ++<<<<<<< HEAD + "version": "1.2.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "the mean (average) value in an array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-median/package.json index 53649716,9cfe9b5b..00000000 --- a/packages/array-median/package.json +++ b/packages/array-median/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-median", ++<<<<<<< HEAD + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the median value of an array of numbers", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-mode/package.json index 1442013b,14dce6fb..00000000 --- a/packages/array-mode/package.json +++ b/packages/array-mode/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-mode", ++<<<<<<< HEAD + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the most frequently occuring number(s)", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-partition/package.json index bab93838,7e03ce03..00000000 --- a/packages/array-partition/package.json +++ b/packages/array-partition/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-partition", ++<<<<<<< HEAD + "version": "1.3.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "Elements satisfying predicate added to first array, remainder added to second", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-permutations/package.json index 6499cf55,6af6ccdc..00000000 --- a/packages/array-permutations/package.json +++ b/packages/array-permutations/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-permutations", ++<<<<<<< HEAD + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "Returns all permutations of the length N of the elements of the given Array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-skewness/package.json index 5eb8fc1c,61fd0557..00000000 --- a/packages/array-skewness/package.json +++ b/packages/array-skewness/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-skewness", ++<<<<<<< HEAD + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the skewness of an array or numeric argument list using Pearson's second skewness coefficient", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-standard-deviation/package.json index 4521026f,5a935e20..00000000 --- a/packages/array-standard-deviation/package.json +++ b/packages/array-standard-deviation/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-standard-deviation", ++<<<<<<< HEAD:packages/array-standard-deviation/package.json + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c:packages/array-stdev/package.json "description": "return the standard deviation of an array or numeric argument list", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-variance/package.json index 3ecc9f04,82de20eb..00000000 --- a/packages/array-variance/package.json +++ b/packages/array-variance/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-variance", ++<<<<<<< HEAD + "version": "1.1.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return the standard deviation of an array or numeric argument list", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/array-zip/package.json index 1d5ae2e6,5ae64a03..00000000 --- a/packages/array-zip/package.json +++ b/packages/array-zip/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-zip-it", ++<<<<<<< HEAD + "version": "2.2.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "returns an array of grouped elements, taking n-th element from every given array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/function-once/package.json index 5f4f5fab,c864a5e6..00000000 --- a/packages/function-once/package.json +++ b/packages/function-once/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-once", ++<<<<<<< HEAD + "version": "1.3.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "create a function that can only be invoked once", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/function-partial/package.json index d5617cad,248f3cf3..00000000 --- a/packages/function-partial/package.json +++ b/packages/function-partial/package.json @@@ -1,10 -1,19 +1,23 @@@ { "name": "just-partial-it", ++<<<<<<< HEAD + "version": "2.1.2", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return a partial function", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/object-map-values/package.json index 266b99c6,55101316..00000000 --- a/packages/object-map-values/package.json +++ b/packages/object-map-values/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-map-values", ++<<<<<<< HEAD + "version": "2.1.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "map an object, predicate updates values, receives (value, key, object)", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/object-omit/package.json index 8b42b0a4,4d1af14e..00000000 --- a/packages/object-omit/package.json +++ b/packages/object-omit/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-omit", ++<<<<<<< HEAD + "version": "1.3.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "copy an object but omit the specified keys", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/object-values/package.json index 804866aa,44d3a303..00000000 --- a/packages/object-values/package.json +++ b/packages/object-values/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-values", ++<<<<<<< HEAD + "version": "1.3.0", ++======= + "version": "2.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "return property values as an array", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/string-capitalize/package.json index e012dbb0,8a80f90d..00000000 --- a/packages/string-capitalize/package.json +++ b/packages/string-capitalize/package.json @@@ -1,11 -1,20 +1,24 @@@ { "name": "just-capitalize", ++<<<<<<< HEAD + "version": "2.1.0", ++======= + "version": "3.0.0", ++>>>>>>> 6b364b0e2c2a0b6576e4fb76940b70c54fa6d71c "description": "capitalize the first character of a string", + "type": "commonjs", "main": "index.js", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "types": "index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --cc packages/string-replace-all/package.json index c3c53489,c8190746..00000000 --- a/packages/string-replace-all/package.json +++ b/packages/string-replace-all/package.json @@@ -1,11 -1,19 +1,20 @@@ { "name": "just-replace-all", - "version": "1.1.0", + "version": "2.0.0", "description": "replace all occurrences of a string within a string with another string", + "type": "commonjs", "main": "index.js", + "types": "index.d.ts", + "module": "index.esm.js", + "exports": { + ".": { + "require": "./index.js", + "default": "./index.esm.js" + } + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ diff --git a/packages/array-percentile/package.json b/packages/array-percentile/package.json index da73f6f9..38697836 100644 --- a/packages/array-percentile/package.json +++ b/packages/array-percentile/package.json @@ -1,6 +1,6 @@ { "name": "just-percentile", - "version": "2.0.0", + "version": "3.0.0", "description": "return the value at the given percentile (using linear interpolation)", "type": "commonjs", "main": "index.js", * Unmerged path packages/array-standard-deviation/index.esm.js * Unmerged path packages/array-standard-deviation/rollup.config.js