gemini-gui
Advanced tools
Comparing version 4.3.3 to 4.3.4
# Changelog | ||
## 4.3.4 - 2016-09-30 | ||
* Fixed bug with displaying of test url in meta-info | ||
## 4.3.3 - 2016-09-13 | ||
@@ -4,0 +8,0 @@ |
@@ -107,3 +107,5 @@ 'use strict'; | ||
data.metaInfo = data.state && data.state.metaInfo ? JSON.stringify(data.state.metaInfo, null, 4) : 'Meta info is not available'; | ||
data.metaInfo = data.state && data.state.metaInfo | ||
? JSON.stringify(data.state.metaInfo, null, 4) | ||
: 'Meta info is not available'; | ||
@@ -110,0 +112,0 @@ if (data.equal) { |
@@ -43,3 +43,3 @@ 'use strict'; | ||
response.state.metaInfo = response.state.metaInfo || {}; | ||
response.state.metaInfo = response.suite.metaInfo || {}; | ||
response.state.metaInfo.sessionId = data.sessionId; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "gemini-gui", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"description": "GUI for gemini testing utility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
880383
60
2031