Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Jan 28, 2020
1 parent bb1f80d commit 38a0cb1
Show file tree
Hide file tree
Showing 38 changed files with 160 additions and 160 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.11.2",
"version": "1.12.0",
"npmClient": "yarn",
"useWorkspaces": true,
"concurrency": 2
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.11.2",
"version": "1.12.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@babel/parser": "7.8.3",
"@graphql-codegen/core": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/core": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-toolkit/apollo-engine-loader": "0.9.6",
"@graphql-toolkit/code-file-loader": "0.9.6",
"@graphql-toolkit/common": "0.9.6",
Expand Down Expand Up @@ -92,14 +92,14 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@ardatan/bob": "0.2.7",
"@types/chokidar": "1.7.5",
"@types/detect-indent": "5.0.0",
"@types/inquirer": "6.5.0",
"@types/js-yaml": "3.12.2",
"@types/listr": "0.14.2",
"@types/log-symbols": "2.0.0",
"bdd-stdin": "0.2.0",
"@ardatan/bob": "0.2.7",
"dotenv": "8.2.0",
"graphql": "14.6.0",
"js-yaml": "3.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "1.11.2",
"version": "1.12.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-toolkit/common": "0.9.6",
"@graphql-toolkit/schema-merging": "0.9.6",
"tslib": "1.10.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/flow/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,17 +11,17 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"auto-bind": "4.0.0",
"tslib": "1.10.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"graphql": "14.6.0",
"jest": "25.1.0",
"ts-jest": "25.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow/operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,18 +11,18 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/flow": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"auto-bind": "4.0.0",
"tslib": "1.10.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"flow-bin": "0.117.0",
"flow-parser": "0.117.0",
"graphql": "14.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow/resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/flow": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"@graphql-toolkit/common": "0.9.6",
"auto-bind": "4.0.0",
"tslib": "1.10.0"
Expand All @@ -22,8 +22,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"flow-bin": "0.117.0",
"flow-parser": "0.117.0",
"graphql": "14.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/java/apollo-android/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"build": "bob"
},
"dependencies": {
"@graphql-codegen/java-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/java-common": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"camel-case": "4.1.1",
"pascal-case": "3.1.1",
"pluralize": "8.0.0",
Expand All @@ -23,8 +23,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@types/pluralize": "0.0.29",
"@ardatan/bob": "0.2.7",
"@types/pluralize": "0.0.29",
"graphql": "14.6.0",
"java-ast": "0.1.0",
"jest": "25.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"build": "bob"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"strip-indent": "3.0.0",
"tslib": "1.10.0",
"unixify": "1.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/java/java/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,17 +11,17 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/java-common": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"tslib": "1.10.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"graphql": "14.6.0",
"java-ast": "0.1.0",
"jest": "25.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/java/kotlin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,17 +11,17 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/java-common": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"tslib": "1.10.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"graphql": "14.6.0",
"jest": "25.1.0",
"ts-jest": "25.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/java/resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,17 +11,17 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"@graphql-codegen/java-common": "1.12.0",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-codegen/visitor-plugin-common": "1.12.0",
"tslib": "1.10.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.11.2",
"@ardatan/bob": "0.2.7",
"@graphql-codegen/testing": "1.12.0",
"graphql": "14.6.0",
"java-ast": "0.1.0",
"jest": "25.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/add",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build": "bob"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"tslib": "1.10.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "1.11.2",
"version": "1.12.0",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2"
"@graphql-codegen/plugin-helpers": "1.12.0"
},
"devDependencies": {
"@ardatan/bob": "0.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/introspection/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"tslib": "1.10.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/schema-ast/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"@graphql-toolkit/common": "0.9.6",
"tslib": "1.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/time/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/time",
"version": "1.11.2",
"version": "1.12.0",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build": "bob"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/plugin-helpers": "1.12.0",
"moment": "2.24.0"
},
"devDependencies": {
Expand Down

0 comments on commit 38a0cb1

Please sign in to comment.