@jupyterlab/docmanager
Advanced tools
Comparing version 4.2.0-beta.1 to 4.2.0-beta.2
@@ -28,3 +28,3 @@ import { VDomModel, VDomRenderer } from '@jupyterlab/ui-components'; | ||
* | ||
* @param docManager: the application document manager. Used to check | ||
* @param docManager the application document manager. Used to check | ||
* whether the current widget is a document. | ||
@@ -31,0 +31,0 @@ */ |
@@ -46,3 +46,3 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @param docManager: the application document manager. Used to check | ||
* @param docManager the application document manager. Used to check | ||
* whether the current widget is a document. | ||
@@ -49,0 +49,0 @@ */ |
@@ -197,2 +197,3 @@ /* | ||
} | ||
this._recentsChanged.emit(undefined); | ||
} | ||
@@ -199,0 +200,0 @@ /** |
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "4.2.0-beta.1", | ||
"version": "4.2.0-beta.2", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -37,3 +37,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | ||
"docs": "typedoc src", | ||
"test": "jest", | ||
@@ -46,10 +45,10 @@ "test:cov": "jest --collect-coverage", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.3.0-beta.1", | ||
"@jupyterlab/coreutils": "^6.2.0-beta.1", | ||
"@jupyterlab/docregistry": "^4.2.0-beta.1", | ||
"@jupyterlab/services": "^7.2.0-beta.1", | ||
"@jupyterlab/statedb": "^4.2.0-beta.1", | ||
"@jupyterlab/statusbar": "^4.2.0-beta.1", | ||
"@jupyterlab/translation": "^4.2.0-beta.1", | ||
"@jupyterlab/ui-components": "^4.2.0-beta.1", | ||
"@jupyterlab/apputils": "^4.3.0-beta.2", | ||
"@jupyterlab/coreutils": "^6.2.0-beta.2", | ||
"@jupyterlab/docregistry": "^4.2.0-beta.2", | ||
"@jupyterlab/services": "^7.2.0-beta.2", | ||
"@jupyterlab/statedb": "^4.2.0-beta.2", | ||
"@jupyterlab/statusbar": "^4.2.0-beta.2", | ||
"@jupyterlab/translation": "^4.2.0-beta.2", | ||
"@jupyterlab/ui-components": "^4.2.0-beta.2", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -66,7 +65,6 @@ "@lumino/coreutils": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.2.0-beta.1", | ||
"@jupyterlab/testing": "^4.2.0-beta.2", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.0", | ||
"rimraf": "~5.0.5", | ||
"typedoc": "~0.24.7", | ||
"typescript": "~5.1.6" | ||
@@ -73,0 +71,0 @@ }, |
@@ -221,2 +221,3 @@ /* | ||
} | ||
this._recentsChanged.emit(undefined); | ||
} | ||
@@ -223,0 +224,0 @@ |
Sorry, the diff of this file is not supported yet
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
231987
5
5804
+ Added@rjsf/core@5.22.4(transitive)
+ Added@rjsf/utils@5.22.4(transitive)
+ Addedmarkdown-to-jsx@7.6.2(transitive)
+ Addedpostcss@8.4.49(transitive)
- Removed@rjsf/core@5.22.3(transitive)
- Removed@rjsf/utils@5.22.3(transitive)
- Removedmarkdown-to-jsx@7.5.0(transitive)
- Removedpostcss@8.4.47(transitive)