@thi.ng/compose
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@2.0.1...@thi.ng/compose@2.0.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@2.0.0...@thi.ng/compose@2.0.1) (2021-10-13) | ||
@@ -8,0 +16,0 @@ |
export const delay = (body) => new Delay(body); | ||
export class Delay { | ||
value; | ||
body; | ||
realized; | ||
constructor(body) { | ||
@@ -7,0 +4,0 @@ this.body = body; |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Optimized functional composition helpers", | ||
@@ -37,7 +37,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.1", | ||
"@thi.ng/errors": "^2.0.1" | ||
"@thi.ng/api": "^8.0.2", | ||
"@thi.ng/errors": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.1" | ||
"@thi.ng/testament": "^0.1.2" | ||
}, | ||
@@ -104,3 +104,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19" | ||
"gitHead": "3c5f903104da150588946a94bb118ad559ad395d" | ||
} |
@@ -53,3 +53,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 836 bytes | ||
Package sizes (gzipped, pre-treeshake): ESM: 825 bytes | ||
@@ -56,0 +56,0 @@ ## Dependencies |
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
40020
459
Updated@thi.ng/api@^8.0.2
Updated@thi.ng/errors@^2.0.2