@thi.ng/defmulti
Advanced tools
Comparing version 3.0.44 to 3.0.45
# Change Log | ||
- **Last updated**: 2024-07-19T14:56:21Z | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.44", | ||
"version": "3.0.45", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.6", | ||
"@thi.ng/errors": "^2.5.12", | ||
"@thi.ng/logger": "^3.0.16" | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/logger": "^3.0.17" | ||
}, | ||
@@ -94,3 +94,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n" | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 198 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -83,2 +83,4 @@ > and anti-framework. | ||
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime) | ||
## Usage examples | ||
@@ -85,0 +87,0 @@ |
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
59412
425
Updated@thi.ng/api@^8.11.7
Updated@thi.ng/errors@^2.5.13
Updated@thi.ng/logger@^3.0.17