@jupyterlab/services
Advanced tools
Comparing version 7.3.0-alpha.2 to 7.3.0-beta.0
@@ -502,2 +502,6 @@ import { JSONObject, JSONValue } from '@lumino/coreutils'; | ||
/** | ||
* The number of running kernels. | ||
*/ | ||
readonly runningCount: number; | ||
/** | ||
* Force a refresh of the running kernels. | ||
@@ -504,0 +508,0 @@ * |
@@ -58,2 +58,6 @@ import { Poll } from '@lumino/polling'; | ||
/** | ||
* The number of running kernels. | ||
*/ | ||
get runningCount(): number; | ||
/** | ||
* Force a refresh of the running kernels. | ||
@@ -60,0 +64,0 @@ * |
@@ -130,2 +130,8 @@ "use strict"; | ||
/** | ||
* The number of running kernels. | ||
*/ | ||
get runningCount() { | ||
return this._models.size; | ||
} | ||
/** | ||
* Force a refresh of the running kernels. | ||
@@ -132,0 +138,0 @@ * |
{ | ||
"name": "@jupyterlab/services", | ||
"version": "7.3.0-alpha.2", | ||
"version": "7.3.0-beta.0", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -48,7 +48,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@jupyter/ydoc": "^2.0.1", | ||
"@jupyterlab/coreutils": "^6.3.0-alpha.2", | ||
"@jupyterlab/nbformat": "^4.3.0-alpha.2", | ||
"@jupyterlab/settingregistry": "^4.3.0-alpha.2", | ||
"@jupyterlab/statedb": "^4.3.0-alpha.2", | ||
"@jupyter/ydoc": "^3.0.0-a3", | ||
"@jupyterlab/coreutils": "^6.3.0-beta.0", | ||
"@jupyterlab/nbformat": "^4.3.0-beta.0", | ||
"@jupyterlab/settingregistry": "^4.3.0-beta.0", | ||
"@jupyterlab/statedb": "^4.3.0-beta.0", | ||
"@lumino/coreutils": "^2.1.2", | ||
@@ -62,3 +62,3 @@ "@lumino/disposable": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.3.0-alpha.2", | ||
"@jupyterlab/testing": "^4.3.0-beta.0", | ||
"@types/jest": "^29.2.0", | ||
@@ -65,0 +65,0 @@ "@types/ws": "^8.5.3", |
@@ -621,2 +621,7 @@ // Copyright (c) Jupyter Development Team. | ||
/** | ||
* The number of running kernels. | ||
*/ | ||
readonly runningCount: number; | ||
/** | ||
* Force a refresh of the running kernels. | ||
@@ -623,0 +628,0 @@ * |
@@ -146,2 +146,9 @@ // Copyright (c) Jupyter Development Team. | ||
/** | ||
* The number of running kernels. | ||
*/ | ||
get runningCount(): number { | ||
return this._models.size; | ||
} | ||
/** | ||
* Force a refresh of the running kernels. | ||
@@ -148,0 +155,0 @@ * |
Sorry, the diff of this file is too big to display
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
1212890
27222
+ Added@jupyter/ydoc@3.0.0(transitive)
- Removed@jupyter/ydoc@2.1.3(transitive)
Updated@jupyter/ydoc@^3.0.0-a3