Commit d08160f
committed
chore(sdk/js): restrict published package to dist/ only
add a \"files\" allowlist so npm pack ships only README, LICENSE,
package.json, and dist/. drops .npmignore (replaced by the allowlist).
before: 60 files / 230 KB unpacked / 57 KB tarball, including bun.lock,
src/*.ts, test-outputs.js, tsconfig*.json, and .claude/settings.local.json.
after: 43 files / 133 KB unpacked / 30 KB tarball — ~47% smaller, no
extraneous files leaking out of the repo.1 parent fc48a01 commit d08160f
2 files changed
Lines changed: 3 additions & 3 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments