@graphistry/falcor-query-syntax
Advanced tools
Comparing version 2.7.5 to 2.8.0
{ | ||
"name": "@graphistry/falcor-query-syntax", | ||
"version": "2.7.5", | ||
"version": "2.8.0", | ||
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)", | ||
@@ -13,4 +13,4 @@ "main": "index.js", | ||
"build-route": "pegjs -o lib/route-parser.peg.js --format umd peg/route-parser.peg", | ||
"build-paths-min": "npm run build-paths && java -jar ./node_modules/google-closure-compiler/compiler.jar --js_output_file=lib/paths-parser.js lib/paths-parser.peg.js && rimraf lib/paths-parser.peg.js", | ||
"build-route-min": "npm run build-route && java -jar ./node_modules/google-closure-compiler/compiler.jar --js_output_file=lib/route-parser.js lib/route-parser.peg.js && rimraf lib/route-parser.peg.js", | ||
"build-paths-min": "npm run build-paths && google-closure-compiler-js lib/paths-parser.peg.js > lib/paths-parser.js && rimraf lib/paths-parser.peg.js", | ||
"build-route-min": "npm run build-route && google-closure-compiler-js lib/route-parser.peg.js > lib/route-parser.js && rimraf lib/route-parser.peg.js", | ||
"build": "npm-run-all --silent -p build-paths-min build-route-min", | ||
@@ -53,19 +53,19 @@ "start": "npm run build && npm test", | ||
"dependencies": { | ||
"@graphistry/falcor-path-utils": "^2.7.1", | ||
"babel-plugin-transform-runtime": "~6.15.0", | ||
"@graphistry/falcor-path-utils": "^2.8.0", | ||
"babel-plugin-transform-runtime": "~6.23.0", | ||
"pegjs": "0.10.0" | ||
}, | ||
"devDependencies": { | ||
"@graphistry/falcor-json-graph": "^2.6.16", | ||
"@graphistry/falcor-router": "^2.7.5", | ||
"babel-plugin-istanbul": "~3.0.0", | ||
"babel-register": "~6.18.0", | ||
"benchmark": "~2.1.1", | ||
"chai": "~3.5.0", | ||
"cross-env": "~3.1.3", | ||
"google-closure-compiler": "~20160911.0.0", | ||
"mocha": "~3.0.2", | ||
"npm-run-all": "~3.0.0", | ||
"nyc": "~10.0.0", | ||
"rimraf": "~2.5.4" | ||
"@graphistry/falcor-json-graph": "^2.8.0", | ||
"@graphistry/falcor-router": "^2.8.0", | ||
"babel-plugin-istanbul": "~4.0.0", | ||
"babel-register": "~6.23.0", | ||
"benchmark": "2.1.3", | ||
"chai": "3.5.0", | ||
"cross-env": "~3.1.4", | ||
"google-closure-compiler-js": "20170124.0.0", | ||
"mocha": "~3.2.0", | ||
"npm-run-all": "~4.0.1", | ||
"nyc": "~10.1.2", | ||
"rimraf": "~2.6.0" | ||
}, | ||
@@ -72,0 +72,0 @@ "nyc": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154288
+ Addedbabel-plugin-transform-runtime@6.23.0(transitive)
- Removedbabel-plugin-transform-runtime@6.15.0(transitive)