Update @spree/sdk and @spree/next to 0.2.0#20
Conversation
Bump SDK packages to v0.2.0 which introduces dual API namespaces (client.store.* and client.admin.*). Rename env var SPREE_API_KEY to SPREE_PUBLISHABLE_KEY to match the new SDK config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughConfiguration files and documentation are updated to replace the environment variable Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
@spree/sdkfrom^0.1.4to^0.2.0@spree/nextfrom^0.1.1to^0.2.0SPREE_API_KEY→SPREE_PUBLISHABLE_KEYin.env.example,.env.local.example, andREADME.mdSDK v0.2.0 restructures the client to support dual API namespaces (
client.store.*andclient.admin.*). The@spree/nextpackage handles the namespace internally, so no source code changes are needed in the starter.Test plan
npm run test)🤖 Generated with Claude Code
Summary by CodeRabbit
Chores