@onflow/transport-grpc
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0
# @onflow/transport-grpc | ||
## 1.0.0 | ||
### Major Changes | ||
- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha | ||
### Patch Changes | ||
- [#1129](https://github.com/onflow/fcl-js/pull/1129) [`7287ff14`](https://github.com/onflow/fcl-js/commit/7287ff14d20e19270ff345cd8b274ad5c8509eb7) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Add blockId to GetTransactionStatus response | ||
* [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code. | ||
- [#1115](https://github.com/onflow/fcl-js/pull/1115) [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - **BREAKING** Remove deprecated block builders, interaction types and send methods. | ||
- Updated dependencies [[`2768d1fa`](https://github.com/onflow/fcl-js/commit/2768d1fac5c74f7fc81cd0810fb7f30b68f8ab6d), [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8), [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854)]: | ||
- @onflow/util-address@1.0.0 | ||
- @onflow/util-invariant@1.0.0 | ||
- @onflow/rlp@1.0.0 | ||
- @onflow/util-template@1.0.0 | ||
- @onflow/protobuf@1.0.0 | ||
## 1.0.0-alpha.3 | ||
@@ -4,0 +25,0 @@ |
{ | ||
"name": "@onflow/transport-grpc", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0", | ||
"description": "Flow SDK GRPC Transport Module", | ||
@@ -40,8 +40,8 @@ "license": "Apache-2.0", | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@onflow/protobuf": "^1.0.0-alpha.0", | ||
"@onflow/rlp": "^1.0.0-alpha.1", | ||
"@onflow/util-address": "^1.0.0-alpha.1", | ||
"@onflow/util-invariant": "^1.0.0-alpha.1", | ||
"@onflow/util-template": "^1.0.0-alpha.1" | ||
"@onflow/protobuf": "^1.0.0", | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0" | ||
} | ||
} |
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
469461
0
Updated@onflow/protobuf@^1.0.0
Updated@onflow/rlp@^1.0.0
Updated@onflow/util-address@^1.0.0
Updated@onflow/util-template@^1.0.0