@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 1.0.10 to 1.1.0-0
@@ -268,2 +268,12 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils'; | ||
getDownloadUrl(path: string): Promise<string>; | ||
/** | ||
* Whether the URL should be handled by the resolver | ||
* or not. | ||
* | ||
* #### Notes | ||
* This is similar to the `isLocal` check in `URLExt`, | ||
* but can also perform additional checks on whether the | ||
* resolver should handle a given URL. | ||
*/ | ||
isLocal?: (url: string) => boolean; | ||
} | ||
@@ -270,0 +280,0 @@ /** |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "1.0.10", | ||
"version": "1.1.0-0", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -29,12 +29,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -w" | ||
"watch": "tsc -w --listEmittedFiles" | ||
}, | ||
"dependencies": { | ||
"@phosphor/coreutils": "^1.3.0", | ||
"@phosphor/widgets": "^1.5.0" | ||
"@phosphor/widgets": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.6.2" | ||
"typescript": "~2.9.2" | ||
} | ||
} |
@@ -14,2 +14,2 @@ # @jupyterlab/rendermime-interfaces | ||
Examples can be found in [@jupyterlab/vega3-extension](../vega3-extension) and [@jupyterlab/pdf-extension](../pdf-extension). | ||
Examples can be found in [@jupyterlab/vega4-extension](../vega4-extension) and [@jupyterlab/pdf-extension](../pdf-extension). |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
20113
299
1
Updated@phosphor/widgets@^1.6.0