You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Low risk: prebuilt distribution files only; runtime behavior depends on unchanged kit source and verified builds.
Overview
This PR checks in built kit dist/ bundles (82 files across 34 kit packages) so mPServer/CDN can serve them from GitHub paths. Artifacts were produced from the current kit sources via the standard kit build matrix; no kit source, config, or dependency files change—only generated outputs (e.g. CommonJS, IIFE, ESM) are added or refreshed.
Outputs cover the full integration set listed in the PR (Adobe Target, Adobe Heartbeat, GA4, Braze variants, etc.), including nested packages under kits/adobe and kits/google-analytics-4. Because dist/ is normally gitignored, these files were force-added on purpose for deployment.
Reviewed by Cursor Bugbot for commit 1a158ef. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dist/artifacts from the latestorigin/mainfor GitHub-path serving.distdirectories, including nested Adobe and Google Analytics 4 package outputs.kits/**/dist/**artifacts; no source, config, package metadata, or lockfile changes are included.Build verification
All kit builds from
kits/matrix.jsonpassed vianpm cifollowed bynpm run build:kits/adobe-target)kits/adwords)kits/amplitude/amplitude-8)kits/bingads)kits/braze/braze-3)kits/braze/braze-4)kits/braze/braze-5)kits/braze/braze-6)kits/criteo)kits/device-match)kits/doubleclick)kits/dynamic-yield)kits/facebook)kits/google-tag-manager)kits/heap)kits/id5/id5-1)kits/inspectlet)kits/intercom)kits/kissmetrics)kits/leanplum/leanplum-1)kits/localytics/localytics-4)kits/mixpanel/mixpanel-2)kits/onetrust)kits/optimizely)kits/rokt)kits/simplereach)kits/taplytics)kits/twitter)kits/google-analytics-4)kits/adobe)kits/roktpayplus)Notes
dist/paths are gitignored, so generated artifacts were force-added intentionally.