Skip to content

Commit 1f99fd5

Browse files
munozcojourdain
authored andcommitted
fix(vue-vtk-js): Bump vue-vtk-js to 3.3.1
1 parent beded63 commit 1f99fd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.externals.sha256

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1903a27bff9c2d7a6b3896e08c2cb19efd38b43a98f6089992d6df6719a3d187 ./src/trame_vtk/tools/static_viewer.html
2-
42656ef471a77ba90930a3991fcf3cb2af647eb4c8eb29a434183596ed7c68da ./src/trame_vtk/modules/common/serve/trame-vtk.js
1+
03e0b143a4fdd86fb0f3ad8ea2d25b450deaa514beb6a9a5b6574d32ede82748 ./src/trame_vtk/tools/static_viewer.html
2+
0e90343e47c368d671716df64ed93b6596cd0b70518bb76b428b1cb501c8beab ./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/vue-vtk-js@3.2.2 -Lo ./src/trame_vtk/modules/common/serve/trame-vtk.js
6+
curl https://unpkg.com/vue-vtk-js@3.3.1 -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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ Examples
323323
JavaScript dependency
324324
-----------------------------------------------------------
325325

326-
This Python package bundle the ``vue-vtk-js@3.2.2`` JavaScript library. If you would like us to upgrade it, `please reach out <https://www.kitware.com/trame/>`_.
326+
This Python package bundle the ``vue-vtk-js@3.3.0`` JavaScript library. If you would like us to upgrade it, `please reach out <https://www.kitware.com/trame/>`_.
53.2 KB
Loading

0 commit comments

Comments
 (0)