@endo/eventual-send
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.14.3](https://github.com/endojs/endo/compare/@endo/eventual-send@0.14.2...@endo/eventual-send@0.14.3) (2022-01-27) | ||
### Bug Fixes | ||
* Publish all materials consistently ([#1021](https://github.com/endojs/endo/issues/1021)) ([a2c74d9](https://github.com/endojs/endo/commit/a2c74d9de68a325761d62e1b2187a117ef884571)) | ||
### [0.14.2](https://github.com/endojs/endo/compare/@endo/eventual-send@0.14.1...@endo/eventual-send@0.14.2) (2022-01-25) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@endo/eventual-send", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -30,4 +30,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/lockdown": "^0.1.3", | ||
"@endo/ses-ava": "^0.2.15", | ||
"@endo/lockdown": "^0.1.4", | ||
"@endo/ses-ava": "^0.2.16", | ||
"ava": "^3.12.1", | ||
@@ -41,5 +41,6 @@ "c8": "^7.7.3" | ||
"files": [ | ||
"LICENSE*", | ||
"src", | ||
"dist", | ||
"shim.js" | ||
"*.js", | ||
"*.ts" | ||
], | ||
@@ -64,3 +65,3 @@ "eslintConfig": { | ||
}, | ||
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09" | ||
"gitHead": "4e9cd15994971759eabcbaa507e524343de9b8e0" | ||
} |
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
69781