- apollo-cache-control@0.5.1
 - apollo-datasource-rest@0.3.1
 - apollo-datasource@0.3.1
 - apollo-engine-reporting-protobuf@0.2.1
 - apollo-engine-reporting@1.0.2
 - apollo-server-azure-functions@2.4.2
 - apollo-server-cache-memcached@0.3.1
 - apollo-server-cache-redis@0.3.1
 - apollo-server-caching@0.3.1
 - apollo-server-cloud-functions@2.4.2
 - apollo-server-cloudflare@2.4.2
 - apollo-server-core@2.4.2
 - apollo-server-express@2.4.2
 - apollo-server-fastify@2.4.2
 - apollo-server-hapi@2.4.2
 - apollo-server-integration-testsuite@2.4.2
 - apollo-server-koa@2.4.2
 - apollo-server-lambda@2.4.2
 - apollo-server-micro@2.4.2
 - apollo-server-plugin-base@0.3.2
 - apollo-server-testing@2.4.2
 - apollo-server@2.4.2
 - apollo-tracing@0.5.1
 - graphql-extensions@0.5.2
This commit is contained in:
Jesse Rosenberger 2019-02-14 15:25:38 +02:00
parent 5719cd4a60
commit c1669c3d74
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8
24 changed files with 24 additions and 24 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "apollo-datasource-rest",
"version": "0.3.1-rc.0",
"version": "0.3.1",
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "apollo-datasource",
"version": "0.3.1-rc.0",
"version": "0.3.1",
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "apollo-server-cache-memcached",
"version": "0.3.1-rc.0",
"version": "0.3.1",
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "apollo-server-cache-redis",
"version": "0.3.1-rc.0",
"version": "0.3.1",
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "apollo-server-caching",
"version": "0.3.1-rc.0",
"version": "0.3.1",
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "apollo-server-fastify",
"version": "2.4.2-rc.0",
"version": "2.4.2",
"description": "Production-ready Node.js GraphQL server for Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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