@thi.ng/defmulti
Advanced tools
Comparing version 2.1.37 to 2.1.38
# Change Log | ||
- **Last updated**: 2023-05-11T12:16:33Z | ||
- **Last updated**: 2023-06-14T07:58:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "2.1.37", | ||
"version": "2.1.38", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.8.1", | ||
"@thi.ng/errors": "^2.2.16", | ||
"@thi.ng/logger": "^1.4.14" | ||
"@thi.ng/api": "^8.8.2", | ||
"@thi.ng/errors": "^2.2.17", | ||
"@thi.ng/logger": "^1.4.15" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.8", | ||
"@thi.ng/testament": "^0.3.16", | ||
"rimraf": "^5.0.0", | ||
"@microsoft/api-extractor": "^7.35.3", | ||
"@thi.ng/testament": "^0.3.17", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.6", | ||
"typescript": "^5.0.4" | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -94,3 +94,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "20ab11b687a13228f6a8cecdc5f05ba9105122ea\n" | ||
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\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
Updated@thi.ng/api@^8.8.2
Updated@thi.ng/errors@^2.2.17
Updated@thi.ng/logger@^1.4.15