@polygraph/graphql-adapter
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@polygraph/graphql-adapter", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "An adapter that allows interaction with polygraph via graphql-like queries.", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@polygraph/schema-utils": "^0.0.6", | ||
"@polygraph/schema-utils": "^0.0.7", | ||
"@polygraph/utils": "^0.0.2", | ||
@@ -26,4 +26,4 @@ "graphql": "^14.6.0", | ||
"@babel/preset-env": "^7.6.2", | ||
"@polygraph/memory-store": "^0.0.5", | ||
"@polygraph/test-utils": "^0.0.1", | ||
"@polygraph/memory-store": "^0.0.6", | ||
"@polygraph/test-utils": "^0.0.2", | ||
"ava": "^3.2.0", | ||
@@ -51,3 +51,3 @@ "ts-node": "^8.6.2", | ||
}, | ||
"gitHead": "8c782fc9eacd6623f6fbbdfd849a9cb541420282" | ||
"gitHead": "aaab64e6683cb125a8fb55a61f3cac2649c0945d" | ||
} |
37826
683
+ Added@polygraph/schema-utils@0.0.7(transitive)
- Removed@polygraph/schema-utils@0.0.6(transitive)