@jupyterlab/tooltip
Advanced tools
Comparing version 0.19.1-alpha.0 to 0.19.1
@@ -0,0 +0,0 @@ import { Kernel } from '@jupyterlab/services'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@jupyterlab/tooltip", | ||
"version": "0.19.1-alpha.0", | ||
"version": "0.19.1", | ||
"description": "JupyterLab - Tooltip Widget", | ||
@@ -27,13 +27,13 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"scripts": { | ||
"build": "tsc -b src", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -b src --watch" | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.19.1-alpha.0", | ||
"@jupyterlab/codeeditor": "^0.19.1-alpha.0", | ||
"@jupyterlab/rendermime": "^0.19.1-alpha.0", | ||
"@jupyterlab/services": "^3.2.1-alpha.0", | ||
"@jupyterlab/apputils": "^0.19.1", | ||
"@jupyterlab/codeeditor": "^0.19.1", | ||
"@jupyterlab/rendermime": "^0.19.1", | ||
"@jupyterlab/services": "^3.2.1", | ||
"@phosphor/coreutils": "^1.3.0", | ||
@@ -48,3 +48,6 @@ "@phosphor/messaging": "^1.2.2", | ||
}, | ||
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "7fc900168981e58051253ecc66a18015a052cd2f" | ||
} |
13822
8
49