@roxybrowser/openapi 1.0.10-beta.4 → 1.0.10-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cli.js CHANGED
@@ -2133,10 +2133,10 @@ var ListBrowsers = class {
2133
2133
 
2134
2134
  ${data.rows.map(
2135
2135
  (browser) => `**${browser.windowName || "Unnamed"}** (ID: ${browser.dirId})
2136
- - Project: ${browser.projectId}
2137
- - Sort: ${browser.sortNum}
2136
+ - coreVersion: ${browser.coreVersion} - Sort: ${browser.windowSortNum}
2137
+ - OSVersion: ${browser.osVersion}
2138
2138
  - OS: ${browser.os}
2139
- - Status: ${browser.status}`
2139
+ - Remark: ${browser.windowRemark}`
2140
2140
  ).join("\n\n")}`;
2141
2141
  }
2142
2142
  return {