@midscene/computer 1.10.9 → 1.10.10-beta-20260805093541.0
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
|
@@ -767,7 +767,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
767
767
|
}
|
|
768
768
|
async healthCheck() {
|
|
769
769
|
console.log('[HealthCheck] Starting health check...');
|
|
770
|
-
console.log("[HealthCheck] @midscene/computer v1.10.
|
|
770
|
+
console.log("[HealthCheck] @midscene/computer v1.10.10-beta-20260805093541.0");
|
|
771
771
|
console.log('[HealthCheck] Taking screenshot...');
|
|
772
772
|
const screenshotTimeout = 15000;
|
|
773
773
|
let timeoutId;
|
|
@@ -2165,7 +2165,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2165
2165
|
const tools = new ComputerMidsceneTools();
|
|
2166
2166
|
runToolsCLI(tools, 'midscene-computer', {
|
|
2167
2167
|
stripPrefix: 'computer_',
|
|
2168
|
-
version: "1.10.
|
|
2168
|
+
version: "1.10.10-beta-20260805093541.0",
|
|
2169
2169
|
extraCommands: createReportCliCommands()
|
|
2170
2170
|
}).catch((e)=>{
|
|
2171
2171
|
process.exit(reportCLIError(e));
|
package/dist/es/index.mjs
CHANGED
|
@@ -767,7 +767,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
767
767
|
}
|
|
768
768
|
async healthCheck() {
|
|
769
769
|
console.log('[HealthCheck] Starting health check...');
|
|
770
|
-
console.log("[HealthCheck] @midscene/computer v1.10.
|
|
770
|
+
console.log("[HealthCheck] @midscene/computer v1.10.10-beta-20260805093541.0");
|
|
771
771
|
console.log('[HealthCheck] Taking screenshot...');
|
|
772
772
|
const screenshotTimeout = 15000;
|
|
773
773
|
let timeoutId;
|
|
@@ -2206,7 +2206,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2206
2206
|
}
|
|
2207
2207
|
}
|
|
2208
2208
|
function version() {
|
|
2209
|
-
const currentVersion = "1.10.
|
|
2209
|
+
const currentVersion = "1.10.10-beta-20260805093541.0";
|
|
2210
2210
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2211
2211
|
return currentVersion;
|
|
2212
2212
|
}
|
package/dist/lib/cli.js
CHANGED
|
@@ -793,7 +793,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
793
793
|
}
|
|
794
794
|
async healthCheck() {
|
|
795
795
|
console.log('[HealthCheck] Starting health check...');
|
|
796
|
-
console.log("[HealthCheck] @midscene/computer v1.10.
|
|
796
|
+
console.log("[HealthCheck] @midscene/computer v1.10.10-beta-20260805093541.0");
|
|
797
797
|
console.log('[HealthCheck] Taking screenshot...');
|
|
798
798
|
const screenshotTimeout = 15000;
|
|
799
799
|
let timeoutId;
|
|
@@ -2192,7 +2192,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2192
2192
|
const tools = new ComputerMidsceneTools();
|
|
2193
2193
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-computer', {
|
|
2194
2194
|
stripPrefix: 'computer_',
|
|
2195
|
-
version: "1.10.
|
|
2195
|
+
version: "1.10.10-beta-20260805093541.0",
|
|
2196
2196
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
2197
2197
|
}).catch((e)=>{
|
|
2198
2198
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/dist/lib/index.js
CHANGED
|
@@ -819,7 +819,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
819
819
|
}
|
|
820
820
|
async healthCheck() {
|
|
821
821
|
console.log('[HealthCheck] Starting health check...');
|
|
822
|
-
console.log("[HealthCheck] @midscene/computer v1.10.
|
|
822
|
+
console.log("[HealthCheck] @midscene/computer v1.10.10-beta-20260805093541.0");
|
|
823
823
|
console.log('[HealthCheck] Taking screenshot...');
|
|
824
824
|
const screenshotTimeout = 15000;
|
|
825
825
|
let timeoutId;
|
|
@@ -2264,7 +2264,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2264
2264
|
}
|
|
2265
2265
|
const env_namespaceObject = require("@midscene/shared/env");
|
|
2266
2266
|
function version() {
|
|
2267
|
-
const currentVersion = "1.10.
|
|
2267
|
+
const currentVersion = "1.10.10-beta-20260805093541.0";
|
|
2268
2268
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2269
2269
|
return currentVersion;
|
|
2270
2270
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/computer",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.10-beta-20260805093541.0",
|
|
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.
|
|
37
|
-
"@midscene/shared": "1.10.
|
|
36
|
+
"@midscene/core": "1.10.10-beta-20260805093541.0",
|
|
37
|
+
"@midscene/shared": "1.10.10-beta-20260805093541.0"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
40
|
"node-mac-permissions": "2.5.0"
|