@roxybrowser/openapi 1.0.14-beta.1 → 1.0.14-beta.2
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.cjs +2 -1
- package/lib/cli.cjs.map +1 -1
- package/lib/cli.js +2 -1
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +2 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cli.cjs
CHANGED
|
@@ -1956,6 +1956,7 @@ var ListBrowsers = class {
|
|
|
1956
1956
|
const serialNo = `${browser.workspaceName?.slice(0, 3).toLocaleUpperCase()}-${browser.windowSortNum}`;
|
|
1957
1957
|
const info = [
|
|
1958
1958
|
`Profile Name: **${browser.windowName || "Unnamed"}** (SN: ${serialNo})`,
|
|
1959
|
+
` - DirId: ${browser.dirId}`,
|
|
1959
1960
|
` - BrowserCore: ${browser.coreType || "Chrome"} ${browser.coreVersion}`,
|
|
1960
1961
|
` - OS: ${browser.os} ${browser.osVersion}`
|
|
1961
1962
|
];
|
|
@@ -2191,7 +2192,7 @@ var GetBrowserDetail = class {
|
|
|
2191
2192
|
text = `**Browser Details Summary**
|
|
2192
2193
|
|
|
2193
2194
|
**ID:** \`${detail.dirId}\`
|
|
2194
|
-
**
|
|
2195
|
+
**DirId**: \`${detail.dirId}\`
|
|
2195
2196
|
**Serial No:** ${serialNo}
|
|
2196
2197
|
**Name:** ${detail.windowName}
|
|
2197
2198
|
**Project:** ${detail.projectName} (ID: ${detail.projectId})
|