From a3a8f566f29930a6b12dc9090f31f19deb6b8228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:52:56 +0000 Subject: [PATCH] chore: version packages --- .changeset/backend-ingest-body-limit.md | 5 ----- bun.lock | 2 +- packages/bundler-plugin/CHANGELOG.md | 6 ++++++ packages/bundler-plugin/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/backend-ingest-body-limit.md diff --git a/.changeset/backend-ingest-body-limit.md b/.changeset/backend-ingest-body-limit.md deleted file mode 100644 index f36c999..0000000 --- a/.changeset/backend-ingest-body-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faststats/sourcemap-uploader-plugin": patch ---- - -Increase the public sourcemap ingest request body limit to 50MB to avoid 413 errors when uploading larger sourcemap payloads. diff --git a/bun.lock b/bun.lock index f5c6dc7..c760f71 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ }, "packages/bundler-plugin": { "name": "@faststats/sourcemap-uploader-plugin", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "unplugin": "^3.0.0", }, diff --git a/packages/bundler-plugin/CHANGELOG.md b/packages/bundler-plugin/CHANGELOG.md index d067a68..3b847f1 100644 --- a/packages/bundler-plugin/CHANGELOG.md +++ b/packages/bundler-plugin/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- bd0e180: Increase the public sourcemap ingest request body limit to 50MB to avoid 413 errors when uploading larger sourcemap payloads. + +## 0.2.1 + +### Patch Changes + - bd0e180: Add upload payload batching with a configurable `maxUploadBodyBytes` limit and introduce a `failOnError` option to control whether upload failures should fail the build. ## 0.2.0 diff --git a/packages/bundler-plugin/package.json b/packages/bundler-plugin/package.json index 74bc053..4e55592 100644 --- a/packages/bundler-plugin/package.json +++ b/packages/bundler-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@faststats/sourcemap-uploader-plugin", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "files": [ "dist",