@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 3.8.0-beta.1 to 3.8.0-beta.2
@@ -174,3 +174,3 @@ /** | ||
* The icon for the file type. Can either be a string containing the name | ||
* of an existing icon, or an object with {name, svgstr} fields, where | ||
* of an existing icon, or an object with \{name, svgstr\} fields, where | ||
* svgstr is a string containing the raw contents of an svg file. | ||
@@ -206,2 +206,10 @@ */ | ||
/** | ||
* Extension description. | ||
* | ||
* #### Notes | ||
* This can be used to provide user documentation on the feature | ||
* brought by the extension. | ||
*/ | ||
readonly description?: string; | ||
/** | ||
* A renderer factory to be registered to render the MIME type. | ||
@@ -208,0 +216,0 @@ */ |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "3.8.0-beta.1", | ||
"version": "3.8.0-beta.2", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -34,9 +34,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@lumino/coreutils": "^2.0.0", | ||
"@lumino/widgets": "^2.0.1" | ||
"@lumino/coreutils": "^2.1.0", | ||
"@lumino/widgets": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "~3.0.0", | ||
"typedoc": "~0.23.25", | ||
"typescript": "~5.0.2" | ||
"typedoc": "~0.24.1", | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "publishConfig": { |
@@ -205,3 +205,3 @@ /* ----------------------------------------------------------------------------- | ||
* The icon for the file type. Can either be a string containing the name | ||
* of an existing icon, or an object with {name, svgstr} fields, where | ||
* of an existing icon, or an object with \{name, svgstr\} fields, where | ||
* svgstr is a string containing the raw contents of an svg file. | ||
@@ -242,2 +242,11 @@ */ | ||
/** | ||
* Extension description. | ||
* | ||
* #### Notes | ||
* This can be used to provide user documentation on the feature | ||
* brought by the extension. | ||
*/ | ||
readonly description?: string; | ||
/** | ||
* A renderer factory to be registered to render the MIME type. | ||
@@ -244,0 +253,0 @@ */ |
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
38581
1156
Updated@lumino/coreutils@^2.1.0
Updated@lumino/widgets@^2.1.0