@thi.ng/defmulti
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Change Log | ||
Last updated: 2021-11-17T23:24:59Z | ||
- **Last updated**: 2021-11-19T07:59:50Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -8,4 +9,4 @@ All notable changes to this project will be documented in this file. | ||
**Note:** Unlisted _patch_ versions only involve non-code changes and/or | ||
version bumps of transitive dependencies. | ||
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
@@ -189,3 +190,3 @@ ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@2.1.0) (2021-11-17) | ||
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@0.2.0) (2018-05-11) | ||
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@0.2.0) (2018-05-10) | ||
@@ -192,0 +193,0 @@ #### 🚀 Features |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -33,17 +33,17 @@ "type": "module", | ||
"doc:stats": "tools:module-stats", | ||
"pub": "yarn build && yarn npm publish --access public", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.0", | ||
"@thi.ng/errors": "^2.1.0", | ||
"@thi.ng/logger": "^1.1.0" | ||
"@thi.ng/api": "^8.3.1", | ||
"@thi.ng/errors": "^2.1.1", | ||
"@thi.ng/logger": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.0", | ||
"@thi.ng/testament": "^0.2.1", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.8", | ||
"typescript": "^4.4.4" | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -94,3 +94,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "519eedf95c076202f3429eb8e46ccff275bfe446\n" | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\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
191
3
5
1
41
58824
16
547
Updated@thi.ng/api@^8.3.1
Updated@thi.ng/errors@^2.1.1
Updated@thi.ng/logger@^1.1.1