@proscom/prostore-apollo
Advanced tools
Comparing version 0.1.3 to 0.1.6
{ | ||
"name": "@proscom/prostore-apollo", | ||
"version": "0.1.3", | ||
"version": "0.1.6", | ||
"description": "> TODO: description", | ||
@@ -21,3 +21,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>", | ||
"build": "tsc && tsc -p tsconfig.es.json", | ||
"watch": "tsc --watch --preserveWatchOutput", | ||
"watch": "concurrently \"tsc --watch --preserveWatchOutput\" \"tsc --watch --preserveWatchOutput -p tsconfig.es.json\"", | ||
"watch-push": "nodemon --config yalc-push.nodemon.json", | ||
@@ -30,3 +30,3 @@ "watch-build-push": "concurrently \"npm run watch\" \"npm run watch-push\"", | ||
"dependencies": { | ||
"@proscom/prostore": "^0.1.3" | ||
"@proscom/prostore": "^0.1.6" | ||
}, | ||
@@ -43,3 +43,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "eb04c659c22618c082700bfe8ae74d432ebe7b2c" | ||
"gitHead": "a8c2573a363f0039f850aa4cc2b41e4feb71a4d6" | ||
} |
@@ -0,0 +0,0 @@ export type QueryMatcher = string | RegExp | ((key: string) => boolean); |
53518
30
888
Updated@proscom/prostore@^0.1.6