mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
v1.0.0
This commit is contained in:
parent
c794fe5657
commit
1e783e550c
11 changed files with 32 additions and 32 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lerna": "2.0.0-rc.4",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.0",
|
||||
"changelog": {
|
||||
"repo": "apollostack/graphql-server",
|
||||
"labels": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-core",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Core engine for Apollo GraphQL server",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-express",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.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.9.0",
|
||||
"graphql-server-integration-testsuite": "^1.0.0",
|
||||
"multer": "^1.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-hapi",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/boom": "4.3.2",
|
||||
"@types/graphql": "^0.9.1",
|
||||
"@types/hapi": "^16.1.4",
|
||||
"graphql-server-integration-testsuite": "^0.9.0",
|
||||
"graphql-server-integration-testsuite": "^1.0.0",
|
||||
"hapi": "^16.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "graphql-server-integration-testsuite",
|
||||
"private": true,
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0",
|
||||
"graphql-server-module-operation-store": "^0.9.0",
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0",
|
||||
"graphql-server-module-operation-store": "^1.0.0",
|
||||
"supertest": "^3.0.0",
|
||||
"supertest-as-promised": "^4.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-koa",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.0.39",
|
||||
"@types/koa-bodyparser": "^3.0.23",
|
||||
"@types/koa-router": "^7.0.22",
|
||||
"graphql-server-integration-testsuite": "^0.9.0",
|
||||
"graphql-server-integration-testsuite": "^1.0.0",
|
||||
"koa": "^2.2.0",
|
||||
"koa-bodyparser": "^4.2.0",
|
||||
"koa-router": "^7.2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-lambda",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/aws-lambda": "0.0.10",
|
||||
"@types/graphql": "^0.9.1",
|
||||
"graphql-server-integration-testsuite": "^0.9.0"
|
||||
"graphql-server-integration-testsuite": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.9.0 || ^0.10.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-micro",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"graphql-server-integration-testsuite": "^0.9.0",
|
||||
"graphql-server-integration-testsuite": "^1.0.0",
|
||||
"micro": "^7.3.3",
|
||||
"microrouter": "^2.1.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-module-graphiql",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.0",
|
||||
"description": "GraphiQL renderer for Apollo GraphQL Server",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-module-operation-store",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Persisted operation store module for Apollo GraphQL Servers",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphql-server-restify",
|
||||
"version": "0.9.0",
|
||||
"version": "1.0.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.9.0",
|
||||
"graphql-server-module-graphiql": "^0.9.0"
|
||||
"graphql-server-core": "^1.0.0",
|
||||
"graphql-server-module-graphiql": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/restify": "^4.3.2",
|
||||
"graphql-server-integration-testsuite": "^0.9.0",
|
||||
"graphql-server-integration-testsuite": "^1.0.0",
|
||||
"restify": "^4.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue