test 3.0.0#1264
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit ebc7fe7. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ebc7fe7. Configure here.
| }; | ||
|
|
||
| var version = "2.68.0"; | ||
| var version = "3.0.0"; |
There was a problem hiding this comment.
Version bumped in only one of three dist files
High Severity
The version string is updated to "3.0.0" only in dist/mparticle.js, while dist/mparticle.common.js and dist/mparticle.esm.js both still report "2.68.0". Additionally, package.json remains at "2.68.0", which is the source of truth used by src/constants.ts. Consumers using CommonJS or ESM bundles will see a different SDK version than those using the UMD bundle, causing inconsistent telemetry and potential debugging confusion.
Reviewed by Cursor Bugbot for commit ebc7fe7. Configure here.





Summary
dist/mparticle.jsfrom2.68.0to3.0.0.Test plan
dist/mparticle.jsreportssdkVersion: "3.0.0"at runtime.🤖 Generated with Claude Code