@jupyterlab/settingregistry
Advanced tools
Comparing version 3.1.9 to 3.1.10
@@ -9,2 +9,18 @@ { | ||
"properties": { | ||
"jupyter.lab.internationalization": { | ||
"type": "object", | ||
"properties": { | ||
"selectors": { | ||
"type": "array", | ||
"items": { | ||
"type": "string", | ||
"minLength": 1 | ||
} | ||
}, | ||
"domain": { | ||
"type": "string", | ||
"minLength": 1 | ||
} | ||
} | ||
}, | ||
"jupyter.lab.menus": { | ||
@@ -11,0 +27,0 @@ "type": "object", |
{ | ||
"name": "@jupyterlab/settingregistry", | ||
"version": "3.1.9", | ||
"version": "3.1.10", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/statedb": "^3.1.9", | ||
"@jupyterlab/statedb": "^3.1.10", | ||
"@lumino/commands": "^1.12.0", | ||
@@ -48,3 +48,3 @@ "@lumino/coreutils": "^1.5.3", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.1.9", | ||
"@jupyterlab/testutils": "^3.1.10", | ||
"@types/jest": "^26.0.10", | ||
@@ -60,3 +60,3 @@ "@types/json5": "^0.0.30", | ||
}, | ||
"gitHead": "74670b4ab798a62c6c24e35722a247c65c748bbd" | ||
"gitHead": "403daa692222f35270297fc00f417835b7f023cf" | ||
} |
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
98534
2079
Updated@jupyterlab/statedb@^3.1.10