@thi.ng/defmulti
Advanced tools
Comparing version 1.2.21 to 1.2.22
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.2.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.20...@thi.ng/defmulti@1.2.21) (2020-07-28) | ||
## [1.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.21...@thi.ng/defmulti@1.2.22) (2020-08-16) | ||
@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.19...@thi.ng/defmulti@1.2.20) (2020-07-04) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.18...@thi.ng/defmulti@1.2.19) (2020-07-02) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.17...@thi.ng/defmulti@1.2.18) (2020-06-20) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.16...@thi.ng/defmulti@1.2.17) (2020-06-14) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.15...@thi.ng/defmulti@1.2.16) (2020-06-01) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.1.4...@thi.ng/defmulti@1.2.0) (2019-11-09) | ||
@@ -57,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.2.21", | ||
"version": "1.2.22", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -45,11 +45,11 @@ "module": "./index.js", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.0.1", | ||
"mocha": "^8.1.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.0", | ||
"@thi.ng/errors": "^1.2.17" | ||
"@thi.ng/api": "^6.12.1", | ||
"@thi.ng/errors": "^1.2.18" | ||
}, | ||
@@ -78,3 +78,3 @@ "files": [ | ||
}, | ||
"gitHead": "6a1b929361ede67d425a0dbd12cf4bce56c1f8f8" | ||
"gitHead": "81ba08f0ce3a0ece6901944e7b5827283d13a9e6" | ||
} |
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
64975
Updated@thi.ng/api@^6.12.1
Updated@thi.ng/errors@^1.2.18