awslabs / aws-mobile-appsync-sdk-js

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
Apache License 2.0
919 stars 266 forks source link

aws-appsync uses an old version of aws-appsync-subscription-link #643

Open avnerenv0 opened 3 years ago

avnerenv0 commented 3 years ago

Do you want to request a feature or report a bug? Bug

What is the current behavior? The aws-appsync package uses old version of the aws-appsync-subscription-link package.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Install aws-appsync@npm:4.0.3 and get aws-appsync-subscription-link@npm:2.2.1

What is the expected behavior? aws-appsync-subscription-link is at 3.0.6 and that version should be used.

Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions? Not OS specific. It works but missing a lot of bug fixes in the new version.