@thi.ng/defmulti
Advanced tools
Comparing version 1.3.16 to 1.3.17
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.3.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.15...@thi.ng/defmulti@1.3.16) (2021-08-08) | ||
## [1.3.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.16...@thi.ng/defmulti@1.3.17) (2021-09-03) | ||
@@ -15,34 +15,2 @@ **Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.14...@thi.ng/defmulti@1.3.15) (2021-08-08) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.13...@thi.ng/defmulti@1.3.14) (2021-08-04) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.12...@thi.ng/defmulti@1.3.13) (2021-07-01) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.11...@thi.ng/defmulti@1.3.12) (2021-06-08) | ||
**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) | ||
@@ -49,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -41,3 +41,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.9", | ||
"@thi.ng/api": "^7.2.0", | ||
"@thi.ng/errors": "^1.3.4" | ||
@@ -68,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "538019e9d8ca6c5fee4754af93ad454c0674dc72" | ||
"gitHead": "d971cb3f9b215a95483f78f1a8614015e331146f" | ||
} |
@@ -73,3 +73,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
| Screenshot | Description | Live demo | Source | | ||
| -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------- | | ||
|:---------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------| | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png" width="240"/> | rstream based spreadsheet w/ S-expression formula DSL | [Demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet) | | ||
@@ -76,0 +76,0 @@ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/xml-converter.png" width="240"/> | XML/HTML/SVG to hiccup/JS conversion | [Demo](https://demo.thi.ng/umbrella/xml-converter/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/xml-converter) | |
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
68452
Updated@thi.ng/api@^7.2.0