Skip to content

Commit 582cb80

Browse files
committed
fix(camera): update vue-vtk-js
1 parent 3a0ca27 commit 582cb80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.externals.sha256

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
03e0b143a4fdd86fb0f3ad8ea2d25b450deaa514beb6a9a5b6574d32ede82748 ./src/trame_vtk/tools/static_viewer.html
2-
0e90343e47c368d671716df64ed93b6596cd0b70518bb76b428b1cb501c8beab ./src/trame_vtk/modules/common/serve/trame-vtk.js
1+
b9537ad1ab62a24ad09de9d8120b0acb94c9193ccf192c3827a505f7b833514c ./src/trame_vtk/tools/static_viewer.html
2+
bf742c0a8d45b1c83361dc2513f2b7afec49f15a1054596d325253433ec72b6c ./src/trame_vtk/modules/common/serve/trame-vtk.js

.fetch_externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
mkdir -p ./src/trame_vtk/modules/common/serve
6-
curl https://unpkg.com/[email protected].1 -Lo ./src/trame_vtk/modules/common/serve/trame-vtk.js
6+
curl https://unpkg.com/[email protected].3 -Lo ./src/trame_vtk/modules/common/serve/trame-vtk.js
77
curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./src/trame_vtk/tools/static_viewer.html
88

99
if ! sha256sum --check .externals.sha256 ; then

0 commit comments

Comments
 (0)