@thi.ng/defmulti
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.8...@thi.ng/defmulti@1.3.9) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.7...@thi.ng/defmulti@1.3.8) (2021-03-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -52,4 +52,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.2", | ||
"@thi.ng/errors": "^1.2.30" | ||
"@thi.ng/api": "^7.1.3", | ||
"@thi.ng/errors": "^1.2.31" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
}, | ||
"gitHead": "c70903833fe6e89bbdb3f7d82197866320f91b3a" | ||
"gitHead": "c17a8b0149711c84603c7f0ffdf53263d6387a54" | ||
} |
69352
Updated@thi.ng/api@^7.1.3
Updated@thi.ng/errors@^1.2.31