onflow / fcl-js

FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
https://onflow.org
Apache License 2.0
323 stars 117 forks source link

Pin fcl-js & fcl-core versions together #1889

Open jribbink opened 4 months ago

jribbink commented 4 months ago

Issue to be solved

It is confusing that the version of fcl-js drifts away from fcl-core, as the latter is simply an implementation detail and should not be interfaced with directly by users. Version bumps in fcl-js should be aligned with those in fcl-core (i.e. a minor change in fcl-core is ultimately a minor change in fcl-js)

We can consider pinning fcl-react-native as well (even though this library is currently unusable, so it's somewhat questionable whether this should be published at all).

Suggest A Solution

No response

What are you currently working on that this is blocking?

No response