@thi.ng/defmulti
Advanced tools
Comparing version 3.0.34 to 3.0.35
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "3.0.34", | ||
"version": "3.0.35", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/logger": "^3.0.7" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/logger": "^3.0.8" | ||
}, | ||
@@ -95,3 +95,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -55,4 +55,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as def from "@thi.ng/defmulti"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -67,3 +73,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/defmulti"></script> | ||
```js | ||
const defmulti = await import("@thi.ng/defmulti"); | ||
const def = await import("@thi.ng/defmulti"); | ||
``` | ||
@@ -70,0 +76,0 @@ |
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
59375
424
185
0
2
0
43
+ Added@thi.ng/api@8.11.11(transitive)
+ Added@thi.ng/errors@2.5.17(transitive)
+ Added@thi.ng/logger@3.0.21(transitive)
- Removed@thi.ng/api@8.11.12(transitive)
- Removed@thi.ng/errors@2.5.18(transitive)
- Removed@thi.ng/logger@3.0.22(transitive)
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/logger@^3.0.8