@jupyterlab/application-extension
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "@jupyterlab/application-extension", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "JupyterLab - Application Extension", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyterlab/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Project Jupyter", | ||
"files": [ | ||
"lib/*.d.ts", | ||
"lib/*.js.map", | ||
"lib/*.js" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyterlab.git" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf lib", | ||
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.11.0", | ||
"@jupyterlab/apputils": "^0.11.0", | ||
"@jupyterlab/coreutils": "^0.11.0", | ||
"@jupyterlab/application": "^0.11.1", | ||
"@jupyterlab/apputils": "^0.11.1", | ||
"@jupyterlab/coreutils": "^0.11.1", | ||
"@phosphor/virtualdom": "^1.1.1" | ||
@@ -24,20 +40,5 @@ }, | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf lib", | ||
"watch": "tsc -w" | ||
}, | ||
"jupyterlab": { | ||
"extension": true | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyterlab.git" | ||
}, | ||
"author": "Project Jupyter", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyterlab/issues" | ||
}, | ||
"homepage": "https://github.com/jupyterlab/jupyterlab" | ||
} | ||
} |
18020
5
+ Addedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
Updated@jupyterlab/apputils@^0.11.1