@jupyterlab/settingregistry
Advanced tools
Comparing version 3.3.0-alpha.7 to 3.3.0-alpha.8
@@ -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.3.0-alpha.7", | ||
"version": "3.3.0-alpha.8", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/statedb": "^3.3.0-alpha.7", | ||
"@jupyterlab/statedb": "^3.3.0-alpha.8", | ||
"@lumino/commands": "^1.12.0", | ||
@@ -48,3 +48,3 @@ "@lumino/coreutils": "^1.5.3", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.3.0-alpha.7", | ||
"@jupyterlab/testutils": "^3.3.0-alpha.8", | ||
"@types/jest": "^26.0.10", | ||
@@ -51,0 +51,0 @@ "@types/json5": "^0.0.30", |
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
105195
2279