@agoric/promise-kit
Advanced tools
Comparing version 0.2.22 to 0.2.23
@@ -6,2 +6,13 @@ # Change Log | ||
### [0.2.23](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.2.20...@agoric/promise-kit@0.2.23) (2021-08-15) | ||
### 0.26.10 (2021-07-28) | ||
### Bug Fixes | ||
* **promise-kit:** make strict typing compliant ([#3397](https://github.com/Agoric/agoric-sdk/issues/3397)) ([69e2692](https://github.com/Agoric/agoric-sdk/commit/69e2692188a386b49dbe1a662ac8cde286e7fe7e)) | ||
### [0.2.22](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.2.20...@agoric/promise-kit@0.2.22) (2021-08-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"description": "Helper for making promises", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.13.24" | ||
"@agoric/eventual-send": "^0.13.25" | ||
}, | ||
@@ -65,3 +65,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1e1b5328182b5f8ae2de0de42901f4698f4c3ed8" | ||
"gitHead": "59e49745875f72bf7143ccef13a645afcd85caa5" | ||
} |
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
14729