Skip to content

Commit f47a2c8

Browse files
committed
Make the GrpcError class visible to clients
Fixes #114
1 parent e9b9aae commit f47a2c8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.6
2+
3+
- Make the GrpcError class visible to clients
4+
15
## 0.9.5
26

37
- Fix closing connections properly (@nullbtb)

lib/firedart.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export 'package:firedart/auth/firebase_auth.dart';
55
export 'package:firedart/auth/token_store.dart';
66
export 'package:firedart/firestore/firestore.dart';
77
export 'package:firedart/firestore/models.dart';
8+
export 'package:grpc/grpc.dart' show GrpcError;

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: firedart
22
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
3-
version: 0.9.5
3+
version: 0.9.6
44
homepage: https://github.com/cachapa/firedart
55

66
environment:
77
sdk: '>=2.18.0 <4.0.0'
88

99
dependencies:
1010
http: '>=0.13.0 <2.0.0'
11-
grpc: ^3.2.2
11+
grpc: ^3.2.3
1212
protobuf: ^3.0.0
1313
fixnum: ^1.1.0
1414

0 commit comments

Comments
 (0)