@proscom/prostore-apollo
Advanced tools
Comparing version 0.1.13 to 0.2.0
{ | ||
"name": "@proscom/prostore-apollo", | ||
"version": "0.1.13", | ||
"version": "0.2.0", | ||
"description": "Adapter for prostore and apollo. Allows usage of graphql queries as a store", | ||
@@ -29,3 +29,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>", | ||
"dependencies": { | ||
"@proscom/prostore": "^0.1.13", | ||
"@proscom/prostore": "^0.2.0", | ||
"tslib": "^2.0.3" | ||
@@ -43,3 +43,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "3df77cce3fe186050039d517760d5c7bac7abd84" | ||
"gitHead": "41002836cd640f25af46a1bf029b92ecf117c572" | ||
} |
@@ -100,4 +100,4 @@ import { from, Observable } from 'rxjs'; | ||
return from(wq).pipe(switchMap(async (result: any) => await this.mapData(result.data))); | ||
return from(wq as any).pipe(switchMap(async (result: any) => await this.mapData(result.data))); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42882
+ Added@proscom/prostore@0.2.12(transitive)
+ Added@proscom/ui-utils@0.1.18(transitive)
+ Addedasync@3.2.6(transitive)
+ Addedts-custom-error@3.3.1(transitive)
- Removed@proscom/prostore@0.1.13(transitive)
Updated@proscom/prostore@^0.2.0