@thi.ng/defmulti
Advanced tools
Comparing version 3.0.10 to 3.0.11
# Change Log | ||
- **Last updated**: 2023-12-11T10:07:09Z | ||
- **Last updated**: 2023-12-18T13:41:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -38,5 +38,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.12", | ||
"@thi.ng/errors": "^2.4.6", | ||
"@thi.ng/logger": "^2.0.2" | ||
"@thi.ng/api": "^8.9.13", | ||
"@thi.ng/errors": "^2.4.7", | ||
"@thi.ng/logger": "^2.1.0" | ||
}, | ||
@@ -66,3 +66,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=12.7" | ||
"node": ">=18" | ||
}, | ||
@@ -96,3 +96,3 @@ "files": [ | ||
}, | ||
"gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n" | ||
"gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n" | ||
} |
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
58160
Updated@thi.ng/api@^8.9.13
Updated@thi.ng/errors@^2.4.7
Updated@thi.ng/logger@^2.1.0