@thi.ng/compose
Advanced tools
Comparing version 1.4.22 to 1.4.23
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.4.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.4.22...@thi.ng/compose@1.4.23) (2021-01-02) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
## [1.4.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.4.21...@thi.ng/compose@1.4.22) (2020-12-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "1.4.22", | ||
"version": "1.4.23", | ||
"description": "Optimized functional composition helpers", | ||
@@ -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" | ||
}, | ||
@@ -72,3 +72,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47" | ||
} |
@@ -80,2 +80,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0 | ||
© 2016 - 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
60329
Updated@thi.ng/api@^6.13.6
Updated@thi.ng/errors@^1.2.26