@thi.ng/defmulti
Advanced tools
Comparing version 2.1.20 to 2.1.21
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -35,5 +35,5 @@ | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
@@ -59,6 +59,2 @@ # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@2.0.0) (2021-10-12) | ||
- update defmulti args ([a10d36f](https://github.com/thi-ng/umbrella/commit/a10d36f)) | ||
- add additional opt arg to allow specifying/adding impls, same effect as `.addAll()` | ||
- update AncestorDefs and `makeRels()` helper | ||
- update tests | ||
- add .setDefault(), pkg restructure ([0a8641a](https://github.com/thi-ng/umbrella/commit/0a8641a)) | ||
@@ -69,2 +65,6 @@ - dissolve constants.ts: | ||
- update deps | ||
- update defmulti args ([a10d36f](https://github.com/thi-ng/umbrella/commit/a10d36f)) | ||
- add additional opt arg to allow specifying/adding impls, same effect as `.addAll()` | ||
- update AncestorDefs and `makeRels()` helper | ||
- update tests | ||
@@ -77,5 +77,5 @@ #### 🩹 Bug fixes | ||
- update imports ([76940d3](https://github.com/thi-ng/umbrella/commit/76940d3)) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
- update imports ([76940d3](https://github.com/thi-ng/umbrella/commit/76940d3)) | ||
@@ -153,5 +153,5 @@ ### [1.3.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@1.3.6) (2021-03-03) | ||
- remove optional excess args from type sigs ([5270143](https://github.com/thi-ng/umbrella/commit/5270143)) | ||
- update imports, fix tests (cherry picked from [cdd8659a](https://github.com/thi-ng/umbrella/commit/cdd8659a)) ([e04eb29](https://github.com/thi-ng/umbrella/commit/e04eb29)) | ||
- update imports, fix tests ([cdd8659](https://github.com/thi-ng/umbrella/commit/cdd8659)) | ||
- remove optional excess args from type sigs ([5270143](https://github.com/thi-ng/umbrella/commit/5270143)) | ||
@@ -158,0 +158,0 @@ ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@0.7.0) (2019-01-02) |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "2.1.20", | ||
"version": "2.1.21", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -37,12 +37,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/errors": "^2.2.3", | ||
"@thi.ng/logger": "^1.4.2" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/errors": "^2.2.4", | ||
"@thi.ng/logger": "^1.4.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -68,4 +68,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -95,3 +95,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
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
58843
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/errors@^2.2.4
Updated@thi.ng/logger@^1.4.3