Changelog
WIPRelease history for @gentleduck/upload. Newest releases at the top.
0.2.5
Patch Changes
- 918b34c: Strip
workspace:*andcatalog:protocol tokens fromdevDependencies/dependencies/peerDependenciesof every public package beforechangeset publish. Previously published artifacts leaked these tokens into npm metadata, which broke strict resolvers (bun, deno) for downstream consumers. Addsscripts/clean-publish.tsand wires it into the rootreleasescript with agit checkoutrestore step so source remains workspace-friendly.
0.2.4
Patch Changes
- 0acb667: Point package
exportsat compiled./dist/*output instead of./src/*.tssource. Add multi-entry build (index,core,react,strategies) so subpath imports work for non-bundler consumers (e.g. NestJS via Node CJS). Fixes runtimeSyntaxErrorwhen consumed by apps that don't transpile package source.
0.2.2
Patch Changes
- 0d9dc94: Add publishConfig with public access for scoped npm package.
0.2.1
Patch Changes
- 97606b5: Fix release workflow to skip redundant CI checks during publish.
0.2.0
Minor Changes
- 7c4d70c: Initial release of @gentleduck/upload - a resumable, strategy-based file upload engine for the browser.