@thi.ng/defmulti
Advanced tools
Comparing version 3.0.43 to 3.0.44
# Change Log | ||
- **Last updated**: 2024-07-06T12:02:18Z | ||
- **Last updated**: 2024-07-19T14:56:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.43", | ||
"version": "3.0.44", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.5", | ||
"@thi.ng/errors": "^2.5.11", | ||
"@thi.ng/logger": "^3.0.15" | ||
"@thi.ng/api": "^8.11.6", | ||
"@thi.ng/errors": "^2.5.12", | ||
"@thi.ng/logger": "^3.0.16" | ||
}, | ||
@@ -94,3 +94,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n" | ||
"gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
<!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files --> | ||
# ![@thi.ng/defmulti](https://media.thi.ng/umbrella/banners-20230807/thing-defmulti.svg?a884adc9) | ||
# ![@thi.ng/defmulti](https://media.thi.ng/umbrella/banners-20230807/thing-defmulti.svg?727d8a79) | ||
@@ -10,3 +10,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/defmulti.svg)](https://www.npmjs.com/package/@thi.ng/defmulti) | ||
> [!NOTE] | ||
> This is one of 188 standalone projects, maintained as part | ||
> This is one of 189 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -85,3 +85,3 @@ > and anti-framework. | ||
Several projects in this repo's | ||
Four projects in this repo's | ||
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
@@ -94,3 +94,2 @@ directory are using this package: | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mastodon-feed.jpg" width="240"/> | Mastodon API feed reader with support for different media types, fullscreen media modal, HTML rewriting | [Demo](https://demo.thi.ng/umbrella/mastodon-feed/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/mastodon-feed) | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/procedural-text.jpg" width="240"/> | Procedural stochastic text generation via custom DSL, parse grammar & AST transformation | [Demo](https://demo.thi.ng/umbrella/procedural-text/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/procedural-text) | | ||
| <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) | | ||
@@ -97,0 +96,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
59333
423
Updated@thi.ng/api@^8.11.6
Updated@thi.ng/errors@^2.5.12
Updated@thi.ng/logger@^3.0.16