@onflow/transport-http
Advanced tools
Comparing version 1.8.0-typescript.0 to 1.8.0
# @onflow/transport-http | ||
## 1.8.0-typescript.0 | ||
## 1.8.0 | ||
### Minor Changes | ||
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build | ||
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build | ||
### Patch Changes | ||
- Updated dependencies [[`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2)]: | ||
- @onflow/util-invariant@1.2.0-typescript.0 | ||
- @onflow/util-template@1.2.0-typescript.0 | ||
- @onflow/util-address@1.2.0-typescript.0 | ||
- @onflow/util-logger@1.3.0-typescript.0 | ||
- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: | ||
- @onflow/util-invariant@1.2.0 | ||
- @onflow/util-template@1.2.0 | ||
- @onflow/util-address@1.2.0 | ||
- @onflow/util-logger@1.3.0 | ||
@@ -17,0 +17,0 @@ ## 1.7.2 |
{ | ||
"name": "@onflow/transport-http", | ||
"version": "1.8.0-typescript.0", | ||
"version": "1.8.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
@@ -16,6 +16,6 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.4.0-typescript.0", | ||
"@onflow/rlp": "^1.2.0-typescript.0", | ||
"@onflow/sdk": "^1.3.0-typescript.0", | ||
"@onflow/types": "^1.2.0-typescript.0", | ||
"@onflow/fcl-bundle": "^1.4.0", | ||
"@onflow/rlp": "^1.2.0", | ||
"@onflow/sdk": "^1.3.0", | ||
"@onflow/types": "^1.2.0", | ||
"jest": "^29.5.0" | ||
@@ -37,6 +37,6 @@ }, | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-address": "^1.2.0-typescript.0", | ||
"@onflow/util-invariant": "^1.2.0-typescript.0", | ||
"@onflow/util-logger": "^1.3.0-typescript.0", | ||
"@onflow/util-template": "^1.2.0-typescript.0", | ||
"@onflow/util-address": "^1.2.0", | ||
"@onflow/util-invariant": "^1.2.0", | ||
"@onflow/util-logger": "^1.3.0", | ||
"@onflow/util-template": "^1.2.0", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
325836
Updated@onflow/util-address@^1.2.0
Updated@onflow/util-logger@^1.3.0
Updated@onflow/util-template@^1.2.0