@thi.ng/arrays
Advanced tools
Comparing version 0.6.9 to 0.6.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.9...@thi.ng/arrays@0.6.10) (2020-06-20) | ||
**Note:** Version bump only for package @thi.ng/arrays | ||
## [0.6.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.8...@thi.ng/arrays@0.6.9) (2020-06-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"description": "Array / Arraylike utilities", | ||
@@ -14,6 +14,12 @@ "module": "./index.js", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/arrays#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -47,8 +53,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.11.1", | ||
"@thi.ng/checks": "^2.7.1", | ||
"@thi.ng/compare": "^1.3.8", | ||
"@thi.ng/equiv": "^1.0.23", | ||
"@thi.ng/errors": "^1.2.14", | ||
"@thi.ng/random": "^1.4.11", | ||
"@thi.ng/api": "^6.11.2", | ||
"@thi.ng/checks": "^2.7.2", | ||
"@thi.ng/compare": "^1.3.9", | ||
"@thi.ng/equiv": "^1.0.24", | ||
"@thi.ng/errors": "^1.2.15", | ||
"@thi.ng/random": "^1.4.12", | ||
"tslib": "^1.12.0" | ||
@@ -77,3 +83,3 @@ }, | ||
}, | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
"gitHead": "71008cd78a3288d0f740c3e4b379b353f5c926b9" | ||
} |
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
101662
Updated@thi.ng/api@^6.11.2
Updated@thi.ng/checks@^2.7.2
Updated@thi.ng/compare@^1.3.9
Updated@thi.ng/equiv@^1.0.24
Updated@thi.ng/errors@^1.2.15
Updated@thi.ng/random@^1.4.12