@jupyterlab/rendermime
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -42,3 +42,3 @@ "use strict"; | ||
deTilde = (text) => { | ||
return text.replace(/~([TD])/g, (wholematch, character) => (character === 'T' ? '~' : inline)); | ||
return text.replace(/~([TD])/g, (wholematch, character) => character === 'T' ? '~' : inline); | ||
}; | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "@jupyterlab/rendermime", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "JupyterLab - RenderMime", | ||
@@ -34,8 +34,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^1.0.0-alpha.3", | ||
"@jupyterlab/codemirror": "^1.0.0-alpha.3", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.3", | ||
"@jupyterlab/observables": "^2.2.0-alpha.3", | ||
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.3", | ||
"@jupyterlab/services": "^4.0.0-alpha.3", | ||
"@jupyterlab/apputils": "^1.0.0-alpha.4", | ||
"@jupyterlab/codemirror": "^1.0.0-alpha.4", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.4", | ||
"@jupyterlab/observables": "^2.2.0-alpha.4", | ||
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.4", | ||
"@jupyterlab/services": "^4.0.0-alpha.4", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -54,3 +54,3 @@ "@phosphor/coreutils": "^1.3.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "~3.3.1" | ||
"typescript": "~3.4.3" | ||
}, | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5a5390c3d66c033d28e8e48256f4d7f7d0b6834b" | ||
"gitHead": "2d428c2cdbacf04f17e10b56081a1468b447c2da" | ||
} |
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
118168
3693