Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(overlay): Add missing UMD bundle #626

Merged
merged 1 commit into from
Dec 13, 2024
Merged

fix(overlay): Add missing UMD bundle #626

merged 1 commit into from
Dec 13, 2024

Conversation

BYK
Copy link
Member

@BYK BYK commented Dec 13, 2024

Fixes #625

Copy link

vercel bot commented Dec 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spotlightjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 13, 2024 10:48am

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.34%. Comparing base (d9a9197) to head (f7189e3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #626   +/-   ##
=======================================
  Coverage   31.34%   31.34%           
=======================================
  Files          92       92           
  Lines        5421     5421           
  Branches       99       99           
=======================================
  Hits         1699     1699           
  Misses       3722     3722           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BYK BYK merged commit 9759da2 into main Dec 13, 2024
17 checks passed
@BYK BYK deleted the byk/fix/overlay-umd branch December 13, 2024 10:54
BYK pushed a commit that referenced this pull request Dec 14, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @spotlightjs/astro@2.3.0

### Minor Changes

- Add support for rich breadcrumbs
([#632](#632))

### Patch Changes

-   Updated dependencies

\[[`09d3179ccadb61a1fbb119d3a2a8d9315921442e`](09d3179),

[`319fef8422dea9425b7f230eab9b7294fbeb5a72`](319fef8),

[`0c2ade8e5699e855a31a603067aa575d7580894e`](0c2ade8),

[`12c9552909f8b54f4106e2a2f955475955c0413a`](12c9552)]:
    -   @spotlightjs/spotlight@2.9.0

## @spotlightjs/electron@1.3.0

### Minor Changes

- Add support for rich breadcrumbs
([#632](#632))

### Patch Changes

-   More resillient envelope parsing to prevent crashes on bad data
    ([#629](#629))

- Fix encoding related corruption on binary envelope payloads
([#631](#631))

-   Updated dependencies

\[[`09d3179ccadb61a1fbb119d3a2a8d9315921442e`](09d3179),

[`319fef8422dea9425b7f230eab9b7294fbeb5a72`](319fef8),

[`9759da2d2951e77b1aabd408769b89066d91425e`](9759da2),

[`0c2ade8e5699e855a31a603067aa575d7580894e`](0c2ade8),

[`12c9552909f8b54f4106e2a2f955475955c0413a`](12c9552)]:
    -   @spotlightjs/overlay@2.9.0
    -   @spotlightjs/sidecar@1.10.0

## @spotlightjs/overlay@2.9.0

### Minor Changes

- Add support for rich breadcrumbs
([#632](#632))

### Patch Changes

-   More resillient envelope parsing to prevent crashes on bad data
    ([#629](#629))

- Add missing UMD bundle
([#626](#626))

- Fix encoding related corruption on binary envelope payloads
([#631](#631))

## @spotlightjs/sidecar@1.10.0

### Minor Changes

- Add support for rich breadcrumbs
([#632](#632))

### Patch Changes

- Fix timeout mechanism on is sidecar running check
([#634](#634))

- Fix encoding related corruption on binary envelope payloads
([#631](#631))

## @spotlightjs/spotlight@2.9.0

### Minor Changes

- Add support for rich breadcrumbs
([#632](#632))

### Patch Changes

-   More resillient envelope parsing to prevent crashes on bad data
    ([#629](#629))

- Fix timeout mechanism on is sidecar running check
([#634](#634))

- Fix encoding related corruption on binary envelope payloads
([#631](#631))

-   Updated dependencies

\[[`09d3179ccadb61a1fbb119d3a2a8d9315921442e`](09d3179),

[`319fef8422dea9425b7f230eab9b7294fbeb5a72`](319fef8),

[`9759da2d2951e77b1aabd408769b89066d91425e`](9759da2),

[`0c2ade8e5699e855a31a603067aa575d7580894e`](0c2ade8),

[`12c9552909f8b54f4106e2a2f955475955c0413a`](12c9552)]:
    -   @spotlightjs/overlay@2.9.0
    -   @spotlightjs/sidecar@1.10.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@spotlightjs/overlay defines a require export with umd but the file is not generated
1 participant