@onflow/transport-grpc
Advanced tools
Comparing version 1.2.0-alpha.0 to 1.2.0-alpha.1
# @onflow/transport-grpc | ||
## 1.2.0-alpha.1 | ||
### Minor Changes | ||
- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build | ||
### Patch Changes | ||
- Updated dependencies [[`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4)]: | ||
- @onflow/protobuf@1.2.0-alpha.0 | ||
- @onflow/rlp@1.1.0-alpha.0 | ||
- @onflow/util-address@1.1.0-alpha.3 | ||
- @onflow/util-invariant@1.1.0-alpha.0 | ||
- @onflow/util-template@1.1.0-alpha.0 | ||
## 1.2.0-alpha.0 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@onflow/transport-grpc", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "Flow SDK GRPC Transport Module", | ||
@@ -21,3 +21,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.2.0", | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"jest": "^27.0.6", | ||
@@ -42,8 +42,8 @@ "jest-esm-transformer": "1.0.0" | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@onflow/protobuf": "^1.1.0", | ||
"@onflow/rlp": "^1.0.3", | ||
"@onflow/util-address": "^1.1.0-alpha.0", | ||
"@onflow/util-invariant": "^1.0.3", | ||
"@onflow/util-template": "^1.0.4" | ||
"@onflow/protobuf": "^1.2.0-alpha.0", | ||
"@onflow/rlp": "^1.1.0-alpha.0", | ||
"@onflow/util-address": "^1.1.0-alpha.3", | ||
"@onflow/util-invariant": "^1.1.0-alpha.0", | ||
"@onflow/util-template": "^1.1.0-alpha.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3286404