@galaxyproject/jupyterlite 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxyproject/jupyterlite",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "static/dist"
@@ -249,7 +249,6 @@ async function main() {
249
249
  const config = await jupyterConfigData();
250
250
 
251
251
  const PYODIDE_KERNEL = "@jupyterlite/pyodide-kernel-extension:kernel";
252
- config.contentsStorageName = encodeURIComponent(window.location.href);
253
252
  const searchParams = Object.fromEntries(new URL(window.location.href).searchParams.entries());
254
253
  config.litePluginSettings[PYODIDE_KERNEL].loadPyodideOptions.env = {
255
254
  __gxy__: JSON.stringify(searchParams)