@jupyterlab/coreutils
Advanced tools
Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.10
@@ -382,3 +382,3 @@ import { JSONObject } from '@phosphor/coreutils'; | ||
/** | ||
* Test whether an output is from a stream. | ||
* Test whether an output is an error. | ||
*/ | ||
@@ -385,0 +385,0 @@ function isError(output: IOutput): output is IError; |
@@ -114,3 +114,3 @@ "use strict"; | ||
/** | ||
* Test whether an output is from a stream. | ||
* Test whether an output is an error. | ||
*/ | ||
@@ -117,0 +117,0 @@ function isError(output) { |
{ | ||
"name": "@jupyterlab/coreutils", | ||
"version": "3.0.0-alpha.9", | ||
"version": "3.0.0-alpha.10", | ||
"description": "JupyterLab - Core Utilities", | ||
@@ -21,2 +21,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
], | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
@@ -58,3 +59,3 @@ "types": "lib/index.d.ts", | ||
}, | ||
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b" | ||
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5" | ||
} |
165736