@thi.ng/compose
Advanced tools
Comparing version 2.1.17 to 2.1.18
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -41,5 +41,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)) | ||
@@ -65,5 +65,5 @@ # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.0.0) (2021-10-12) | ||
- update imports ([7e1855c](https://github.com/thi-ng/umbrella/commit/7e1855c)) | ||
- 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 ([7e1855c](https://github.com/thi-ng/umbrella/commit/7e1855c)) | ||
@@ -92,6 +92,6 @@ ### [1.4.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.4.17) (2020-09-13) | ||
- add ifDef() ([64aba00](https://github.com/thi-ng/umbrella/commit/64aba00)) | ||
- enable TS strict compiler flags (refactor) ([8ea894a](https://github.com/thi-ng/umbrella/commit/8ea894a)) | ||
- address TS strictNullChecks, make Delay.value protected ([1540f37](https://github.com/thi-ng/umbrella/commit/1540f37)) | ||
- users now MUST use .deref() to obtain result | ||
- enable TS strict compiler flags (refactor) ([8ea894a](https://github.com/thi-ng/umbrella/commit/8ea894a)) | ||
- add ifDef() ([64aba00](https://github.com/thi-ng/umbrella/commit/64aba00)) | ||
@@ -102,9 +102,9 @@ ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.2.0) (2019-03-10) | ||
- add complement() ([5a5a2d1](https://github.com/thi-ng/umbrella/commit/5a5a2d1)) | ||
- add trampoline() ([9e4c171](https://github.com/thi-ng/umbrella/commit/9e4c171)) | ||
- add complement() ([5a5a2d1](https://github.com/thi-ng/umbrella/commit/5a5a2d1)) | ||
#### ♻️ Refactoring | ||
- update Fn args in various packages ([e453ac3](https://github.com/thi-ng/umbrella/commit/e453ac3)) | ||
- update partial() type args, update readme ([81886fe](https://github.com/thi-ng/umbrella/commit/81886fe)) | ||
- update Fn args in various packages ([e453ac3](https://github.com/thi-ng/umbrella/commit/e453ac3)) | ||
@@ -111,0 +111,0 @@ ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.1.0) (2019-02-15) |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"description": "Optimized functional composition helpers", | ||
@@ -37,11 +37,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/errors": "^2.2.3" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/errors": "^2.2.4" | ||
}, | ||
"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" | ||
@@ -62,4 +62,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -110,3 +110,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
41885
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/errors@^2.2.4