This commit is contained in:
Jonas Helfer 2017-06-22 11:45:20 -07:00 committed by Jonas Helfer
parent 54d7d9eeb4
commit 693991bdac
11 changed files with 32 additions and 32 deletions

View file

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "0.8.5",
"version": "0.9.0",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-core",
"version": "0.8.5",
"version": "0.9.0",
"description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-express",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
@ -26,8 +26,8 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"@types/body-parser": "1.16.3",
@ -38,7 +38,7 @@
"connect": "^3.6.2",
"connect-query": "^1.0.0",
"express": "^4.15.3",
"graphql-server-integration-testsuite": "^0.8.5",
"graphql-server-integration-testsuite": "^0.9.0",
"multer": "^1.3.0"
},
"peerDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-hapi",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
@ -26,14 +26,14 @@
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"boom": "^5.1.0",
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"@types/boom": "4.3.2",
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.4",
"graphql-server-integration-testsuite": "^0.8.5",
"graphql-server-integration-testsuite": "^0.9.0",
"hapi": "^16.4.3"
},
"peerDependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "graphql-server-integration-testsuite",
"private": true,
"version": "0.8.5",
"version": "0.9.0",
"description": "Apollo Server Integrations testsuite",
"main": "dist/index.js",
"scripts": {
@ -20,9 +20,9 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5",
"graphql-server-module-operation-store": "^0.8.5",
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0",
"graphql-server-module-operation-store": "^0.9.0",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.0"
},

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-koa",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js",
"scripts": {
@ -25,14 +25,14 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-router": "^7.0.22",
"graphql-server-integration-testsuite": "^0.8.5",
"graphql-server-integration-testsuite": "^0.9.0",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.0"

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-lambda",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
"main": "dist/index.js",
"scripts": {
@ -25,13 +25,13 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.5"
"graphql-server-integration-testsuite": "^0.9.0"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-micro",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for Micro",
"main": "dist/index.js",
"scripts": {
@ -25,11 +25,11 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"graphql-server-integration-testsuite": "^0.8.5",
"graphql-server-integration-testsuite": "^0.9.0",
"micro": "^7.3.3",
"microrouter": "^2.1.1"
},

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-module-graphiql",
"version": "0.8.5",
"version": "0.9.0",
"description": "GraphiQL renderer for Apollo GraphQL Server",
"main": "dist/index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-module-operation-store",
"version": "0.8.5",
"version": "0.9.0",
"description": "Persisted operation store module for Apollo GraphQL Servers",
"main": "dist/index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-restify",
"version": "0.8.5",
"version": "0.9.0",
"description": "Production-ready Node.js GraphQL server for Restify",
"main": "dist/index.js",
"scripts": {
@ -25,12 +25,12 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.5",
"graphql-server-module-graphiql": "^0.8.5"
"graphql-server-core": "^0.9.0",
"graphql-server-module-graphiql": "^0.9.0"
},
"devDependencies": {
"@types/restify": "^4.3.2",
"graphql-server-integration-testsuite": "^0.8.5",
"graphql-server-integration-testsuite": "^0.9.0",
"restify": "^4.3.0"
},
"peerDependencies": {