aheissenberger / serverless-appsync-offline

Serverless AWS AppSync Offline Plugin - Allow to run AppSync locally for serverless framework
MIT License
90 stars 25 forks source link

Update appsync-emulator #30

Closed Mystogab closed 5 years ago

Mystogab commented 5 years ago

Need this version that include a patch for local debuggin options

aheissenberger commented 5 years ago

@Mystogab there is no need for this as your system should update to your required version without this merge as the version "^0.12.6" is defined with a Caret in packages.json which allows all newer version on the last place: https://github.com/npm/node-semver#ranges

something like npm upgrade or yarn upgrade should be enough.