Closed katopz closed 2 years ago
Hi! If you mean 2.4.1 and 2.4.2 versions - those were "broken" (forgot to run build before releasing).
Version 2.4.3 in what you see right now in the repo. We removed pancake-swap-core
dependency cause it was used just for 1 ABI which now lives inside this repo.
Please upgrade to 2.4.3 🙂
Hi! If you mean 2.4.1 and 2.4.2 versions - those were "broken" (forgot to run build before releasing). Version 2.4.3 in what you see right now in the repo. We removed
pancake-swap-core
dependency cause it was used just for 1 ABI which now lives inside this repo. Please upgrade to 2.4.3 🙂
Thanks, In that case you better use github action for auto build and release next time. 😅
in released
npm
(bad)current source (good)
and
"@pancakeswap-libs/pancake-swap-core": "^0.1.0",
currently depend to@pancakeswap-libs/pancake-swap-core
which hastruffle
that not compatible with node 16 and lead to build failed apparently.TLDR
Please release current source and bump version.