Comparing version 0.2.4 to 0.3.0
{ | ||
"name": "graphiql", | ||
"version": "0.2.4", | ||
"description": "An interactive in-browser GraphQL IDE.", | ||
"version": "0.3.0", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
"contributors": [ | ||
@@ -57,12 +57,12 @@ "Hyohyeon Jeong <asiandrummer@fb.com>", | ||
"codemirror": "^5.6.0", | ||
"codemirror-graphql": "^0.1.1", | ||
"codemirror-graphql": "^0.2.0", | ||
"marked": "^0.3.5" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.4.0", | ||
"graphql": "^0.4.7", | ||
"react": "^0.13 || ^0.14.0-beta" | ||
}, | ||
"devDependencies": { | ||
"babel": "5.8.21", | ||
"babel-core": "5.8.22", | ||
"babel": "5.8.23", | ||
"babel-core": "5.8.25", | ||
"babel-eslint": "4.0.10", | ||
@@ -76,3 +76,3 @@ "browserify": "11.0.1", | ||
"flow-bin": "0.16.0", | ||
"graphql": "0.4.4", | ||
"graphql": "0.4.7", | ||
"jsdom": "6.5.1", | ||
@@ -79,0 +79,0 @@ "mocha": "2.2.5", |
GraphiQL | ||
======== | ||
*/ˈɡrafək(ə)l/* An interactive in-browser GraphQL IDE. [Try the live demo](http://graphql-swapi.parseapp.com/graphiql/). | ||
*/ˈɡrafək(ə)l/* An graphical interactive in-browser GraphQL IDE. [Try the live demo](http://graphql-swapi.parseapp.com/). | ||
@@ -75,2 +75,9 @@ [![Build Status](https://travis-ci.org/graphql/graphiql.svg)](https://travis-ci.org/graphql/graphiql) | ||
- `response`: an optional JSON string to use as the initial displayed | ||
response. If not provided, no response will be initialy shown. You might | ||
provide this if illustrating the result of the initial query. | ||
- `storage`: an instance of [Storage][] GraphiQL will use to persist state. | ||
Only `getItem` and `setItem` are called. Default: window.localStorage | ||
- `defaultQuery`: an optional GraphQL string to use instead of a | ||
@@ -77,0 +84,0 @@ blank screen when a query was not found in the local cache. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1443686
27325
107
356353
+ Addedcodemirror-graphql@0.2.2(transitive)
- Removedcodemirror-graphql@0.1.1(transitive)
Updatedcodemirror-graphql@^0.2.0