Skip to content

v0.0.80

Choose a tag to compare

@justinvdm justinvdm released this 06 May 13:30
· 1403 commits to main since this release

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:

  1. Uninstall the old package:
npm uninstall @redwoodjs/sdk
  1. Install the new package:
npm install rwsdk
  1. Update all import paths:
// Before:
import { defineApp } from '@redwoodjs/sdk/worker'

// After:
import { defineApp } from 'rwsdk/worker'


Full Changelog: v0.0.79...v0.0.80