SF-Chain Deprecated 🚨
⚠️ This package has been moved to ts-safe
❌ SF-Chain is no longer maintained
The sf-chain
package is now deprecated and will no longer receive updates or support. Please migrate to ts-safe
as soon as possible.
📢 What should you do?
-
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 from ts-safe
instead:
import { someFunction } from 'sf-chain';
import { someFunction } from 'ts-safe';
ℹ️ Why was this package deprecated?
sf-chain
has been rebranded and improved as ts-safe
.
ts-safe
provides better type safety and performance.
- Future updates and bug fixes will only be available in
ts-safe
.
🚀 Need Help?
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! 🎉