@onflow/transport-grpc
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @onflow/transport-grpc | ||
## 1.0.1 | ||
### Patch Changes | ||
- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging | ||
- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: | ||
- @onflow/rlp@1.0.1 | ||
- @onflow/util-address@1.0.1 | ||
- @onflow/util-invariant@1.0.1 | ||
- @onflow/util-template@1.0.1 | ||
## 1.0.0 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@onflow/transport-grpc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Flow SDK GRPC Transport Module", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
"test:watch": "jest --watch", | ||
"start": "microbundle watch" | ||
"start": "microbundle watch --no-compress" | ||
}, | ||
@@ -42,7 +42,7 @@ "dependencies": { | ||
"@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" | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.1" | ||
} | ||
} |
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
470001
+ Added@onflow/protobuf@1.3.1(transitive)
+ Added@onflow/rlp@1.2.3(transitive)
+ Added@onflow/util-address@1.2.3(transitive)
+ Added@onflow/util-invariant@1.2.4(transitive)
+ Added@onflow/util-logger@1.3.3(transitive)
+ Added@onflow/util-template@1.2.3(transitive)
- Removed@onflow/protobuf@1.3.0(transitive)
- Removed@onflow/rlp@1.2.2(transitive)
- Removed@onflow/util-address@1.2.2(transitive)
- Removed@onflow/util-invariant@1.2.3(transitive)
- Removed@onflow/util-logger@1.3.2(transitive)
- Removed@onflow/util-template@1.2.2(transitive)
Updated@onflow/rlp@^1.0.1
Updated@onflow/util-address@^1.0.1
Updated@onflow/util-template@^1.0.1