@thi.ng/arrays
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.2.0...@thi.ng/arrays@0.2.1) (2019-07-12) | ||
**Note:** Version bump only for package @thi.ng/arrays | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.1.9...@thi.ng/arrays@0.2.0) (2019-07-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Array / Arraylike utilities", | ||
@@ -23,3 +23,3 @@ "module": "./index.js", | ||
"cover": "yarn test && nyc report --reporter=lcov", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src", | ||
"pub": "yarn build && yarn publish --access public" | ||
@@ -36,8 +36,8 @@ }, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.3.0", | ||
"@thi.ng/checks": "^2.2.0", | ||
"@thi.ng/compare": "^1.0.7", | ||
"@thi.ng/equiv": "^1.0.7", | ||
"@thi.ng/errors": "^1.1.0", | ||
"@thi.ng/random": "^1.1.8" | ||
"@thi.ng/api": "^6.3.1", | ||
"@thi.ng/checks": "^2.2.1", | ||
"@thi.ng/compare": "^1.0.8", | ||
"@thi.ng/equiv": "^1.0.8", | ||
"@thi.ng/errors": "^1.1.1", | ||
"@thi.ng/random": "^1.1.9" | ||
}, | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "efa9fdd61dd4ad2187cefe0a26df3bf2baade24b" | ||
"gitHead": "47075afc37f3a16adee7c903a2935304c7cf5daf" | ||
} |
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
48922
Updated@thi.ng/api@^6.3.1
Updated@thi.ng/checks@^2.2.1
Updated@thi.ng/compare@^1.0.8
Updated@thi.ng/equiv@^1.0.8
Updated@thi.ng/errors@^1.1.1
Updated@thi.ng/random@^1.1.9