@thi.ng/defmulti
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.3...@thi.ng/defmulti@1.3.4) (2021-01-02) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
## [1.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.2...@thi.ng/defmulti@1.3.3) (2020-12-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -36,3 +36,3 @@ "module": "./index.js", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"doc": "node_modules/.bin/typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
@@ -49,8 +49,8 @@ "pub": "yarn build:release && yarn publish --access public" | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.5", | ||
"@thi.ng/errors": "^1.2.25" | ||
"@thi.ng/api": "^6.13.6", | ||
"@thi.ng/errors": "^1.2.26" | ||
}, | ||
@@ -79,3 +79,3 @@ "files": [ | ||
}, | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47" | ||
} |
@@ -23,3 +23,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [Usage examples](#usage-examples) | ||
- [Dynamic dispatch: Simple S-expression interpreter](#dynamic-dispatch--simple-s-expression-interpreter) | ||
- [Dynamic dispatch: Simple S-expression interpreter](#dynamic-dispatch-simple-s-expression-interpreter) | ||
- [True multiple arg dispatch](#true-multiple-arg-dispatch) | ||
@@ -390,2 +390,2 @@ - [Dispatch value graph visualization](#dispatch-value-graph-visualization) | ||
© 2018 - 2020 Karsten Schmidt // Apache Software License 2.0 | ||
© 2018 - 2021 Karsten Schmidt // Apache Software License 2.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
68723
Updated@thi.ng/api@^6.13.6
Updated@thi.ng/errors@^1.2.26