jaydenseric / graphql-upload

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.43k stars 132 forks source link

Bump fs-capacitor to 0.0.4 #97

Closed mike-marcacci closed 6 years ago

mike-marcacci commented 6 years ago

I didn't realize that in semver < 1.0.0, npm (correctly) treats all version changes as breaking.

jaydenseric commented 6 years ago

It looks like fs-capacitor v1 is on the way, should we just bump to that?

mike-marcacci commented 6 years ago

Yep :) I'm about 3 minutes away from putting the final touches on #92 which totally makes this irrelevant