@thi.ng/defmulti
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.4.0...@thi.ng/defmulti@0.4.1) (2018-10-21) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.11...@thi.ng/defmulti@0.4.0) (2018-10-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -24,11 +24,11 @@ "main": "./index.js", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"@types/node": "^10.12.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.12.0", | ||
"typescript": "^3.0.1" | ||
"nyc": "^13.1.0", | ||
"typedoc": "^0.13.0", | ||
"typescript": "^3.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.2.2", | ||
"@thi.ng/errors": "^0.1.10" | ||
"@thi.ng/api": "^4.2.3", | ||
"@thi.ng/errors": "^0.1.11" | ||
}, | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6e563377f8cdbdda904559c956a2a558eb9fed64" | ||
"gitHead": "5bb513915cb3c533bd4278f6f365389b3664f4d1" | ||
} |
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
29696
Updated@thi.ng/api@^4.2.3
Updated@thi.ng/errors@^0.1.11