@nteract/types
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -49,3 +49,3 @@ import { CellId, ImmutableCell, ImmutableNotebook } from "@nteract/commutable"; | ||
cellPagers: any; | ||
cellPrompts: Immutable.Map<CellId, InputRequestMessage>; | ||
cellPrompts: Immutable.Map<CellId, Immutable.List<InputRequestMessage>>; | ||
editorFocused?: CellId | null; | ||
@@ -52,0 +52,0 @@ cellFocused?: CellId | null; |
{ | ||
"name": "@nteract/types", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "A collection of type definitions used within core nteract packages", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c" | ||
"gitHead": "d95126b9a2cce5f74a989bab3665b269a16b0e41" | ||
} |
@@ -65,3 +65,3 @@ // Vendor modules | ||
cellPagers: any; | ||
cellPrompts: Immutable.Map<CellId, InputRequestMessage>; | ||
cellPrompts: Immutable.Map<CellId, Immutable.List<InputRequestMessage>>; | ||
editorFocused?: CellId | null; | ||
@@ -68,0 +68,0 @@ cellFocused?: CellId | null; |
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
83422