- apollo-cache-control@0.3.0
 - apollo-datasource-rest@0.2.0
 - apollo-datasource@0.2.0
 - apollo-engine-reporting-protobuf@0.1.0
 - apollo-engine-reporting@0.1.0
 - apollo-server-azure-functions@2.2.0
 - apollo-server-cache-memcached@0.2.0
 - apollo-server-cache-redis@0.2.0
 - apollo-server-caching@0.2.0
 - apollo-server-cloud-functions@2.2.0
 - apollo-server-cloudflare@2.2.0
 - apollo-server-core@2.2.0
 - apollo-server-env@2.2.0
 - apollo-server-errors@2.2.0
 - apollo-server-express@2.2.0
 - apollo-server-hapi@2.2.0
 - apollo-server-integration-testsuite@2.2.0
 - apollo-server-koa@2.2.0
 - apollo-server-lambda@2.2.0
 - apollo-server-micro@2.2.0
 - apollo-server-plugin-base@0.1.0
 - apollo-server-testing@2.2.0
 - apollo-server@2.2.0
 - apollo-tracing@0.3.0
 - graphql-extensions@0.3.0
This commit is contained in:
Martijn Walraven 2018-11-07 08:17:21 -08:00
parent 3e955ab468
commit 6bd73b175f
25 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-cache-control", "name": "apollo-cache-control",
"version": "0.3.0-alpha.3", "version": "0.3.0",
"description": "A GraphQL extension for cache control", "description": "A GraphQL extension for cache control",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-datasource-rest", "name": "apollo-datasource-rest",
"version": "0.2.0-alpha.2", "version": "0.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-datasource", "name": "apollo-datasource",
"version": "0.2.0-alpha.2", "version": "0.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-engine-reporting-protobuf", "name": "apollo-engine-reporting-protobuf",
"version": "0.1.0-alpha.3", "version": "0.1.0",
"description": "Protobuf format for Apollo Engine", "description": "Protobuf format for Apollo Engine",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-engine-reporting", "name": "apollo-engine-reporting",
"version": "0.1.0-alpha.3", "version": "0.1.0",
"description": "Send reports about your GraphQL services to Apollo Engine", "description": "Send reports about your GraphQL services to Apollo Engine",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-azure-functions", "name": "apollo-server-azure-functions",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Azure Functions", "description": "Production-ready Node.js GraphQL server for Azure Functions",
"keywords": [ "keywords": [
"GraphQL", "GraphQL",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-cache-memcached", "name": "apollo-server-cache-memcached",
"version": "0.2.0-alpha.2", "version": "0.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-cache-redis", "name": "apollo-server-cache-redis",
"version": "0.2.0-alpha.2", "version": "0.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-caching", "name": "apollo-server-caching",
"version": "0.2.0-alpha.2", "version": "0.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-cloud-functions", "name": "apollo-server-cloud-functions",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Google Cloud Functions", "description": "Production-ready Node.js GraphQL server for Google Cloud Functions",
"keywords": [ "keywords": [
"GraphQL", "GraphQL",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-cloudflare", "name": "apollo-server-cloudflare",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Cloudflare workers", "description": "Production-ready Node.js GraphQL server for Cloudflare workers",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-core", "name": "apollo-server-core",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Core engine for Apollo GraphQL server", "description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-env", "name": "apollo-server-env",
"version": "2.1.0-alpha.1", "version": "2.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-errors", "name": "apollo-server-errors",
"version": "2.1.0-alpha.0", "version": "2.2.0",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-express", "name": "apollo-server-express",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect", "description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-hapi", "name": "apollo-server-hapi",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Hapi", "description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,7 +1,7 @@
{ {
"name": "apollo-server-integration-testsuite", "name": "apollo-server-integration-testsuite",
"private": true, "private": true,
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Apollo Server Integrations testsuite", "description": "Apollo Server Integrations testsuite",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-koa", "name": "apollo-server-koa",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Koa", "description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-lambda", "name": "apollo-server-lambda",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for AWS Lambda", "description": "Production-ready Node.js GraphQL server for AWS Lambda",
"keywords": [ "keywords": [
"GraphQL", "GraphQL",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-micro", "name": "apollo-server-micro",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production-ready Node.js GraphQL server for Micro", "description": "Production-ready Node.js GraphQL server for Micro",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-plugin-base", "name": "apollo-server-plugin-base",
"version": "0.1.0-alpha.4", "version": "0.1.0",
"description": "Apollo Server plugin base classes", "description": "Apollo Server plugin base classes",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server-testing", "name": "apollo-server-testing",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Test utils for apollo-server", "description": "Test utils for apollo-server",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-server", "name": "apollo-server",
"version": "2.2.0-alpha.4", "version": "2.2.0",
"description": "Production ready GraphQL Server", "description": "Production ready GraphQL Server",
"author": "opensource@apollographql.com", "author": "opensource@apollographql.com",
"main": "dist/index.js", "main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "apollo-tracing", "name": "apollo-tracing",
"version": "0.3.0-alpha.3", "version": "0.3.0",
"description": "Collect and expose trace data for GraphQL requests", "description": "Collect and expose trace data for GraphQL requests",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "graphql-extensions", "name": "graphql-extensions",
"version": "0.3.0-alpha.4", "version": "0.3.0",
"description": "Add extensions to GraphQL servers", "description": "Add extensions to GraphQL servers",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",