v0.0.80
What's Changed
- standard-starter: updated shared links to include auth pages by @ahaywood in #402
- feat: Rename @redwoodjs/sdk to rwsdk by @justinvdm in #408
⚠️ Note: @redwoodjs/sdk -> rwsdk
The @redwoodjs/sdk has been renamed to rwsdk.
To continue receiving updates and support, please:
- Uninstall the old package:
npm uninstall @redwoodjs/sdk- Install the new package:
npm install rwsdk
- Update all import paths:
// Before:
import { defineApp } from '@redwoodjs/sdk/worker'
// After:
import { defineApp } from 'rwsdk/worker'- The GitHub repository remains the same: https://github.com/redwoodjs/sdk
- All future releases will be under the
rwsdkname.
Full Changelog: v0.0.79...v0.0.80