Skip to content

Commit 738a3a7

Browse files
Version Packages (#910)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3773508 commit 738a3a7

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/khaki-houses-poke.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/anywidget/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# anywidget
22

3+
## 0.9.21
4+
5+
### Patch Changes
6+
7+
- Use rsbuild inline sourcemaps for JupyterLab extension ([#909](https://github.com/manzt/anywidget/pull/909))
8+
9+
JupyterLab was refusing to load external source map files because they were
10+
being served with the wrong MIME type ('application/octet-stream' instead of
11+
the expected source map MIME type). This caused the extension to fail loading
12+
in version 0.9.20.
13+
14+
Switching to inline source maps embeds the source map directly in the
15+
JavaScript bundle, avoiding the MIME type issue while still providing source
16+
map support for debugging.
17+
318
## 0.9.20
419

520
### Patch Changes

packages/anywidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "anywidget",
33
"type": "module",
4-
"version": "0.9.20",
4+
"version": "0.9.21",
55
"author": "Trevor Manz",
66
"license": "MIT",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)