@agilys/custom-graphiql
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.init = exports.expressCustomGraphiQL = undefined; | ||
exports.init = undefined; | ||
@@ -19,4 +19,2 @@ var _react = require('react'); | ||
var _middlewares = require('./middlewares'); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
@@ -28,3 +26,2 @@ | ||
exports.expressCustomGraphiQL = _middlewares.expressCustomGraphiQL; | ||
exports.init = init; |
{ | ||
"name": "@agilys/custom-graphiql", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A custom graphiql that allows to edit headers when sending the requests.", | ||
@@ -29,2 +29,7 @@ "main": "dist/index.js", | ||
}, | ||
"peerDependencies": { | ||
"graphql": "0.10.5", | ||
"react": "15.6.1", | ||
"react-dom": "15.6.1" | ||
}, | ||
"devDependencies": { | ||
@@ -50,3 +55,2 @@ "babel-cli": "6.24.1", | ||
"graphiql": "0.11.3", | ||
"graphql": "^0.10.0", | ||
"husky": "^0.14.3", | ||
@@ -53,0 +57,0 @@ "lint-staged": "^4.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
28
2378510
3