Closed smorimoto closed 10 months ago
You can confirm this with Knip:
npx knip
knip.json
{
"$schema": "https://unpkg.com/knip/schema.json",
"workspaces": {
".": {
"entry": ["src/index.ts", "src/*.test.ts"],
"project": "src/*.ts"
},
"example": {
"entry": ["index.ts", "*.test.ts"],
"project": "*.ts"
}
}
}
This change is not included in the latest point release, but are you planning to release this?
@smorimoto it will go out with the next release release.
@febuiles Could you publish a new point release for this?
@smorimoto If I push the PR I'll need to get someone's approval, can you update the version and push a PR? I can then be the approver and do the release.
@febuiles Sure!
Correct unused or unlisted dependencies.
Although it was not intended, this reduces the size of the package 🤷♂️
Before
After