@elyra/application
Advanced tools
Comparing version 0.10.0-dev to 0.10.0
@@ -128,3 +128,4 @@ /* | ||
React.createElement("br", null), | ||
React.createElement("div", { className: this.state.expanded ? ERROR_DETAILS_VISIBLE : ERROR_DETAILS_HIDDEN }, this.props.traceback))) : null; | ||
React.createElement("div", { className: this.state.expanded ? ERROR_DETAILS_VISIBLE : ERROR_DETAILS_HIDDEN }, | ||
React.createElement("pre", null, this.props.traceback)))) : null; | ||
return (React.createElement("div", { className: MESSAGE_DISPLAY }, | ||
@@ -131,0 +132,0 @@ this.props.message, |
{ | ||
"name": "@elyra/application", | ||
"version": "0.10.0-dev", | ||
"version": "0.10.0", | ||
"description": "JupyterLab - Widgets and utilities for use in elyra", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"dist": "npm pack .", | ||
"clean": "rimraf lib && rimraf node_modules && rimraf yarn.lock && rimraf yarn-error.log && rimraf tsconfig.tsbuildinfo", | ||
"prepare": "npm run clean && npm run build", | ||
"clean": "rimraf lib", | ||
"prepare": "npm run build", | ||
"watch": "tsc -w" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "bf945f31f60a3eca270c3c2f39ee177fa67bdd8e" | ||
"gitHead": "2edb0d82d353019b05c9effedb84191f3e979d97" | ||
} |
Sorry, the diff of this file is not supported yet
347
40509