@midscene/computer 1.10.11-beta-20260811112752.0 → 1.10.11
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/dist/es/cli.mjs +2 -2
- package/dist/es/index.mjs +2 -2
- package/dist/lib/cli.js +2 -2
- package/dist/lib/index.js +2 -2
- package/package.json +3 -3
package/dist/es/cli.mjs
CHANGED
|
@@ -783,7 +783,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
783
783
|
}
|
|
784
784
|
async healthCheck() {
|
|
785
785
|
console.log('[HealthCheck] Starting health check...');
|
|
786
|
-
console.log("[HealthCheck] @midscene/computer v1.10.11
|
|
786
|
+
console.log("[HealthCheck] @midscene/computer v1.10.11");
|
|
787
787
|
console.log('[HealthCheck] Taking screenshot...');
|
|
788
788
|
const screenshotTimeout = 15000;
|
|
789
789
|
let timeoutId;
|
|
@@ -2185,7 +2185,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2185
2185
|
const tools = new ComputerMidsceneTools();
|
|
2186
2186
|
runToolsCLI(tools, 'midscene-computer', {
|
|
2187
2187
|
stripPrefix: 'computer_',
|
|
2188
|
-
version: "1.10.11
|
|
2188
|
+
version: "1.10.11",
|
|
2189
2189
|
extraCommands: createReportCliCommands()
|
|
2190
2190
|
}).catch((e)=>{
|
|
2191
2191
|
process.exit(reportCLIError(e));
|
package/dist/es/index.mjs
CHANGED
|
@@ -783,7 +783,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
783
783
|
}
|
|
784
784
|
async healthCheck() {
|
|
785
785
|
console.log('[HealthCheck] Starting health check...');
|
|
786
|
-
console.log("[HealthCheck] @midscene/computer v1.10.11
|
|
786
|
+
console.log("[HealthCheck] @midscene/computer v1.10.11");
|
|
787
787
|
console.log('[HealthCheck] Taking screenshot...');
|
|
788
788
|
const screenshotTimeout = 15000;
|
|
789
789
|
let timeoutId;
|
|
@@ -2226,7 +2226,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2226
2226
|
}
|
|
2227
2227
|
}
|
|
2228
2228
|
function version() {
|
|
2229
|
-
const currentVersion = "1.10.11
|
|
2229
|
+
const currentVersion = "1.10.11";
|
|
2230
2230
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2231
2231
|
return currentVersion;
|
|
2232
2232
|
}
|
package/dist/lib/cli.js
CHANGED
|
@@ -809,7 +809,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
809
809
|
}
|
|
810
810
|
async healthCheck() {
|
|
811
811
|
console.log('[HealthCheck] Starting health check...');
|
|
812
|
-
console.log("[HealthCheck] @midscene/computer v1.10.11
|
|
812
|
+
console.log("[HealthCheck] @midscene/computer v1.10.11");
|
|
813
813
|
console.log('[HealthCheck] Taking screenshot...');
|
|
814
814
|
const screenshotTimeout = 15000;
|
|
815
815
|
let timeoutId;
|
|
@@ -2212,7 +2212,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2212
2212
|
const tools = new ComputerMidsceneTools();
|
|
2213
2213
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-computer', {
|
|
2214
2214
|
stripPrefix: 'computer_',
|
|
2215
|
-
version: "1.10.11
|
|
2215
|
+
version: "1.10.11",
|
|
2216
2216
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
2217
2217
|
}).catch((e)=>{
|
|
2218
2218
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/dist/lib/index.js
CHANGED
|
@@ -835,7 +835,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
835
835
|
}
|
|
836
836
|
async healthCheck() {
|
|
837
837
|
console.log('[HealthCheck] Starting health check...');
|
|
838
|
-
console.log("[HealthCheck] @midscene/computer v1.10.11
|
|
838
|
+
console.log("[HealthCheck] @midscene/computer v1.10.11");
|
|
839
839
|
console.log('[HealthCheck] Taking screenshot...');
|
|
840
840
|
const screenshotTimeout = 15000;
|
|
841
841
|
let timeoutId;
|
|
@@ -2284,7 +2284,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2284
2284
|
}
|
|
2285
2285
|
const env_namespaceObject = require("@midscene/shared/env");
|
|
2286
2286
|
function version() {
|
|
2287
|
-
const currentVersion = "1.10.11
|
|
2287
|
+
const currentVersion = "1.10.11";
|
|
2288
2288
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2289
2289
|
return currentVersion;
|
|
2290
2290
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/computer",
|
|
3
|
-
"version": "1.10.11
|
|
3
|
+
"version": "1.10.11",
|
|
4
4
|
"description": "Midscene.js Computer Desktop Automation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@computer-use/libnut": "^4.2.0",
|
|
34
34
|
"clipboardy": "^4.0.0",
|
|
35
35
|
"screenshot-desktop": "^1.15.3",
|
|
36
|
-
"@midscene/core": "1.10.11
|
|
37
|
-
"@midscene/shared": "1.10.11
|
|
36
|
+
"@midscene/core": "1.10.11",
|
|
37
|
+
"@midscene/shared": "1.10.11"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
40
|
"node-mac-permissions": "2.5.0"
|