graphql-codegen-typescript
Advanced tools
Comparing version 0.19.0-alpha.fb3f63d6 to 0.19.0-alpha.fe542283
{ | ||
"name": "graphql-codegen-typescript", | ||
"version": "0.19.0-alpha.fb3f63d6", | ||
"version": "0.19.0-alpha.fe542283", | ||
"description": "GraphQL Code Generator plugin for generating TypeScript types", | ||
@@ -9,7 +9,7 @@ "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-visitor-plugin-common": "0.19.0-alpha.fb3f63d6", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.fe542283", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.fe542283", | ||
"tslib": "1.9.3" | ||
@@ -19,4 +19,4 @@ }, | ||
"graphql": "14.1.1", | ||
"graphql-codegen-testing": "0.19.0-alpha.fb3f63d6", | ||
"jest": "24.1.0", | ||
"graphql-codegen-testing": "0.19.0-alpha.fe542283", | ||
"jest": "24.5.0", | ||
"ts-jest": "24.0.0", | ||
@@ -31,22 +31,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" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
37488
+ Addedgraphql-codegen-plugin-helpers@0.19.0-alpha.fe542283(transitive)
+ Addedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.fe542283(transitive)
- Removedgraphql-codegen-plugin-helpers@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.fe542283