oasis-std
Advanced tools
Comparing version 0.1.0-rc.43 to 0.1.0-rc.44
@@ -290,3 +290,3 @@ "use strict"; | ||
.on('error', (e) => { | ||
this.hasResults.reject(e); | ||
this.hasResults.reject(new types_1.RpcError.Gateway(e)); | ||
this.hasResults = new ExternallySettledPromise(); | ||
@@ -293,0 +293,0 @@ }); |
{ | ||
"name": "oasis-std", | ||
"version": "0.1.0-rc.43", | ||
"version": "0.1.0-rc.44", | ||
"description": "Oasis platform standard library", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
"@oasislabs/confidential": "=1.0.0-rc.25", | ||
"@oasislabs/gateway": "=1.0.0-rc.44", | ||
"@oasislabs/gateway": "=1.0.0-rc.45", | ||
"@oasislabs/service": "=1.0.0-rc.36", | ||
@@ -30,3 +30,3 @@ "@types/pino": "^6.2.1", | ||
}, | ||
"gitHead": "ada04e0ca3e20067763a3534e2c20fd4d7760f08" | ||
"gitHead": "0257570c487073f5f747244539fdea9fa7b1cc4f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
300950