@thi.ng/defmulti
Advanced tools
Comparing version 1.2.14 to 1.2.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.14...@thi.ng/defmulti@1.2.15) (2020-05-14) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.2.13...@thi.ng/defmulti@1.2.14) (2020-05-03) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
import type { Implementation } from "./api"; | ||
/** | ||
@@ -2,0 +3,0 @@ * Returns a multi-dispatch function which delegates to one of the |
import type { IObjectOf } from "@thi.ng/api"; | ||
import type { MultiFn } from "./api"; | ||
import type { Implementation, MultiFn } from "./api"; | ||
/** | ||
@@ -59,3 +59,3 @@ * Syntax-sugar intended for sets of multi-methods sharing same dispatch | ||
*/ | ||
export declare const implementations: (id: string | number | symbol, rels: IObjectOf<MultiFn<any>[]>, ...impls: (MultiFn<any> | import("@thi.ng/api").FnAny<any>)[]) => void; | ||
export declare const implementations: (id: PropertyKey, rels: IObjectOf<MultiFn<any>[]>, ...impls: (MultiFn<any> | Implementation<any>)[]) => void; | ||
//# sourceMappingURL=impls.d.ts.map |
@@ -0,1 +1,2 @@ | ||
export * from "./api"; | ||
export * from "./constants"; | ||
@@ -2,0 +3,0 @@ export * from "./defmulti"; |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -36,15 +36,15 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.7.13", | ||
"@microsoft/api-extractor": "^7.8.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.13.4", | ||
"@types/node": "^14.0.1", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1", | ||
"ts-node": "^8.9.1", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.4", | ||
"@thi.ng/errors": "^1.2.13", | ||
"tslib": "^1.11.1" | ||
"@thi.ng/api": "^6.10.5", | ||
"@thi.ng/errors": "^1.2.14", | ||
"tslib": "^1.12.0" | ||
}, | ||
@@ -73,3 +73,3 @@ "files": [ | ||
}, | ||
"gitHead": "c11f130122cbaa05b8d48d394c3a164e238c8078" | ||
"gitHead": "97c301379d830c1982c364cfbec8766ff14f73f5" | ||
} |
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
66161
634
Updated@thi.ng/api@^6.10.5
Updated@thi.ng/errors@^1.2.14
Updatedtslib@^1.12.0