@jupyterlab/settingregistry
Advanced tools
Comparing version 4.0.0-alpha.7 to 4.0.0-alpha.8
@@ -520,5 +520,3 @@ // Copyright (c) Jupyter Development Team. | ||
if (value === undefined || | ||
value === null || | ||
defaultValue === undefined || | ||
defaultValue === null || | ||
JSONExt.deepEqual(value, JSONExt.emptyObject) || | ||
@@ -525,0 +523,0 @@ JSONExt.deepEqual(value, JSONExt.emptyArray)) { |
{ | ||
"name": "@jupyterlab/settingregistry", | ||
"version": "4.0.0-alpha.7", | ||
"version": "4.0.0-alpha.8", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/statedb": "^4.0.0-alpha.7", | ||
"@jupyterlab/statedb": "^4.0.0-alpha.8", | ||
"@lumino/commands": "^1.20.0", | ||
@@ -48,3 +48,3 @@ "@lumino/coreutils": "^1.12.0", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^4.0.0-alpha.7", | ||
"@jupyterlab/testutils": "^4.0.0-alpha.8", | ||
"@types/jest": "^26.0.10", | ||
@@ -51,0 +51,0 @@ "@types/json5": "^0.0.30", |
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
110782
2371