@midscene/computer 1.10.7-beta-20260722111246.0 → 1.10.7
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
|
@@ -750,7 +750,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
750
750
|
}
|
|
751
751
|
async healthCheck() {
|
|
752
752
|
console.log('[HealthCheck] Starting health check...');
|
|
753
|
-
console.log("[HealthCheck] @midscene/computer v1.10.7
|
|
753
|
+
console.log("[HealthCheck] @midscene/computer v1.10.7");
|
|
754
754
|
console.log('[HealthCheck] Taking screenshot...');
|
|
755
755
|
const screenshotTimeout = 15000;
|
|
756
756
|
let timeoutId;
|
|
@@ -2148,7 +2148,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2148
2148
|
const tools = new ComputerMidsceneTools();
|
|
2149
2149
|
runToolsCLI(tools, 'midscene-computer', {
|
|
2150
2150
|
stripPrefix: 'computer_',
|
|
2151
|
-
version: "1.10.7
|
|
2151
|
+
version: "1.10.7",
|
|
2152
2152
|
extraCommands: createReportCliCommands()
|
|
2153
2153
|
}).catch((e)=>{
|
|
2154
2154
|
process.exit(reportCLIError(e));
|
package/dist/es/index.mjs
CHANGED
|
@@ -750,7 +750,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
750
750
|
}
|
|
751
751
|
async healthCheck() {
|
|
752
752
|
console.log('[HealthCheck] Starting health check...');
|
|
753
|
-
console.log("[HealthCheck] @midscene/computer v1.10.7
|
|
753
|
+
console.log("[HealthCheck] @midscene/computer v1.10.7");
|
|
754
754
|
console.log('[HealthCheck] Taking screenshot...');
|
|
755
755
|
const screenshotTimeout = 15000;
|
|
756
756
|
let timeoutId;
|
|
@@ -2189,7 +2189,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
function version() {
|
|
2192
|
-
const currentVersion = "1.10.7
|
|
2192
|
+
const currentVersion = "1.10.7";
|
|
2193
2193
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2194
2194
|
return currentVersion;
|
|
2195
2195
|
}
|
package/dist/lib/cli.js
CHANGED
|
@@ -776,7 +776,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
776
776
|
}
|
|
777
777
|
async healthCheck() {
|
|
778
778
|
console.log('[HealthCheck] Starting health check...');
|
|
779
|
-
console.log("[HealthCheck] @midscene/computer v1.10.7
|
|
779
|
+
console.log("[HealthCheck] @midscene/computer v1.10.7");
|
|
780
780
|
console.log('[HealthCheck] Taking screenshot...');
|
|
781
781
|
const screenshotTimeout = 15000;
|
|
782
782
|
let timeoutId;
|
|
@@ -2175,7 +2175,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2175
2175
|
const tools = new ComputerMidsceneTools();
|
|
2176
2176
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-computer', {
|
|
2177
2177
|
stripPrefix: 'computer_',
|
|
2178
|
-
version: "1.10.7
|
|
2178
|
+
version: "1.10.7",
|
|
2179
2179
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
2180
2180
|
}).catch((e)=>{
|
|
2181
2181
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/dist/lib/index.js
CHANGED
|
@@ -802,7 +802,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
802
802
|
}
|
|
803
803
|
async healthCheck() {
|
|
804
804
|
console.log('[HealthCheck] Starting health check...');
|
|
805
|
-
console.log("[HealthCheck] @midscene/computer v1.10.7
|
|
805
|
+
console.log("[HealthCheck] @midscene/computer v1.10.7");
|
|
806
806
|
console.log('[HealthCheck] Taking screenshot...');
|
|
807
807
|
const screenshotTimeout = 15000;
|
|
808
808
|
let timeoutId;
|
|
@@ -2247,7 +2247,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2247
2247
|
}
|
|
2248
2248
|
const env_namespaceObject = require("@midscene/shared/env");
|
|
2249
2249
|
function version() {
|
|
2250
|
-
const currentVersion = "1.10.7
|
|
2250
|
+
const currentVersion = "1.10.7";
|
|
2251
2251
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2252
2252
|
return currentVersion;
|
|
2253
2253
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/computer",
|
|
3
|
-
"version": "1.10.7
|
|
3
|
+
"version": "1.10.7",
|
|
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.7
|
|
37
|
-
"@midscene/shared": "1.10.7
|
|
36
|
+
"@midscene/core": "1.10.7",
|
|
37
|
+
"@midscene/shared": "1.10.7"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
40
|
"node-mac-permissions": "2.5.0"
|