Skip to content

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 9, 2020
1 parent 71502f6 commit c2cd9ce
Show file tree
Hide file tree
Showing 49 changed files with 199 additions and 137 deletions.
6 changes: 3 additions & 3 deletions examples/federation-handler-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-handler-example",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@apollo/gateway": "0.13.2",
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/handler-federation": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/handler-federation": "0.1.15",
"graphql": "14.6.0"
}
}
6 changes: 3 additions & 3 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-example",
"version": "0.1.13",
"version": "0.1.15",
"author": "Simon Liang",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
"start": "concurrently \"yarn grpc:start\" \"yarn mesh:start\""
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/grpc": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/grpc": "0.1.15",
"@grpc/proto-loader": "0.5.4",
"google-protobuf": "3.11.4",
"graphql": "15.0.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-mesh",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"author": {
Expand All @@ -11,11 +11,11 @@
"start": "graphql-mesh serve --example-query example-query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/graphql": "0.1.13",
"@graphql-mesh/json-schema": "0.1.13",
"@graphql-mesh/runtime": "0.1.13",
"@graphql-mesh/transform-extend": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/graphql": "0.1.15",
"@graphql-mesh/json-schema": "0.1.15",
"@graphql-mesh/runtime": "0.1.15",
"@graphql-mesh/transform-extend": "0.1.15",
"graphql": "15.0.0"
}
}
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.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query example-query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/json-schema": "0.1.13",
"@graphql-mesh/transform-extend": "0.1.13",
"@graphql-mesh/transform-mock": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/json-schema": "0.1.15",
"@graphql-mesh/transform-extend": "0.1.15",
"@graphql-mesh/transform-mock": "0.1.15",
"graphql": "15.0.0"
}
}
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.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/mongoose": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/mongoose": "0.1.15",
"graphql": "15.0.0",
"mongoose": "5.9.5",
"ts-node": "8.7.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/mysql-employees/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mysql-employees",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/mysql": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/mysql": "0.1.15",
"graphql": "15.0.0",
"mysql": "2.18.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mysql-rfam",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query example-query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/mysql": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/mysql": "0.1.15",
"graphql": "15.0.0",
"mysql": "2.18.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/neo4j-example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "neo4j-example",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/neo4j": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/neo4j": "0.1.15",
"graphql": "15.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/odata-microsoft/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "odata-microsoft-graph-example",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@graphql-mesh/runtime": "0.1.13",
"@graphql-mesh/odata": "0.1.13",
"@graphql-mesh/runtime": "0.1.15",
"@graphql-mesh/odata": "0.1.15",
"graphql": "15.0.0",
"cookie-parser": "1.4.5",
"express": "4.17.1",
"express-graphql": "0.9.0"
}
}
}
6 changes: 3 additions & 3 deletions examples/odata-trippin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "odata-trippin-example",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query example.query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/odata": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/odata": "0.1.15",
"graphql": "15.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "javascript-wiki",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query \"example-queries/*.graphql\""
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/openapi": "0.1.13",
"@graphql-mesh/runtime": "0.1.13",
"@graphql-mesh/transform-extend": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/openapi": "0.1.15",
"@graphql-mesh/runtime": "0.1.15",
"@graphql-mesh/transform-extend": "0.1.15",
"graphql": "15.0.0",
"moment": "2.24.0"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/openapi-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.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -21,11 +21,11 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/openapi": "0.1.13",
"@graphql-mesh/runtime": "0.1.13",
"@graphql-mesh/transform-cache": "0.1.13",
"@graphql-mesh/transform-extend": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/openapi": "0.1.15",
"@graphql-mesh/runtime": "0.1.15",
"@graphql-mesh/transform-cache": "0.1.15",
"@graphql-mesh/transform-extend": "0.1.15",
"express": "4.17.1",
"express-graphql": "0.9.0",
"graphql": "15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/openapi-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "openapi-stripe",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query get-customers.query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/openapi": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/openapi": "0.1.15",
"graphql": "15.0.0",
"graphql-fields": "2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/openapi-youtrack/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "openapi-youtrack",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query get-projects-with-issues.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/openapi": "0.1.13",
"@graphql-mesh/transform-resolvers-composition": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/openapi": "0.1.15",
"@graphql-mesh/transform-resolvers-composition": "0.1.15",
"graphql": "15.0.0",
"graphql-fields": "2.0.3"
}
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.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,10 +18,10 @@
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/graphql": "0.1.13",
"@graphql-mesh/postgraphile": "0.1.13",
"@graphql-mesh/runtime": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/graphql": "0.1.15",
"@graphql-mesh/postgraphile": "0.1.15",
"@graphql-mesh/runtime": "0.1.15",
"graphql": "15.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/soap-country-info/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "country-info-example",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query list-of-languages-by-name.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/soap": "0.1.13",
"@graphql-mesh/transform-snapshot": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/soap": "0.1.15",
"@graphql-mesh/transform-snapshot": "0.1.15",
"graphql": "15.0.0",
"soap": "0.31.0"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/sqlite-chinook/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "chinook",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
"start": "graphql-mesh serve --example-query example-query.graphql"
},
"dependencies": {
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/tuql": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/tuql": "0.1.15",
"graphql": "15.0.0"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions examples/thrift-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift-example",
"version": "0.1.13",
"version": "0.1.15",
"main": "build/main.js",
"license": "MIT",
"private": true,
Expand All @@ -14,8 +14,8 @@
"@creditkarma/thrift-server-core": "0.16.0",
"@creditkarma/thrift-server-express": "0.16.0",
"@creditkarma/thrift-typescript": "3.7.6",
"@graphql-mesh/cli": "0.1.13",
"@graphql-mesh/thrift": "0.1.13",
"@graphql-mesh/cli": "0.1.15",
"@graphql-mesh/thrift": "0.1.15",
"express": "4.17.1",
"thrift": "0.13.0",
"ts-node": "8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-mesh",
"license": "MIT",
"version": "0.1.13",
"version": "0.1.15",
"private": true,
"scripts": {
"predeploy:website": "yarn generate-config-schema",
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.1.13",
"version": "0.1.15",
"license": "MIT",
"peerDependencies": {
"graphql": "*"
Expand All @@ -13,7 +13,7 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"@graphql-mesh/types": "0.1.13",
"@graphql-mesh/types": "0.1.15",
"@types/lru-cache": "5.1.0",
"lru-cache": "5.1.1"
},
Expand Down
Loading

0 comments on commit c2cd9ce

Please sign in to comment.