@thi.ng/defmulti
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.3.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.8...@thi.ng/defmulti@1.3.9) (2021-03-03) | ||
## [1.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.9...@thi.ng/defmulti@1.3.10) (2021-03-12) | ||
@@ -15,18 +15,2 @@ **Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.7...@thi.ng/defmulti@1.3.8) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.6...@thi.ng/defmulti@1.3.7) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.5...@thi.ng/defmulti@1.3.6) (2021-03-03) | ||
@@ -43,10 +27,2 @@ | ||
## [1.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.4...@thi.ng/defmulti@1.3.5) (2021-02-20) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.26...@thi.ng/defmulti@1.3.0) (2020-11-24) | ||
@@ -53,0 +29,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -48,8 +48,8 @@ "module": "./index.js", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.3", | ||
"@thi.ng/errors": "^1.2.31" | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/errors": "^1.2.32" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
}, | ||
"gitHead": "c17a8b0149711c84603c7f0ffdf53263d6387a54" | ||
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0" | ||
} |
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
68818
Updated@thi.ng/api@^7.1.4
Updated@thi.ng/errors@^1.2.32