@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/index.js CHANGED
@@ -2132,10 +2132,10 @@ var ListBrowsers = class {
2132
2132
 
2133
2133
  ${data.rows.map(
2134
2134
  (browser) => `**${browser.windowName || "Unnamed"}** (ID: ${browser.dirId})
2135
- - Project: ${browser.projectId}
2136
- - Sort: ${browser.sortNum}
2135
+ - coreVersion: ${browser.coreVersion} - Sort: ${browser.windowSortNum}
2136
+ - OSVersion: ${browser.osVersion}
2137
2137
  - OS: ${browser.os}
2138
- - Status: ${browser.status}`
2138
+ - Remark: ${browser.windowRemark}`
2139
2139
  ).join("\n\n")}`;
2140
2140
  }
2141
2141
  return {