Skip to content

Upgrade sendspin-js SDK from v2.0.5 to v3.0.0 - #212

Merged
balloob merged 1 commit into
mainfrom
claude/bump-sendspin-js-3-2fAvJ
Apr 9, 2026
Merged

Upgrade sendspin-js SDK from v2.0.5 to v3.0.0#212
balloob merged 1 commit into
mainfrom
claude/bump-sendspin-js-3-2fAvJ

Conversation

@balloob

@balloob balloob commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the sendspin-js SDK dependency to the latest major version (v3.0.0) in the web application.

Key Changes

  • Updated SDK import URL from @sendspin/sendspin-js@2.0.5 to @sendspin/sendspin-js@3.0.0

Implementation Details

The SDK is dynamically imported via unpkg CDN in the web app initialization. This upgrade to v3.0.0 brings the application to the latest major version of the sendspin-js library, which may include breaking changes, new features, or improvements. Users should verify that the application functionality remains intact with the new SDK version.

https://claude.ai/code/session_01AxTjrk8DnF21ZiEsX2VKA5

Copilot AI review requested due to automatic review settings April 9, 2026 14:52
@balloob
balloob merged commit 173f422 into main Apr 9, 2026
3 checks passed
@balloob
balloob deleted the claude/bump-sendspin-js-3-2fAvJ branch April 9, 2026 14:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the web UI’s dynamically imported @sendspin/sendspin-js dependency to the new major release (v3.0.0) via unpkg, keeping the browser-side player integration on the latest SDK line.

Changes:

  • Bumped the unpkg module import URL for @sendspin/sendspin-js from v2.0.5 to v3.0.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread sendspin/serve/web/app.js
Comment on lines 646 to 648
const sdkImport = import(
"https://unpkg.com/@sendspin/sendspin-js@2.0.5/dist/index.js?module",
"https://unpkg.com/@sendspin/sendspin-js@3.0.0/dist/index.js?module",
);

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The app dynamically imports the SDK from unpkg at runtime. This creates a production dependency on a third-party CDN (availability) and increases supply-chain risk for a core module. Consider vendoring/self-hosting the SDK (or bundling it in your build pipeline) so the app is not blocked by unpkg or an upstream artifact change.

Copilot uses AI. Check for mistakes.
selleronom pushed a commit to selleronom/sendspin-cli that referenced this pull request Apr 15, 2026
## Summary
Updates the sendspin-js SDK dependency to the latest major version
(v3.0.0) in the web application.

## Key Changes
- Updated SDK import URL from `@sendspin/sendspin-js@2.0.5` to
`@sendspin/sendspin-js@3.0.0`

## Implementation Details
The SDK is dynamically imported via unpkg CDN in the web app
initialization. This upgrade to v3.0.0 brings the application to the
latest major version of the sendspin-js library, which may include
breaking changes, new features, or improvements. Users should verify
that the application functionality remains intact with the new SDK
version.

https://claude.ai/code/session_01AxTjrk8DnF21ZiEsX2VKA5

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants