@thi.ng/defmulti
Advanced tools
Comparing version 3.0.55 to 3.0.56
# Change Log | ||
- **Last updated**: 2025-01-04T21:07:38Z | ||
- **Last updated**: 2025-01-21T15:46:52Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.55", | ||
"version": "3.0.56", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -43,5 +43,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.16", | ||
"@thi.ng/errors": "^2.5.22", | ||
"@thi.ng/logger": "^3.0.27" | ||
"@thi.ng/api": "^8.11.17", | ||
"@thi.ng/errors": "^2.5.23", | ||
"@thi.ng/logger": "^3.0.28" | ||
}, | ||
@@ -98,3 +98,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n" | ||
"gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n" | ||
} |
Updated@thi.ng/api@^8.11.17
Updated@thi.ng/errors@^2.5.23
Updated@thi.ng/logger@^3.0.28