graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

temporary workaround for copy issue #114

Closed mac2000 closed 4 years ago

mac2000 commented 4 years ago

fix for #113 it is kind of ugly but working in either case as you have mentioned editor itself probably should be part of src and have no separate package.json which will make things much easier in future

ps: also downgraded @types/express to match installed express version without it build is broken

in my fork github action is green hope after creating PR to see it green also

IvanGoncharov commented 4 years ago

ps: also downgraded @types/express to match installed express version without it build is broken

@mac2000 I was bitten by this multiple times: https://github.com/DefinitelyTyped/DefinitelyTyped#how-do-definitely-typed-package-versions-relate-to-versions-of-the-corresponding-library

The patch release number of the type declaration package (e.g. .0 in 10.12.0) is initialized to zero by Definitely Typed and is incremented each time a new @types/node package is published to NPM for the same major/minor version of the corresponding library.