The sf-chain
package is now deprecated and will no longer receive updates or support. Please migrate to ts-safe
as soon as possible.
-
Uninstall
sf-chain
from your project:npm uninstall sf-chain
or
yarn remove sf-chain
-
Install
ts-safe
instead:npm install ts-safe
or
yarn add ts-safe
-
Update your imports If you were using
sf-chain
, update your code to import fromts-safe
instead:// Before import { someFunction } from 'sf-chain'; // After import { someFunction } from 'ts-safe';
-
sf-chain
has been rebranded and improved asts-safe
. -
ts-safe
provides better type safety and performance. - Future updates and bug fixes will only be available in
ts-safe
.
If you encounter any issues migrating to ts-safe
, feel free to open an issue on our GitHub repository.
Thank you for using our package! 🎉