@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.js
CHANGED
|
@@ -1950,6 +1950,7 @@ var ListBrowsers = class {
|
|
|
1950
1950
|
const serialNo = `${browser.workspaceName?.slice(0, 3).toLocaleUpperCase()}-${browser.windowSortNum}`;
|
|
1951
1951
|
const info = [
|
|
1952
1952
|
`Profile Name: **${browser.windowName || "Unnamed"}** (SN: ${serialNo})`,
|
|
1953
|
+
` - DirId: ${browser.dirId}`,
|
|
1953
1954
|
` - BrowserCore: ${browser.coreType || "Chrome"} ${browser.coreVersion}`,
|
|
1954
1955
|
` - OS: ${browser.os} ${browser.osVersion}`
|
|
1955
1956
|
];
|
|
@@ -2185,7 +2186,7 @@ var GetBrowserDetail = class {
|
|
|
2185
2186
|
text = `**Browser Details Summary**
|
|
2186
2187
|
|
|
2187
2188
|
**ID:** \`${detail.dirId}\`
|
|
2188
|
-
**
|
|
2189
|
+
**DirId**: \`${detail.dirId}\`
|
|
2189
2190
|
**Serial No:** ${serialNo}
|
|
2190
2191
|
**Name:** ${detail.windowName}
|
|
2191
2192
|
**Project:** ${detail.projectName} (ID: ${detail.projectId})
|