Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - just-cartesian-product@3.1.0
 - just-compact@2.4.0
 - just-flatten-it@4.2.0
 - just-group-by@1.3.0
 - just-index@3.2.0
 - just-insert@2.4.0
 - just-intersect@3.4.0
 - just-last@2.4.0
 - just-mean@1.3.0
 - just-median@1.2.0
 - just-mode@1.2.0
 - just-partition@1.4.0
 - just-percentile@2.1.0
 - just-permutations@1.2.0
 - just-random@2.2.0
 - just-range@3.1.0
 - just-remove@2.2.0
 - just-shuffle@3.2.0
 - just-skewness@1.2.0
 - just-sort-by@2.1.0
 - just-split-at@2.3.0
 - just-split@2.3.0
 - just-standard-deviation@1.2.0
 - just-tail@2.3.0
 - just-union@2.3.0
 - just-unique@3.4.0
 - just-variance@1.2.0
 - just-zip-it@2.3.0
 - just-clone@4.1.0
 - just-compare@1.5.0
 - just-diff-apply@3.1.0
 - just-diff@4.1.0
 - just-flush@1.2.0
 - just-pluck-it@1.3.0
 - just-compose@1.2.0
 - just-curry-it@4.1.0
 - just-debounce-it@2.1.0
 - just-demethodize@2.2.0
 - just-flip@1.2.0
 - just-memoize-last@2.1.0
 - just-memoize@1.3.0
 - just-once@1.4.0
 - just-partial-it@2.2.0
 - just-throttle@3.1.0
 - just-clamp@3.3.0
 - just-is-prime@1.2.0
 - just-modulo@1.3.0
 - just-random-integer@2.1.0
 - just-entries@1.2.0
 - just-extend@5.1.0
 - just-filter-object@2.1.0
 - just-flip-object@1.2.0
 - just-has@1.1.0
 - just-is-circular@1.2.0
 - just-is-empty@2.1.0
 - just-is-primitive@1.2.0
 - just-map-keys@1.2.0
 - just-map-values@2.2.0
 - just-map-object@1.3.0
 - just-merge@2.1.0
 - just-omit@1.4.0
 - just-pick@3.1.0
 - just-reduce-object@1.2.0
 - just-safe-get@3.1.0
 - just-safe-set@3.1.0
 - just-typeof@2.1.0
 - just-values@1.4.0
 - just-camel-case@5.1.0
 - just-capitalize@2.2.0
 - just-kebab-case@3.1.0
 - just-left-pad@2.3.0
 - just-pascal-case@2.1.0
 - just-prune@1.2.0
 - just-replace-all@1.2.0
 - just-right-pad@2.2.0
 - just-snake-case@2.1.0
 - just-squash@1.2.0
 - just-template@1.3.0
 - just-truncate@1.3.0
  • Loading branch information
angus-c committed Oct 31, 2021
1 parent f6076d1 commit 055f873
Show file tree
Hide file tree
Showing 79 changed files with 157 additions and 157 deletions.
4 changes: 2 additions & 2 deletions packages/array-cartesian-product/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-cartesian-product",
"version": "3.0.0",
"version": "3.1.0",
"description": "Cartesian product of arrays",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-compact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-compact",
"version": "2.3.0",
"version": "2.4.0",
"description": "returns a copy of an array with falsey values removed",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-flatten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-flatten-it",
"version": "4.1.0",
"version": "4.2.0",
"description": "return a flattened array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-group-by/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-group-by",
"version": "1.2.0",
"version": "1.3.0",
"description": "return a grouped object from array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-index",
"version": "3.1.0",
"version": "3.2.0",
"description": "return an object from an array, keyed by the value at the given id",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-insert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-insert",
"version": "2.3.0",
"version": "2.4.0",
"description": "Inserts a sub-array into an array starting at the given index. Returns a copy",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-intersect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-intersect",
"version": "3.3.0",
"version": "3.4.0",
"description": "return the intersect of two arrays",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-last/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-last",
"version": "2.3.0",
"version": "2.4.0",
"description": "return the last member of an array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-mean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-mean",
"version": "1.2.0",
"version": "1.3.0",
"description": "the mean (average) value in an array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-median/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-median",
"version": "1.1.0",
"version": "1.2.0",
"description": "return the median value of an array of numbers",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-mode",
"version": "1.1.0",
"version": "1.2.0",
"description": "return the most frequently occuring number(s)",
"type": "commonjs",
"main": "index.js",
Expand All @@ -27,4 +27,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-partition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-partition",
"version": "1.3.0",
"version": "1.4.0",
"description": "Elements satisfying predicate added to first array, remainder added to second",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-percentile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-percentile",
"version": "2.0.0",
"version": "2.1.0",
"description": "return the value at the given percentile (using linear interpolation)",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-permutations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-permutations",
"version": "1.1.0",
"version": "1.2.0",
"description": "Returns all permutations of the length N of the elements of the given Array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-random/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-random",
"version": "2.1.1",
"version": "2.2.0",
"description": "return a randomly selected element in an array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-range",
"version": "3.0.0",
"version": "3.1.0",
"description": "Generate a range array for numbers",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-remove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-remove",
"version": "2.1.1",
"version": "2.2.0",
"description": "removes one array from another",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-shuffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-shuffle",
"version": "3.1.0",
"version": "3.2.0",
"description": "return the elements of an array in random order",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-skewness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-skewness",
"version": "1.1.0",
"version": "1.2.0",
"description": "return the skewness of an array or numeric argument list using Pearson's second skewness coefficient",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-sort-by/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-sort-by",
"version": "2.0.0",
"version": "2.1.0",
"description": "Produces a new array, sorted in ascending order",
"type": "commonjs",
"main": "index.js",
Expand All @@ -27,4 +27,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-split-at/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-split-at",
"version": "2.2.0",
"version": "2.3.0",
"description": "splits an array into two at a given position",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-split/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-split",
"version": "2.2.1",
"version": "2.3.0",
"description": "Splits array into groups of n items each",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-standard-deviation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-standard-deviation",
"version": "1.1.0",
"version": "1.2.0",
"description": "return the standard deviation of an array or numeric argument list",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-tail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-tail",
"version": "2.2.0",
"version": "2.3.0",
"description": "return all but the first element of an array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-union/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-union",
"version": "2.2.0",
"version": "2.3.0",
"description": "returns the union of two arrays",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/array-unique/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-unique",
"version": "3.3.0",
"version": "3.4.0",
"description": "dedupes an array",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}
}
Loading

0 comments on commit 055f873

Please sign in to comment.