Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.4
Choose a base ref
...
head repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.6
Choose a head ref
  • 14 commits
  • 72 files changed
  • 5 contributors

Commits on Jul 23, 2020

  1. v1.17.4

    theguild-bot committed Jul 23, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    afa3c8e View commit details
  2. Copy the full SHA
    9f6f299 View commit details
  3. Update dependency @types/jest to v26.0.6 (#4420)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 23, 2020
    Copy the full SHA
    af2b943 View commit details

Commits on Jul 26, 2020

  1. Copy the full SHA
    f389301 View commit details
  2. Update dependency @docusaurus/preset-classic to v2.0.0-alpha.59 (#4428)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    95bba9e View commit details
  3. Update dependency @types/jest to v26.0.7 (#4425)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    fce340a View commit details
  4. chore(deps): update dependency @docusaurus/core to v2.0.0-alpha.59 (#…

    …4427)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    eba4fd8 View commit details
  5. Update dependency flow-bin to v0.130.0 (#4422)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    8574397 View commit details
  6. chore(deps): update dependency @docusaurus/core to v2.0.0-alpha.59 (#…

    …4429)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    e394566 View commit details
  7. Tests fixes and dependencies updates (#4431)

    * fixes for `import type` tests issues
    
    * update node typings to 14
    dotansimha authored Jul 26, 2020
    Copy the full SHA
    88f71b3 View commit details
  8. chore(deps): update dependency flow-parser to v0.130.0 (#4421)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    c657f71 View commit details
  9. chore(deps): update dependency jest-junit to v11.1.0 (#4432)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 26, 2020
    Copy the full SHA
    4ff4802 View commit details

Commits on Jul 27, 2020

  1. Fixes for issues with CI (#4434)

    * try to fix issues with prs
    
    * fix timeout on ci
    
    * use placeholder instead of versioning, fix release script
    
    * fixes
    dotansimha authored Jul 27, 2020
    Copy the full SHA
    d3b3043 View commit details
  2. fix for promise limit

    dotansimha committed Jul 27, 2020
    Copy the full SHA
    00aaa8f View commit details
Showing with 3,230 additions and 597 deletions.
  1. +0 −1 .github/workflows/canary.yml
  2. +1 −1 .github/workflows/main.yml
  3. +0 −8 .github/workflows/release.yml
  4. +0 −1 .github/workflows/website.yml
  5. +6 −6 package.json
  6. +2 −2 packages/graphql-cli-codegen-plugin/package.json
  7. +3 −3 packages/graphql-codegen-cli/package.json
  8. +2 −2 packages/graphql-codegen-core/package.json
  9. +3 −3 packages/plugins/c-sharp/c-sharp-operations/package.json
  10. +3 −3 packages/plugins/c-sharp/c-sharp/package.json
  11. +3 −3 packages/plugins/flow/flow/package.json
  12. +4 −4 packages/plugins/flow/operations/package.json
  13. +4 −4 packages/plugins/flow/resolvers/package.json
  14. +4 −4 packages/plugins/java/apollo-android/package.json
  15. +3 −3 packages/plugins/java/common/package.json
  16. +4 −4 packages/plugins/java/java/package.json
  17. +4 −4 packages/plugins/java/kotlin/package.json
  18. +4 −4 packages/plugins/java/resolvers/package.json
  19. +2 −2 packages/plugins/other/add/package.json
  20. +2 −2 packages/plugins/other/fragment-matcher/package.json
  21. +2 −2 packages/plugins/other/introspection/package.json
  22. +3 −3 packages/plugins/other/jsdoc/package.json
  23. +2 −2 packages/plugins/other/schema-ast/package.json
  24. +2 −2 packages/plugins/other/time/package.json
  25. +2 −2 packages/plugins/other/visitor-plugin-common/package.json
  26. +13 −1 packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts
  27. +5 −1 packages/plugins/other/visitor-plugin-common/src/base-types-visitor.ts
  28. +16 −0 packages/plugins/other/visitor-plugin-common/src/base-visitor.ts
  29. +3 −1 packages/plugins/other/visitor-plugin-common/src/client-side-base-visitor.ts
  30. +3 −3 packages/plugins/typescript/apollo-angular/package.json
  31. +3 −3 packages/plugins/typescript/compatibility/package.json
  32. +3 −3 packages/plugins/typescript/document-nodes/package.json
  33. +3 −3 packages/plugins/typescript/generic-sdk/package.json
  34. +2 −2 packages/plugins/typescript/graphql-files-modules/package.json
  35. +3 −3 packages/plugins/typescript/graphql-request/package.json
  36. +4 −2 packages/plugins/typescript/graphql-request/src/visitor.ts
  37. +306 −0 packages/plugins/typescript/graphql-request/tests/__snapshots__/graphql-request.spec.ts.snap
  38. +29 −0 packages/plugins/typescript/graphql-request/tests/graphql-request.spec.ts
  39. +4 −4 packages/plugins/typescript/mongodb/package.json
  40. +2 −2 packages/plugins/typescript/named-operations-object/package.json
  41. +3 −3 packages/plugins/typescript/oclif/package.json
  42. +4 −4 packages/plugins/typescript/operations/package.json
  43. +3 −3 packages/plugins/typescript/react-apollo-offix/package.json
  44. +3 −3 packages/plugins/typescript/react-apollo/package.json
  45. +4 −4 packages/plugins/typescript/resolvers/package.json
  46. +6 −5 packages/plugins/typescript/resolvers/src/index.ts
  47. +35 −0 packages/plugins/typescript/resolvers/tests/mapping.spec.ts
  48. +104 −0 packages/plugins/typescript/resolvers/tests/ts-resolvers.spec.ts
  49. +3 −3 packages/plugins/typescript/stencil-apollo/package.json
  50. +4 −4 packages/plugins/typescript/type-graphql/package.json
  51. +3 −3 packages/plugins/typescript/typed-document-node/package.json
  52. +3 −3 packages/plugins/typescript/typescript/package.json
  53. +3 −3 packages/plugins/typescript/urql/package.json
  54. +3 −3 packages/plugins/typescript/vue-apollo/package.json
  55. +4 −4 packages/presets/import-types/package.json
  56. +4 −4 packages/presets/near-operation-file/package.json
  57. +1 −2 packages/utils/config-schema/package.json
  58. +2 −2 packages/utils/graphql-codegen-testing/package.json
  59. +1 −1 packages/utils/plugins-helpers/package.json
  60. +140 −100 scripts/release.js
  61. +8 −0 website/docs/generated-config/c-sharp-operations.md
  62. +8 −0 website/docs/generated-config/typescript-apollo-angular.md
  63. +8 −0 website/docs/generated-config/typescript-document-nodes.md
  64. +8 −0 website/docs/generated-config/typescript-graphql-request.md
  65. +8 −0 website/docs/generated-config/typescript-react-apollo.md
  66. +8 −0 website/docs/generated-config/typescript-stencil-apollo.md
  67. +8 −0 website/docs/generated-config/typescript-urql.md
  68. +8 −0 website/docs/generated-config/typescript-vue-apollo.md
  69. +2 −2 website/monaco-plugin.js
  70. +36 −36 website/package.json
  71. +40 −0 website/static/config.schema.json
  72. +2,291 −302 yarn.lock
1 change: 0 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ on:
jobs:
publish-canary:
name: Publish Canary
timeout-minutes: 10
runs-on: ubuntu-latest
if: contains(github.actor, 'renovate') == false
steps:
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ on:
jobs:
test:
name: Testing on ${{matrix.os}} and Node ${{matrix.node_version}}
timeout-minutes: 10
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node_version: [10, 14]
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -46,11 +46,3 @@ jobs:
run: npm run release
env:
RELEASE_VERSION: ${{ github.event.release.tag_name }}
- name: Commit updated package.json files
run: |
git add .
git commit -m "${{ github.event.release.tag_name }}"
- name: Push all the changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ on:
jobs:
test:
name: Deploy Website
timeout-minutes: 10
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[deploy_website]') || contains(github.ref, 'refs/tags/')
steps:
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "graphql-code-generator",
"version": "1.17.3",
"private": true,
"scripts": {
"clean": "rimraf node_modules packages/{*,plugins/*/*,presets/*,utils/*}/node_modules",
@@ -41,6 +40,7 @@
]
},
"devDependencies": {
"npm": "6.14.7",
"@graphql-typed-document-node/core": "0.0.1",
"auto-bind": "4.0.0",
"@graphql-tools/apollo-engine-loader": "6.0.15",
@@ -61,9 +61,9 @@
"@babel/preset-typescript": "7.10.4",
"@types/common-tags": "1.8.0",
"@types/glob": "7.1.3",
"@types/jest": "26.0.5",
"@types/jest": "26.0.7",
"@types/mkdirp": "1.0.1",
"@types/node": "10.17.27",
"@types/node": "14.0.26",
"@types/react": "16.9.43",
"@types/request": "2.48.5",
"@vue/apollo-composable": "4.0.0-alpha.8",
@@ -87,16 +87,16 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react-hooks": "4.0.8",
"eslint-plugin-standard": "4.0.1",
"flow-bin": "0.129.0",
"flow-parser": "0.129.0",
"flow-bin": "0.130.0",
"flow-parser": "0.130.0",
"fs-extra": "9.0.1",
"graphql": "15.3.0",
"graphql-tag": "2.10.4",
"husky": "4.2.5",
"java-ast": "0.3.0",
"jest": "26.1.0",
"jest-docblock": "26.0.0",
"jest-junit": "11.0.1",
"jest-junit": "11.1.0",
"lint-staged": "10.2.11",
"lodash": "4.17.19",
"rimraf": "3.0.2",
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
"license": "MIT",
"keywords": [
@@ -26,7 +26,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "1.17.3",
"@graphql-codegen/cli": "0.0.0-PLACEHOLDER",
"@graphql-cli/common": "4.0.0"
},
"main": "dist/index.cjs.js",
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
@@ -40,8 +40,8 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/core": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-tools/apollo-engine-loader": "^6.0.0",
"@graphql-tools/code-file-loader": "^6.0.0",
"@graphql-tools/git-loader": "^6.0.0",
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"license": "MIT",
"repository": {
"type": "git",
@@ -38,7 +38,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-tools/merge": "^6.0.0",
"@graphql-tools/utils": "^6.0.0",
"tslib": "~2.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -14,8 +14,8 @@
"graphql-tag": "2.10.4"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"auto-bind": "4.0.0",
"camel-case": "4.1.1",
"tslib": "2.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -10,8 +10,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"strip-indent": "3.0.0",
"tslib": "2.0.0",
"unixify": "1.0.0"
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
@@ -14,8 +14,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/flow": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
},
8 changes: 4 additions & 4 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/flow": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"@graphql-tools/utils": "^6.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.0.0"
8 changes: 4 additions & 4 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"auto-bind": "~4.0.0",
"camel-case": "4.1.1",
"pascal-case": "3.1.1",
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
@@ -13,8 +13,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"auto-bind": "~4.0.0",
"strip-indent": "3.0.0",
"tslib": "~2.0.0",
8 changes: 4 additions & 4 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
8 changes: 4 additions & 4 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
8 changes: 4 additions & 4 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "1.17.3",
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/visitor-plugin-common": "1.17.3",
"@graphql-codegen/java-common": "0.0.0-PLACEHOLDER",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"@graphql-codegen/visitor-plugin-common": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/add",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": {
"type": "git",
@@ -13,7 +13,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "1.17.3",
"version": "0.0.0-PLACEHOLDER",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.17.3",
"@graphql-codegen/plugin-helpers": "0.0.0-PLACEHOLDER",
"tslib": "~2.0.0"
},
"peerDependencies": {
Loading