This package has been deprecated

Author message:

⚠️ This package has been moved to ts-safe. Please use ts-safe instead.

sf-chain
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

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?

  1. Uninstall sf-chain from your project:

    npm uninstall sf-chain

    or

    yarn remove sf-chain
  2. Install ts-safe instead:

    npm install ts-safe

    or

    yarn add ts-safe
  3. Update your imports If you were using sf-chain, update your code to import from ts-safe instead:

    // Before
    import { someFunction } from 'sf-chain';
    
    // After
    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! 🎉

Package Sidebar

Install

npm i sf-chain

Weekly Downloads

1

Version

1.1.8

License

MIT

Unpacked Size

63.6 kB

Total Files

22

Last publish

Collaborators

  • cgoing