jupyter-js-domutils
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
import { ICommand } from 'phosphor-command'; | ||
import { Command } from 'phosphor-command'; | ||
/** | ||
@@ -21,3 +21,3 @@ * A button applied to a dialog. | ||
*/ | ||
command?: ICommand; | ||
command?: Command; | ||
/** | ||
@@ -24,0 +24,0 @@ * The args object for the button command. |
{ | ||
"name": "jupyter-js-domutils", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "DOM utilities for the Jupyter frontend", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"phosphor-command": "^0.5.0" | ||
"phosphor-command": "^0.8.0" | ||
}, | ||
@@ -14,2 +14,3 @@ "devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"fs-extra": "^0.26.5", | ||
"istanbul": "^0.3.18", | ||
@@ -16,0 +17,0 @@ "istanbul-instrumenter-loader": "^0.1.3", |
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
11685
19
+ Addedphosphor-command@0.8.0(transitive)
- Removedphosphor-command@0.5.0(transitive)
Updatedphosphor-command@^0.8.0