mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
v0.7.2
This commit is contained in:
parent
638d5d8b96
commit
4ab4b62c25
9 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lerna": "2.0.0-rc.3",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"changelog": {
|
||||
"repo": "apollostack/graphql-server",
|
||||
"labels": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-express",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Express and Connect",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -27,7 +27,7 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "1.16.3",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"connect": "^3.6.0",
|
||||
"connect-query": "^1.0.0",
|
||||
"express": "^4.15.2",
|
||||
"graphql-server-integration-testsuite": "^0.7.1",
|
||||
"graphql-server-integration-testsuite": "^0.7.2",
|
||||
"multer": "^1.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-hapi",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Hapi",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -27,13 +27,13 @@
|
|||
"dependencies": {
|
||||
"boom": "^4.3.1",
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/boom": "0.0.33",
|
||||
"@types/graphql": "^0.9.0",
|
||||
"@types/hapi": "^16.0.0",
|
||||
"graphql-server-integration-testsuite": "^0.7.1",
|
||||
"graphql-server-integration-testsuite": "^0.7.2",
|
||||
"hapi": "^16.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "graphql-server-integration-testsuite",
|
||||
"private": true,
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Apollo Server Integrations testsuite",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1",
|
||||
"graphql-server-module-graphiql": "^0.7.2",
|
||||
"graphql-server-module-operation-store": "^0.7.0",
|
||||
"supertest": "^3.0.0",
|
||||
"supertest-as-promised": "^4.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-koa",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Koa",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -26,13 +26,13 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.0.39",
|
||||
"@types/koa-bodyparser": "^3.0.23",
|
||||
"@types/koa-router": "^7.0.22",
|
||||
"graphql-server-integration-testsuite": "^0.7.1",
|
||||
"graphql-server-integration-testsuite": "^0.7.2",
|
||||
"koa": "^2.2.0",
|
||||
"koa-bodyparser": "^4.2.0",
|
||||
"koa-router": "^7.1.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-lambda",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -26,12 +26,12 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/aws-lambda": "0.0.9",
|
||||
"@types/graphql": "^0.9.0",
|
||||
"graphql-server-integration-testsuite": "^0.7.1"
|
||||
"graphql-server-integration-testsuite": "^0.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.8.0 || ^0.9.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-micro",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Micro",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -26,10 +26,10 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"graphql-server-integration-testsuite": "^0.7.1",
|
||||
"graphql-server-integration-testsuite": "^0.7.2",
|
||||
"micro": "^7.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-module-graphiql",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "GraphiQL renderer for Apollo GraphQL Server",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-restify",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Production-ready Node.js GraphQL server for Restify",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -26,11 +26,11 @@
|
|||
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
||||
"dependencies": {
|
||||
"graphql-server-core": "^0.7.0",
|
||||
"graphql-server-module-graphiql": "^0.7.1"
|
||||
"graphql-server-module-graphiql": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/restify": "^2.0.42",
|
||||
"graphql-server-integration-testsuite": "^0.7.1",
|
||||
"graphql-server-integration-testsuite": "^0.7.2",
|
||||
"restify": "^4.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue