graphql-codegen-typescript-operations
Advanced tools
Comparing version 0.19.0-alpha.fb3f63d6 to 0.19.0-alpha.fdb0df6c
{ | ||
"name": "graphql-codegen-typescript-operations", | ||
"version": "0.19.0-alpha.fb3f63d6", | ||
"version": "0.19.0-alpha.fdb0df6c", | ||
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments", | ||
@@ -9,8 +9,8 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git", | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"test": "jest" | ||
"test": "jest --config ../../../jest.config.js" | ||
}, | ||
"dependencies": { | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.fb3f63d6", | ||
"graphql-codegen-typescript": "0.19.0-alpha.fb3f63d6", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.fb3f63d6", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.fdb0df6c", | ||
"graphql-codegen-typescript": "0.19.0-alpha.fdb0df6c", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.fdb0df6c", | ||
"tslib": "1.9.3" | ||
@@ -20,4 +20,4 @@ }, | ||
"graphql": "14.1.1", | ||
"graphql-codegen-testing": "0.19.0-alpha.fb3f63d6", | ||
"jest": "24.1.0", | ||
"graphql-codegen-testing": "0.19.0-alpha.fdb0df6c", | ||
"jest": "24.5.0", | ||
"ts-jest": "24.0.0", | ||
@@ -32,22 +32,3 @@ "typescript": "3.3.3333" | ||
"definition": "dist/esnext/index.d.ts" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"enableTsDiagnostics": false | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
} | ||
} |
16996
+ Addedgraphql-codegen-plugin-helpers@0.19.0-alpha.fdb0df6c(transitive)
+ Addedgraphql-codegen-typescript@0.19.0-alpha.fdb0df6c(transitive)
+ Addedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.fdb0df6c(transitive)
- Removedgraphql-codegen-plugin-helpers@0.19.0-alpha.fb3f63d6(transitive)
- Removedgraphql-codegen-typescript@0.19.0-alpha.fb3f63d6(transitive)
- Removedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.fb3f63d6(transitive)
Updatedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.fdb0df6c