Skip to content

Commit

Permalink
v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 2, 2020
1 parent e11f218 commit 7a7b24b
Show file tree
Hide file tree
Showing 29 changed files with 76 additions and 76 deletions.
8 changes: 4 additions & 4 deletions examples/country-info/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "country-info-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
"mesh:serve": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/soap": "0.0.18",
"@graphql-mesh/transform-snapshot": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/soap": "0.0.19",
"@graphql-mesh/transform-snapshot": "0.0.19",
"graphql": "15.0.0",
"soap": "0.31.0"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "grpc-example",
"version": "0.0.18",
"version": "0.0.19",
"author": "Simon Liang",
"license": "MIT",
"private": true,
"scripts": {
"mesh:serve": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/grpc": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/grpc": "0.0.19",
"debug": "4.1.1",
"google-protobuf": "3.11.4",
"graphql": "15.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/javascript-wiki/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "javascript-wiki",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
"mesh:serve": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/openapi": "0.0.18",
"@graphql-mesh/runtime": "0.0.18",
"@graphql-mesh/transform-extend": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/openapi": "0.0.19",
"@graphql-mesh/runtime": "0.0.19",
"@graphql-mesh/transform-extend": "0.0.19",
"graphql": "15.0.0",
"moment": "2.24.0"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "json-schema-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
"mesh:serve": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/json-schema": "0.0.18",
"@graphql-mesh/transform-extend": "0.0.18",
"@graphql-mesh/transform-mock": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/json-schema": "0.0.19",
"@graphql-mesh/transform-extend": "0.0.19",
"@graphql-mesh/transform-mock": "0.0.19",
"graphql": "15.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/location-weather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-location-weather-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -16,10 +16,10 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/openapi": "0.0.18",
"@graphql-mesh/runtime": "0.0.18",
"@graphql-mesh/transform-extend": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/openapi": "0.0.19",
"@graphql-mesh/runtime": "0.0.19",
"@graphql-mesh/transform-extend": "0.0.19",
"apollo-server": "2.11.0",
"graphql": "15.0.0",
"graphql-tools-fork": "8.9.4"
Expand Down
6 changes: 3 additions & 3 deletions examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/mongoose": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/mongoose": "0.0.19",
"graphql": "15.0.0",
"mongoose": "5.9.5",
"ts-node": "8.7.0"
Expand Down
10 changes: 5 additions & 5 deletions examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgres-geodb-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -17,10 +17,10 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/graphql": "0.0.18",
"@graphql-mesh/postgraphile": "0.0.18",
"@graphql-mesh/runtime": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/graphql": "0.0.19",
"@graphql-mesh/postgraphile": "0.0.19",
"@graphql-mesh/runtime": "0.0.19",
"graphql": "15.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/trippin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "microsoft-graph-example",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"private": true,
"scripts": {
"mesh:serve": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.0.18",
"@graphql-mesh/odata": "0.0.18",
"@graphql-mesh/cli": "0.0.19",
"@graphql-mesh/odata": "0.0.19",
"graphql": "15.0.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"./packages/**/*",
"./examples/*"
],
"version": "0.0.18",
"version": "0.0.19",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/inmemory-lru/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/cache-inmemory-lru",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"scripts": {
"test": "jest --config=../../../jest.config.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"@types/lru-cache": "5.1.0",
"lru-cache": "5.1.1",
"ts-node": "8.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/cache-redis",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"scripts": {
"test": "jest --config=../../../jest.config.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"dataloader": "2.0.0",
"ioredis": "4.16.1",
"ts-node": "8.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/cli",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"scripts": {
"test": "jest --config=../../jest.config.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@graphql-codegen/typescript-generic-sdk": "1.13.1",
"@graphql-codegen/typescript-operations": "1.13.1",
"@graphql-codegen/typescript-resolvers": "1.13.1",
"@graphql-mesh/runtime": "0.0.18",
"@graphql-mesh/runtime": "0.0.19",
"@graphql-toolkit/code-file-loader": "0.9.13-alpha-ea055d3.12+ea055d3",
"@graphql-toolkit/common": "0.9.13-alpha-ea055d3.12+ea055d3",
"@graphql-toolkit/core": "0.9.13-alpha-ea055d3.12+ea055d3",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/graphql",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"@graphql-toolkit/core": "0.9.13-alpha-ea055d3.12+ea055d3",
"@graphql-toolkit/url-loader": "0.9.13-alpha-ea055d3.12+ea055d3",
"fetchache": "0.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/grpc",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"graphql-scalars": "1.1.0",
"grpc-caller": "0.13.0",
"iter-tools": "^6.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/json-schema",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@ardatan/string-interpolation": "1.2.8",
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"aggregate-error": "3.0.1",
"change-case": "4.1.1",
"fetchache": "0.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/mongoose",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"change-case": "4.1.1",
"graphql-compose": "7.14.0",
"graphql-compose-mongoose": "7.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/odata",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@ardatan/string-interpolation": "1.2.8",
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"fetchache": "0.0.3",
"graphql-fields": "2.0.3",
"graphql-scalars": "1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/openapi",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -21,7 +21,7 @@
"graphql": "*"
},
"devDependencies": {
"@graphql-mesh/cache-inmemory-lru": "0.0.18",
"@graphql-mesh/cache-inmemory-lru": "0.0.19",
"@types/is-url": "1.2.28",
"@types/jest": "25.1.5",
"@types/node": "13.9.8",
Expand All @@ -33,7 +33,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"change-case": "4.1.1",
"fetchache": "0.0.3",
"is-url": "1.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/postgraphile",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"change-case": "4.1.1",
"pg": "8.0.0",
"postgraphile": "4.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/soap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/soap",
"version": "0.0.18",
"version": "0.0.19",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/types": "0.0.19",
"soap-graphql": "0.1.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/runtime",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"scripts": {
"test": "jest --config=../../jest.config.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-mesh/cache-inmemory-lru": "0.0.18",
"@graphql-mesh/types": "0.0.18",
"@graphql-mesh/cache-inmemory-lru": "0.0.19",
"@graphql-mesh/types": "0.0.19",
"@graphql-toolkit/common": "0.9.13-alpha-ea055d3.12+ea055d3",
"@graphql-toolkit/schema-merging": "0.9.13-alpha-ea055d3.12+ea055d3",
"cosmiconfig": "6.0.0",
Expand Down
Loading

0 comments on commit 7a7b24b

Please sign in to comment.