Important SDK Update: Upgrade to sdk-typescript 0.7.3 Recommended

We’ve released an important update for our sdk-typescript, version 0.7.3. We recommend all developers update to this version to improve the reliability, performance, and security of the Anon platform.

Key improvements

  1. Better Runtime Data Collection: Version 0.7.3 includes improvements that help us gather useful data on runtime usage. This allows us to:
  • Identify and fix potential issues more quickly
  • Improve platform stability
  • Provide better assistance with troubleshooting
  • Reduce resolution times and minimize downtime
  1. Platform Enhancements: The collected data will help us make improvements to the Anon platform, creating a more robust and efficient development environment.
  2. Backwards Compatibility: This update maintains full backwards compatibility, ensuring a smooth transition without disrupting your existing implementations.

We encourage you to prioritize this update. Upgrading will contribute to a more stable and efficient ecosystem for Anon developers.

How to Update:

  1. Update your package.json file to use the new version:
"@anon/sdk-typescript": "^0.7.3"
  1. Run the appropriate install command:
  • For npm users: npm install
  • For yarn users: yarn install