Skip to content

Commit 7cdddde

Browse files
Bump TileDB-Viz version (#66)
1 parent 3c0db48 commit 7cdddde

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
6060
"@jupyterlab/application": "^3 || ^4",
61-
"@tiledb-inc/viz-core": "^1.0.3-alpha.7"
61+
"@tiledb-inc/viz-core": "^1.0.3-alpha.8"
6262
},
6363
"devDependencies": {
6464
"@jupyterlab/builder": "^3 || ^4",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -824,25 +824,25 @@
824824
paralleljs "github:SarantopoulosKon/parallel.js#use-globalThis"
825825
save-file "^2.3.1"
826826

827-
"@tiledb-inc/[email protected].7":
828-
version "1.0.3-alpha.7"
829-
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-common/-/viz-common-1.0.3-alpha.7.tgz#e9e4ffd01c361ed81da9cc25d20b12cb65433cdd"
830-
integrity sha512-SQgEln5AnBF5/LsR2QjiOMvyM8s5foPzyXWurq7c9kc7TrwtsSPo5iS1vAsQ1Tcq5oiIUamAKaFvP5Z//X+xnQ==
827+
"@tiledb-inc/[email protected].8":
828+
version "1.0.3-alpha.8"
829+
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-common/-/viz-common-1.0.3-alpha.8.tgz#231d0322cd8815634ca48f5042decb4450cbc65c"
830+
integrity sha512-TT3RVj2f7oD92GW2xKguvqsPnK6HW4lpjX6MFVRbb7TjQBD32UZoS9v0lWgE6K9c5f4z43VwZ3YtbVruYEUuTg==
831831
dependencies:
832832
"@babylonjs/core" "^7.26.0"
833833
"@tiledb-inc/tiledb-cloud" "1.0.15-alpha.1"
834834

835-
"@tiledb-inc/[email protected].7":
836-
version "1.0.3-alpha.7"
837-
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-components/-/viz-components-1.0.3-alpha.7.tgz#30fec6462002380991eab4db4191c9ee469c327f"
838-
integrity sha512-Tfg18WmxOam0gnuLIire7ZzPj9iq0RCpoj9lGyUXyKBWfeo8jW8exbbF1hDS3xs/bOS1BT9zK/Ft4momlm1XSg==
835+
"@tiledb-inc/[email protected].8":
836+
version "1.0.3-alpha.8"
837+
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-components/-/viz-components-1.0.3-alpha.8.tgz#2c83a3c22307046883983f623ee64ea097a016ca"
838+
integrity sha512-s2iF1FrkN6jDVex1YpYUWKR4G6yWnkNbjphw0kGfuFluwoJstYJ53uH5tpDAsOejWL5QDJ/H1jG+w0a3+lCbkQ==
839839
dependencies:
840-
"@tiledb-inc/viz-common" "1.0.3-alpha.7"
840+
"@tiledb-inc/viz-common" "1.0.3-alpha.8"
841841

842-
"@tiledb-inc/viz-core@^1.0.3-alpha.7":
843-
version "1.0.3-alpha.7"
844-
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-1.0.3-alpha.7.tgz#375a874b73ff96c9bab1fc931c6e3c8e0358baaf"
845-
integrity sha512-lHApuYXQZCi5GsruFXeZqKuiZZ4ulR6iuIzVWwEFQpAT6/4KfaMolIOjFiDjqDBq6R4YMhHd4AGd4DrR4QLcvw==
842+
"@tiledb-inc/viz-core@^1.0.3-alpha.8":
843+
version "1.0.3-alpha.8"
844+
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-1.0.3-alpha.8.tgz#c30e501cb3931f98fa2fe6ffc66f0a10136be4da"
845+
integrity sha512-x3AreA8ku7GtmVr+9iokn/F8H+YJZURp9X29wBbWruNEIxd9AmdpXhY1RCaITsuGtMy8E9FQiiSM+IoHQo4iBA==
846846
dependencies:
847847
"@babylonjs/core" "^7.26.0"
848848
"@babylonjs/gui" "^7.26.0"
@@ -852,8 +852,8 @@
852852
"@babylonjs/materials" "^7.26.0"
853853
"@babylonjs/serializers" "^7.26.0"
854854
"@tiledb-inc/tiledb-cloud" "1.0.15-alpha.1"
855-
"@tiledb-inc/viz-common" "1.0.3-alpha.7"
856-
"@tiledb-inc/viz-components" "1.0.3-alpha.7"
855+
"@tiledb-inc/viz-common" "1.0.3-alpha.8"
856+
"@tiledb-inc/viz-components" "1.0.3-alpha.8"
857857
"@tiledb-inc/wkx" "https://github.com/TileDB-Inc/wkx"
858858
axios "^0.21.1"
859859
babylonjs-gui "^7.26.0"

0 commit comments

Comments
 (0)