Skip to content

fix: include src in client package tarballs#180

Merged
V3RON merged 1 commit into
mainfrom
fix/package-src-in-clients
Jun 5, 2026
Merged

fix: include src in client package tarballs#180
V3RON merged 1 commit into
mainfrom
fix/package-src-in-clients

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented Jun 5, 2026

Summary

Include src in the published tarballs for both @use-voltra/ios-client and @use-voltra/android-client.

Why

Both packages use src as the Codegen input (jsSrcsDir: "src"), so omitting it from files breaks packaging and prevents native code generation from running against the published package.

Verification

  • Ran npm pack --dry-run --json in both package workspaces
  • Confirmed src/** entries are present in each tarball

@V3RON V3RON changed the title Include src in client package tarballs fix: include src in client package tarballs Jun 5, 2026
@V3RON V3RON merged commit a2a3e20 into main Jun 5, 2026
12 checks passed
@V3RON V3RON deleted the fix/package-src-in-clients branch June 5, 2026 07:15
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.

1 participant