@onflow/transport-grpc
Advanced tools
Comparing version 1.2.0-alpha.2 to 1.2.0-alpha.3
# @onflow/transport-grpc | ||
## 1.2.0-alpha.3 | ||
### Patch Changes | ||
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version | ||
- Updated dependencies [[`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106)]: | ||
- @onflow/util-invariant@1.1.0-alpha.1 | ||
- @onflow/util-template@1.1.0-alpha.1 | ||
- @onflow/util-address@1.1.0-alpha.4 | ||
- @onflow/protobuf@1.2.0-alpha.1 | ||
- @onflow/rlp@1.1.0-alpha.1 | ||
## 1.2.0-alpha.2 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@onflow/transport-grpc", | ||
"version": "1.2.0-alpha.2", | ||
"version": "1.2.0-alpha.3", | ||
"description": "Flow SDK GRPC Transport Module", | ||
@@ -22,3 +22,3 @@ "license": "Apache-2.0", | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"jest": "^27.0.6", | ||
"jest": "^27.5.1", | ||
"jest-esm-transformer": "1.0.0" | ||
@@ -42,8 +42,8 @@ }, | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@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" | ||
"@onflow/protobuf": "^1.2.0-alpha.1", | ||
"@onflow/rlp": "^1.1.0-alpha.1", | ||
"@onflow/util-address": "^1.1.0-alpha.4", | ||
"@onflow/util-invariant": "^1.1.0-alpha.1", | ||
"@onflow/util-template": "^1.1.0-alpha.1" | ||
} | ||
} |
@@ -40,3 +40,3 @@ --- | ||
📖 **gRPC Access API URLs** can be found [here](https://docs.onflow.org/access-api/#flow-access-node-endpoints). The public Flow gRPC access nodes are accessible at: | ||
📖 **gRPC Access API URLs** can be found [here](https://developers.flow.com/concepts/nodes/access-api#flow-access-node-endpoints). The public Flow gRPC access nodes are accessible at: | ||
- Testnet `https://access-testnet.onflow.org` | ||
@@ -46,4 +46,4 @@ - Mainnet `https://access-mainnet.onflow.org` | ||
For more information, please consult the [FCL-JS SDK guidelines](/docs/reference/sdk-guidelines.mdx). | ||
For more information, please consult the [FCL-JS SDK guidelines](https://developers.flow.com/tooling/fcl-js/sdk-guidelines). | ||
For information about installing and configuring FCL, see the [FCL Quick Start Tutorial](/docs/tutorials/flow-app-quickstart.mdx). | ||
For information about installing and configuring FCL, see the [FCL Quick Start Tutorial](https://developers.flow.com/tutorials/flow-app-quickstart). |
1376530