@thi.ng/defmulti
Advanced tools
Comparing version 1.2.11 to 1.2.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.11...@thi.ng/defmulti@1.2.12) (2020-04-27) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.10...@thi.ng/defmulti@1.2.11) (2020-04-11) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
export * from "./api"; | ||
export * from "./constants"; | ||
@@ -3,0 +2,0 @@ export * from "./defmulti"; |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -41,4 +41,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/errors": "^1.2.10", | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/errors": "^1.2.11", | ||
"tslib": "^1.11.1" | ||
@@ -68,3 +68,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
65205
632
Updated@thi.ng/api@^6.10.2
Updated@thi.ng/errors@^1.2.11