@agoric/promise-kit
Advanced tools
Comparing version 0.1.7-dev.0 to 0.1.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.1.7-dev.0...@agoric/promise-kit@0.1.7) (2020-11-07) | ||
### Bug Fixes | ||
* correct types for PromiseRecord.resolve ([84270a4](https://github.com/Agoric/agoric-sdk/commit/84270a4a10b17e285299126f9c7e7d2fb4a05aa1)) | ||
## [0.1.7-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.1.6...@agoric/promise-kit@0.1.7-dev.0) (2020-10-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.1.7-dev.0", | ||
"version": "0.1.7", | ||
"description": "Helper for making promises", | ||
@@ -34,3 +34,3 @@ "main": "src/promiseKit.js", | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.12.0-dev.0" | ||
"@agoric/eventual-send": "^0.12.0" | ||
}, | ||
@@ -109,3 +109,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "dd23e32e44e11c3b86e2ddb2abcd7b9b19f55062" | ||
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233" | ||
} |
@@ -12,3 +12,3 @@ /* global harden globalThis */ | ||
* @typedef {Object} PromiseRecord A reified Promise | ||
* @property {(value: T) => void} resolve | ||
* @property {(value: ERef<T>) => void} resolve | ||
* @property {(reason: any) => void} reject | ||
@@ -15,0 +15,0 @@ * @property {Promise<T>} promise |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
10382
1