@thi.ng/defmulti
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.10...@thi.ng/defmulti@1.3.11) (2021-03-17) | ||
## [1.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.11...@thi.ng/defmulti@1.3.12) (2021-06-08) | ||
@@ -15,10 +15,2 @@ **Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.9...@thi.ng/defmulti@1.3.10) (2021-03-12) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.5...@thi.ng/defmulti@1.3.6) (2021-03-03) | ||
@@ -25,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -45,11 +45,11 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.3.0", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
"typescript": "4.2.4" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/errors": "^1.3.0" | ||
"@thi.ng/api": "^7.1.5", | ||
"@thi.ng/errors": "^1.3.1" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
}, | ||
"gitHead": "15f3ea0e15805bc67ca61bf87ce5e8849a7d8e86" | ||
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1" | ||
} |
68818
Updated@thi.ng/api@^7.1.5
Updated@thi.ng/errors@^1.3.1