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