TBR: Exporting exec.Result struct from the mojom file.
Change-Id: I626137e066726f310522a3da35826658b1119e61
diff --git a/lib/syncbase_client.dart b/lib/syncbase_client.dart
index 68759d0..5dd4ebb 100644
--- a/lib/syncbase_client.dart
+++ b/lib/syncbase_client.dart
@@ -19,9 +19,10 @@
BatchOptions,
KeyValue,
Perms,
+ Result,
SyncgroupMemberInfo,
- TableRow,
SyncgroupSpec,
+ TableRow,
WatchChange;
part 'src/app.dart';
@@ -104,8 +105,7 @@
return new mojom.SyncgroupMemberInfo()..syncPriority = syncPriority;
}
- static mojom.TableRow syncgroupPrefix(
- String tableName, String row) {
+ static mojom.TableRow syncgroupPrefix(String tableName, String row) {
return new mojom.TableRow()
..tableName = tableName
..row = row;
diff --git a/pubspec.yaml b/pubspec.yaml
index f77794f..1db1f8f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,11 +2,11 @@
description: Syncbase is a storage system for developers that makes it easy to synchronize app data between devices. It works even when devices are not connected to the Internet.
homepage: https://github.com/vanadium/mojo.syncbase
name: syncbase
-version: 0.0.10
+version: 0.0.11
dependencies:
mojo: '>=0.3.0 <0.4.0'
dev_dependencies:
dart_style: any
test: any
environment:
- sdk: '>=1.12.0 <2.0.0'
\ No newline at end of file
+ sdk: '>=1.12.0 <2.0.0'