ml-array-normed
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.3.6](https://github.com/mljs/array/compare/ml-array-normed@1.3.5...ml-array-normed@1.3.6) (2021-03-24) | ||
### Bug Fixes | ||
* update is-any-array to v1 ([578e6d6](https://github.com/mljs/array/commit/578e6d68a429ebc72a2eaa991eec6baf377f2405)) | ||
## [1.3.5](https://github.com/mljs/array/compare/ml-array-normed@1.3.4...ml-array-normed@1.3.5) (2021-03-03) | ||
@@ -8,0 +20,0 @@ |
@@ -0,0 +0,0 @@ # 1.1.0 (2020-03-02) |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "ml-array-normed", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Normalize the values of a given array", | ||
@@ -26,7 +26,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"is-any-array": "^0.1.0", | ||
"ml-array-max": "^1.2.2", | ||
"ml-array-sum": "^1.1.4" | ||
"is-any-array": "^1.0.0", | ||
"ml-array-max": "^1.2.3", | ||
"ml-array-sum": "^1.1.5" | ||
}, | ||
"gitHead": "047f2d11d174dad9b576649f676adfa2439fff15" | ||
"gitHead": "d06a16075e582be7b7c553cd1aecbe1d03c64b7a" | ||
} |
@@ -0,0 +0,0 @@ # array-normed |
@@ -0,0 +0,0 @@ import norm from '..'; |
@@ -0,0 +0,0 @@ import isArray from 'is-any-array'; |
@@ -0,0 +0,0 @@ declare namespace mlArrayNormed { |
Sorry, the diff of this file is not supported yet
16437
+ Addedis-any-array@1.0.1(transitive)
- Removedis-any-array@0.1.1(transitive)
Updatedis-any-array@^1.0.0
Updatedml-array-max@^1.2.3
Updatedml-array-sum@^1.1.5