Skip to content

Commit 47ab05d

Browse files
chrisgervangclaude
andcommitted
fix(jupyter-widget): prevent erroneous CJS output
- Bump @vis.gl/dev-tools to 1.0.2 which fixes the CJS path bug - Add exports field to jupyter-widget to prevent fallback to buggy code path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5293ef4 commit 47ab05d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/jupyter-widget/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"url": "https://github.com/visgl/deck.gl.git"
1616
},
1717
"main": "dist/index.js",
18+
"exports": {
19+
".": "./dist/index.js"
20+
},
1821
"files": [
1922
"dist/index.js",
2023
"dist/index.js.map",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@luma.gl/webgpu": "^9.2.6",
4747
"@math.gl/proj4": "^4.1.0",
4848
"@probe.gl/bench": "^4.1.1",
49-
"@vis.gl/dev-tools": "1.0.1",
49+
"@vis.gl/dev-tools": "1.0.2",
5050
"@vis.gl/ts-plugins": "1.0.1",
5151
"jsdom": "^20.0.0",
5252
"pre-commit": "^1.2.2",

0 commit comments

Comments
 (0)