@jupyterlite/xeus 3.1.4 → 4.0.0-a0
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/lib/worker.js
CHANGED
|
@@ -107,7 +107,7 @@ export class XeusRemoteKernel {
|
|
|
107
107
|
globalThis.Module.loadDynamicLibrary !== undefined) {
|
|
108
108
|
const empackEnvMetaLocation = empackEnvMetaLink || kernel_root_url;
|
|
109
109
|
const packagesJsonUrl = `${empackEnvMetaLocation}/empack_env_meta.json`;
|
|
110
|
-
const pkgRootUrl = URLExt.join(baseUrl,
|
|
110
|
+
const pkgRootUrl = URLExt.join(baseUrl, `xeus/kernels/${kernelSpec.name}/kernel_packages`);
|
|
111
111
|
const empackEnvMeta = (await fetchJson(packagesJsonUrl));
|
|
112
112
|
const sharedLibs = await bootstrapEmpackPackedEnvironment({
|
|
113
113
|
empackEnvMeta,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlite/xeus",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-a0",
|
|
4
4
|
"description": "JupyterLite Xeus kernels",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"watch:src": "tsc -w --sourceMap"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@emscripten-forge/mambajs": "^0.
|
|
39
|
+
"@emscripten-forge/mambajs": "^0.3.1",
|
|
40
40
|
"@jupyterlab/coreutils": "^6",
|
|
41
41
|
"@jupyterlab/services": "^7.3.4",
|
|
42
42
|
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
|