@onflow/transport-http
Advanced tools
Comparing version 1.8.0 to 1.8.1
# @onflow/transport-http | ||
## 1.8.1 | ||
### Patch Changes | ||
- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug | ||
- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]: | ||
- @onflow/util-address@1.2.1 | ||
- @onflow/util-invariant@1.2.1 | ||
- @onflow/util-logger@1.3.1 | ||
- @onflow/util-template@1.2.1 | ||
## 1.8.0 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@onflow/transport-http", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Flow SDK HTTP Transport Module", | ||
@@ -16,6 +16,6 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.0", | ||
"@onflow/rlp": "^1.2.0", | ||
"@onflow/sdk": "^1.3.0", | ||
"@onflow/types": "^1.2.0", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/rlp": "^1.2.1", | ||
"@onflow/sdk": "^1.3.1", | ||
"@onflow/types": "^1.2.1", | ||
"jest": "^29.5.0" | ||
@@ -37,6 +37,6 @@ }, | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-address": "^1.2.0", | ||
"@onflow/util-invariant": "^1.2.0", | ||
"@onflow/util-logger": "^1.3.0", | ||
"@onflow/util-template": "^1.2.0", | ||
"@onflow/util-address": "^1.2.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/util-template": "^1.2.1", | ||
"abort-controller": "^3.0.0", | ||
@@ -43,0 +43,0 @@ "cross-fetch": "^3.1.6" |
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
326341
Updated@onflow/util-address@^1.2.1
Updated@onflow/util-logger@^1.3.1
Updated@onflow/util-template@^1.2.1