@redwoodjs/sdk
v0.0.80
Published
🚨 Deprecated. This package has been renamed to 'rwsdk'.
Readme
@redwoodjs/sdk (DEPRECATED)
🚨 This package has been renamed. It is now published under the new name: 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.
