@nteract/types
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -36,3 +36,5 @@ /// <reference types="node" /> | ||
/** 0mq-based kernel is killed. */ | ||
Killed = "killed" | ||
Killed = "killed", | ||
/** Kernel is in an failed or error state. */ | ||
Error = "error" | ||
} | ||
@@ -39,0 +41,0 @@ export interface LocalKernelProps { |
@@ -53,2 +53,4 @@ "use strict"; | ||
KernelStatus["Killed"] = "killed"; | ||
/** Kernel is in an failed or error state. */ | ||
KernelStatus["Error"] = "error"; | ||
})(KernelStatus = exports.KernelStatus || (exports.KernelStatus = {})); | ||
@@ -55,0 +57,0 @@ exports.makeLocalKernelRecord = Immutable.Record({ |
{ | ||
"name": "@nteract/types", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "A collection of type definitions used within core nteract packages", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@nteract/commutable": "^7.3.4", | ||
"@nteract/commutable": "^7.3.5", | ||
"immutable": "^4.0.0-rc.12", | ||
@@ -22,3 +22,3 @@ "rxjs": "^6.6.0", | ||
}, | ||
"gitHead": "2091091d22697bb30ba2f5c0d62986772459bf9f" | ||
"gitHead": "e9c556226aa1e8eb081f143b1de76e6428b01bfe" | ||
} |
@@ -58,3 +58,5 @@ import { ChildProcess } from "child_process"; | ||
/** 0mq-based kernel is killed. */ | ||
Killed = "killed" | ||
Killed = "killed", | ||
/** Kernel is in an failed or error state. */ | ||
Error = "error" | ||
} | ||
@@ -61,0 +63,0 @@ |
Sorry, the diff of this file is not supported yet
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
798487
2664
Updated@nteract/commutable@^7.3.5