@graphistry/falcor-query-syntax
Advanced tools
Comparing version 2.9.0 to 2.9.1
{ | ||
"name": "@graphistry/falcor-query-syntax", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@graphistry/falcor-path-utils": "^2.8.0", | ||
"@graphistry/falcor-path-utils": "^2.9.1", | ||
"babel-plugin-transform-runtime": "~6.23.0", | ||
@@ -59,3 +59,3 @@ "pegjs": "0.10.0" | ||
"@graphistry/falcor-json-graph": "^2.8.0", | ||
"@graphistry/falcor-router": "^2.9.0", | ||
"@graphistry/falcor-router": "^2.9.1", | ||
"babel-plugin-istanbul": "~4.0.0", | ||
@@ -65,3 +65,3 @@ "babel-register": "~6.23.0", | ||
"chai": "3.5.0", | ||
"cross-env": "~3.1.4", | ||
"cross-env": "4.0.0", | ||
"google-closure-compiler-js": "20170124.0.0", | ||
@@ -68,0 +68,0 @@ "mocha": "~3.2.0", |
154287