@jupyterlite/kernel
Advanced tools
Comparing version 0.1.0-beta.16 to 0.1.0-beta.17
@@ -49,2 +49,3 @@ import { ObservableMap } from '@jupyterlab/observables'; | ||
await mutex.runExclusive(async () => { | ||
await kernel.ready; | ||
await kernel.handleMessage(msg); | ||
@@ -122,3 +123,2 @@ }); | ||
}); | ||
await kernel.ready; | ||
this._kernels.set(kernelId, kernel); | ||
@@ -125,0 +125,0 @@ this._kernelClients.set(kernelId, new Set()); |
{ | ||
"name": "@jupyterlite/kernel", | ||
"version": "0.1.0-beta.16", | ||
"version": "0.1.0-beta.17", | ||
"description": "JupyterLite - Kernel", | ||
@@ -45,5 +45,5 @@ "homepage": "https://github.com/jupyterlite/jupyterlite", | ||
"dependencies": { | ||
"@jupyterlab/coreutils": "~5.5.1", | ||
"@jupyterlab/observables": "~4.5.1", | ||
"@jupyterlab/services": "~6.5.1", | ||
"@jupyterlab/coreutils": "~5.5.2", | ||
"@jupyterlab/observables": "~4.5.2", | ||
"@jupyterlab/services": "~6.5.2", | ||
"@lumino/coreutils": "^1.12.0", | ||
@@ -59,3 +59,3 @@ "@lumino/disposable": "^1.10.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@jupyterlab/testutils": "~3.5.1", | ||
"@jupyterlab/testutils": "~3.5.2", | ||
"@types/jest": "^26.0.10", | ||
@@ -62,0 +62,0 @@ "jest": "^26.4.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59376