@thi.ng/arrays
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.3...@thi.ng/arrays@0.6.4) (2020-04-27) | ||
**Note:** Version bump only for package @thi.ng/arrays | ||
## [0.6.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.2...@thi.ng/arrays@0.6.3) (2020-04-11) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
export * from "./api"; | ||
export * from "./binary-search"; | ||
@@ -3,0 +2,0 @@ export * from "./ends-with"; |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Array / Arraylike utilities", | ||
@@ -41,8 +41,8 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/checks": "^2.6.2", | ||
"@thi.ng/compare": "^1.3.2", | ||
"@thi.ng/equiv": "^1.0.19", | ||
"@thi.ng/errors": "^1.2.10", | ||
"@thi.ng/random": "^1.4.5", | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/checks": "^2.6.3", | ||
"@thi.ng/compare": "^1.3.3", | ||
"@thi.ng/equiv": "^1.0.20", | ||
"@thi.ng/errors": "^1.2.11", | ||
"@thi.ng/random": "^1.4.6", | ||
"tslib": "^1.11.1" | ||
@@ -71,3 +71,3 @@ }, | ||
}, | ||
"gitHead": "bfafd37c52df27f7d886c0e2a344e4e7ede4d072" | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101595
1553
Updated@thi.ng/api@^6.10.2
Updated@thi.ng/checks@^2.6.3
Updated@thi.ng/compare@^1.3.3
Updated@thi.ng/equiv@^1.0.20
Updated@thi.ng/errors@^1.2.11
Updated@thi.ng/random@^1.4.6