This commit is contained in:
Sashko Stubailo 2016-10-22 16:59:47 -07:00
parent b4e0d4f6e2
commit 8d635376e9
8 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.30",
"version": "0.3.2",
"version": "0.4.0",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-core",
"version": "0.3.2",
"version": "0.4.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.3.2",
"version": "0.4.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
@ -26,15 +26,15 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.3.2",
"graphql-server-module-graphiql": "^0.3.2"
"graphql-server-core": "^0.4.0",
"graphql-server-module-graphiql": "^0.4.0"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.33",
"@types/multer": "0.0.32",
"graphql-server-integration-testsuite": "^0.3.2",
"graphql-server-integration-testsuite": "^0.4.0",
"body-parser": "^1.15.2",
"connect": "^3.4.1",
"express": "^4.14.0",

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-hapi",
"version": "0.3.2",
"version": "0.4.0",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
@ -25,14 +25,14 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.3.2",
"graphql-server-module-graphiql": "^0.3.2",
"graphql-server-core": "^0.4.0",
"graphql-server-module-graphiql": "^0.4.0",
"boom": "^4.0.0"
},
"devDependencies": {
"@types/boom": "0.0.32",
"@types/hapi": "^13.0.35",
"graphql-server-integration-testsuite": "^0.3.2",
"graphql-server-integration-testsuite": "^0.4.0",
"hapi": "^15.0.3",
"typed-graphql": "^1.0.2"
},

View file

@ -1,7 +1,7 @@
{
"name": "graphql-server-integration-testsuite",
"private": true,
"version": "0.3.2",
"version": "0.4.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.3.2",
"graphql-server-module-graphiql": "^0.3.2",
"graphql-server-module-operation-store": "^0.3.2",
"graphql-server-core": "^0.4.0",
"graphql-server-module-graphiql": "^0.4.0",
"graphql-server-module-operation-store": "^0.4.0",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
},

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-koa",
"version": "0.3.2",
"version": "0.4.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.3.2",
"graphql-server-module-graphiql": "^0.3.2"
"graphql-server-core": "^0.4.0",
"graphql-server-module-graphiql": "^0.4.0"
},
"devDependencies": {
"@types/koa": "^2.0.33",
"@types/koa-bodyparser": "^3.0.19",
"@types/koa-router": "^7.0.21",
"graphql-server-integration-testsuite": "^0.3.2",
"graphql-server-integration-testsuite": "^0.4.0",
"koa": "^2.0.0-alpha.4",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "graphql-server-module-graphiql",
"version": "0.3.2",
"version": "0.4.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.3.2",
"version": "0.4.0",
"description": "Persisted operation store module for Apollo GraphQL Servers",
"main": "dist/index.js",
"scripts": {