@nteract/commutable
Advanced tools
Comparing version 7.3.1 to 7.3.2
@@ -8,4 +8,3 @@ import * as Immutable from "immutable"; | ||
} | ||
export interface JSONArray extends Array<JSONType> { | ||
} | ||
export declare type JSONArray = Array<JSONType>; | ||
export declare type CellId = string; | ||
@@ -12,0 +11,0 @@ export declare function createCellId(): CellId; |
@@ -23,6 +23,4 @@ import { JSONObject, MultiLineString } from "./primitives"; | ||
} | ||
export interface ExecuteResult extends MimeOutput<"pyout"> { | ||
} | ||
export interface DisplayData extends MimeOutput<"display_data"> { | ||
} | ||
export declare type ExecuteResult = MimeOutput<"pyout">; | ||
export declare type DisplayData = MimeOutput<"display_data">; | ||
export interface ErrorOutput { | ||
@@ -29,0 +27,0 @@ output_type: "error" | "pyerr"; |
{ | ||
"name": "@nteract/commutable", | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"description": "library for immutable notebook operations", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "98c1cf50d1a26cf8313bfba883703f373c3bbc85" | ||
"gitHead": "1e2dc499ab5ae78e19b736218e5810f180330003" | ||
} |
@@ -12,3 +12,3 @@ import * as Immutable from "immutable"; | ||
} | ||
export interface JSONArray extends Array<JSONType> {} | ||
export type JSONArray = Array<JSONType> | ||
@@ -15,0 +15,0 @@ export type CellId = string; |
@@ -63,4 +63,4 @@ import { | ||
export interface ExecuteResult extends MimeOutput<"pyout"> {} | ||
export interface DisplayData extends MimeOutput<"display_data"> {} | ||
export type ExecuteResult = MimeOutput<"pyout"> | ||
export type DisplayData = MimeOutput<"display_data"> | ||
export interface ErrorOutput { | ||
@@ -67,0 +67,0 @@ output_type: "error" | "pyerr"; |
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
698152
3100