Skip to content

fix(anchor-sdk): add missing LICENSE/README, align version for first publish - #1019

Merged
determined-001 merged 1 commit into
mainfrom
fix/anchor-sdk-publish-ready
Aug 11, 2026
Merged

fix(anchor-sdk): add missing LICENSE/README, align version for first publish#1019
determined-001 merged 1 commit into
mainfrom
fix/anchor-sdk-publish-ready

Conversation

@determined-001

Copy link
Copy Markdown
Owner

Summary

  • package.json declared "files": ["dist", "README.md", "LICENSE"] but neither file existed on disk - the next v* release tag would have published this package with no license text (release.yml globs all of packages/*).
  • Added the canonical repo-wide MIT LICENSE (identical text to every other package) and a real README.md documenting the SEP-1/10/12/24/31 clients this package actually implements.
  • Aligned version 0.2.0 -> 0.1.0: this package has never been published, so 0.2.0 implied a 0.1.0 predecessor that never existed. Matches the rest of the workspace's first-publish convention.

Test plan

  • pnpm --filter @orbital-stellar/anchor-sdk build clean
  • pnpm --filter @orbital-stellar/anchor-sdk test - 72/72 passing
  • npm pack --dry-run confirms dist/, README.md, LICENSE all included in the tarball
  • CI green

…publish

package.json declared "files": ["dist", "README.md", "LICENSE"] but neither
file existed on disk - the next release tag would have published this
package with no license text. Added the canonical repo-wide MIT LICENSE
(identical text to every other package) and a real README documenting the
SEP-1/10/12/24/31 clients this package actually implements.

Also aligned version 0.2.0 -> 0.1.0: this package has never been published,
so 0.2.0 implied a 0.1.0 predecessor that never existed. Matches the rest
of the workspace's first-publish convention.
@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
orbital-dev Ready Ready Preview Aug 11, 2026 7:02pm

@determined-001
determined-001 merged commit 4ae4197 into main Aug 11, 2026
29 checks passed
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.

2 participants