graphql-codegen-typescript
Advanced tools
Comparing version 0.19.0-alpha.8e3376c3 to 0.19.0-alpha.923f4f64
{ | ||
"name": "graphql-codegen-typescript", | ||
"version": "0.19.0-alpha.8e3376c3", | ||
"version": "0.19.0-alpha.923f4f64", | ||
"description": "GraphQL Code Generator plugin for generating TypeScript types", | ||
@@ -8,9 +8,8 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest" | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"test": "jest --config ../../../jest.config.js" | ||
}, | ||
"dependencies": { | ||
"esm": "3.2.11", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.8e3376c3", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.8e3376c3", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.923f4f64", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.923f4f64", | ||
"tslib": "1.9.3" | ||
@@ -20,35 +19,14 @@ }, | ||
"graphql": "14.1.1", | ||
"graphql-codegen-testing": "0.19.0-alpha.8e3376c3", | ||
"jest": "24.1.0", | ||
"graphql-codegen-testing": "0.19.0-alpha.923f4f64", | ||
"jest": "24.5.0", | ||
"ts-jest": "24.0.0", | ||
"typescript": "3.3.3333" | ||
}, | ||
"main": "cjs/index.js", | ||
"module": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/index.d.ts" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"enableTsDiagnostics": false, | ||
"tsConfig": { | ||
"esModuleInterop": true | ||
} | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
"definition": "dist/esnext/index.d.ts" | ||
} | ||
} |
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
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
39631
3
26
504
+ Addedgraphql-codegen-plugin-helpers@0.19.0-alpha.923f4f64(transitive)
+ Addedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.923f4f64(transitive)
- Removedesm@3.2.11
- Removedesm@3.2.11(transitive)
- Removedgraphql-codegen-plugin-helpers@0.19.0-alpha.8e3376c3(transitive)
- Removedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.8e3376c3(transitive)
- Removedts-log@2.1.4(transitive)
Updatedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.923f4f64