@onflow/transport-http
Advanced tools
Comparing version 1.8.1 to 1.9.0
# @onflow/transport-http | ||
## 1.9.0 | ||
### Minor Changes | ||
- [#1792](https://github.com/onflow/fcl-js/pull/1792) [`cb5d38c8`](https://github.com/onflow/fcl-js/commit/cb5d38c8f1a2de47a1932ea8e89e43171b179712) Thanks [@jribbink](https://github.com/jribbink)! - Export HTTPRequestError | ||
## 1.8.1 | ||
@@ -4,0 +10,0 @@ |
@@ -774,2 +774,3 @@ 'use strict'; | ||
exports.HTTPRequestError = HTTPRequestError; | ||
exports.send = send; | ||
@@ -776,0 +777,0 @@ exports.sendExecuteScript = sendExecuteScript; |
@@ -747,3 +747,3 @@ import { invariant } from '@onflow/util-invariant'; | ||
export { send, sendExecuteScript, sendGetAccount, sendGetBlock, sendGetBlockHeader, sendGetCollection, sendGetEvents, sendGetNetworkParameters, sendGetTransaction, sendGetTransactionStatus, sendPing, sendTransaction }; | ||
export { HTTPRequestError, send, sendExecuteScript, sendGetAccount, sendGetBlock, sendGetBlockHeader, sendGetCollection, sendGetEvents, sendGetNetworkParameters, sendGetTransaction, sendGetTransactionStatus, sendPing, sendTransaction }; | ||
//# sourceMappingURL=sdk-send-http.module.js.map |
@@ -770,2 +770,3 @@ (function (global, factory) { | ||
exports.HTTPRequestError = HTTPRequestError; | ||
exports.send = send; | ||
@@ -772,0 +773,0 @@ exports.sendExecuteScript = sendExecuteScript; |
{ | ||
"name": "@onflow/transport-http", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
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
326728
2262