graphql-codegen-typescript
Advanced tools
Comparing version 0.19.0-alpha.6f299999 to 0.19.0-alpha.6f432573
{ | ||
"name": "graphql-codegen-typescript", | ||
"version": "0.19.0-alpha.6f299999", | ||
"version": "0.19.0-alpha.6f432573", | ||
"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", | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"esm": "3.2.11", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.6f299999", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.6f299999", | ||
"graphql-codegen-plugin-helpers": "0.19.0-alpha.6f432573", | ||
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.6f432573", | ||
"tslib": "1.9.3" | ||
@@ -20,3 +19,3 @@ }, | ||
"graphql": "14.1.1", | ||
"graphql-codegen-testing": "0.19.0-alpha.6f299999", | ||
"graphql-codegen-testing": "0.19.0-alpha.6f432573", | ||
"jest": "24.1.0", | ||
@@ -26,7 +25,7 @@ "ts-jest": "24.0.0", | ||
}, | ||
"main": "cjs/index.js", | ||
"module": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/index.d.ts" | ||
"definition": "dist/esnext/index.d.ts" | ||
}, | ||
@@ -36,6 +35,3 @@ "jest": { | ||
"ts-jest": { | ||
"enableTsDiagnostics": false, | ||
"tsConfig": { | ||
"esModuleInterop": true | ||
} | ||
"enableTsDiagnostics": false | ||
} | ||
@@ -42,0 +38,0 @@ }, |
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
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
37776
3
26
490
+ Addedgraphql-codegen-plugin-helpers@0.19.0-alpha.6f432573(transitive)
+ Addedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.6f432573(transitive)
- Removedesm@3.2.11
- Removedesm@3.2.11(transitive)
- Removedgraphql-codegen-plugin-helpers@0.19.0-alpha.6f299999(transitive)
- Removedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.6f299999(transitive)
Updatedgraphql-codegen-visitor-plugin-common@0.19.0-alpha.6f432573