@midscene/computer 1.10.6-beta-20260717061640.0 → 1.10.6
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
|
@@ -731,7 +731,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
731
731
|
}
|
|
732
732
|
async healthCheck() {
|
|
733
733
|
console.log('[HealthCheck] Starting health check...');
|
|
734
|
-
console.log("[HealthCheck] @midscene/computer v1.10.6
|
|
734
|
+
console.log("[HealthCheck] @midscene/computer v1.10.6");
|
|
735
735
|
console.log('[HealthCheck] Taking screenshot...');
|
|
736
736
|
const screenshotTimeout = 15000;
|
|
737
737
|
let timeoutId;
|
|
@@ -2124,7 +2124,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2124
2124
|
const tools = new ComputerMidsceneTools();
|
|
2125
2125
|
runToolsCLI(tools, 'midscene-computer', {
|
|
2126
2126
|
stripPrefix: 'computer_',
|
|
2127
|
-
version: "1.10.6
|
|
2127
|
+
version: "1.10.6",
|
|
2128
2128
|
extraCommands: createReportCliCommands()
|
|
2129
2129
|
}).catch((e)=>{
|
|
2130
2130
|
process.exit(reportCLIError(e));
|
package/dist/es/index.mjs
CHANGED
|
@@ -731,7 +731,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
731
731
|
}
|
|
732
732
|
async healthCheck() {
|
|
733
733
|
console.log('[HealthCheck] Starting health check...');
|
|
734
|
-
console.log("[HealthCheck] @midscene/computer v1.10.6
|
|
734
|
+
console.log("[HealthCheck] @midscene/computer v1.10.6");
|
|
735
735
|
console.log('[HealthCheck] Taking screenshot...');
|
|
736
736
|
const screenshotTimeout = 15000;
|
|
737
737
|
let timeoutId;
|
|
@@ -2165,7 +2165,7 @@ class ComputerMidsceneTools extends BaseMidsceneTools {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
}
|
|
2167
2167
|
function version() {
|
|
2168
|
-
const currentVersion = "1.10.6
|
|
2168
|
+
const currentVersion = "1.10.6";
|
|
2169
2169
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2170
2170
|
return currentVersion;
|
|
2171
2171
|
}
|
package/dist/lib/cli.js
CHANGED
|
@@ -757,7 +757,7 @@ Available Displays: ${displays.length > 0 ? displays.map((d)=>d.name).join(', ')
|
|
|
757
757
|
}
|
|
758
758
|
async healthCheck() {
|
|
759
759
|
console.log('[HealthCheck] Starting health check...');
|
|
760
|
-
console.log("[HealthCheck] @midscene/computer v1.10.6
|
|
760
|
+
console.log("[HealthCheck] @midscene/computer v1.10.6");
|
|
761
761
|
console.log('[HealthCheck] Taking screenshot...');
|
|
762
762
|
const screenshotTimeout = 15000;
|
|
763
763
|
let timeoutId;
|
|
@@ -2151,7 +2151,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2151
2151
|
const tools = new ComputerMidsceneTools();
|
|
2152
2152
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-computer', {
|
|
2153
2153
|
stripPrefix: 'computer_',
|
|
2154
|
-
version: "1.10.6
|
|
2154
|
+
version: "1.10.6",
|
|
2155
2155
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
2156
2156
|
}).catch((e)=>{
|
|
2157
2157
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/dist/lib/index.js
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.6
|
|
786
|
+
console.log("[HealthCheck] @midscene/computer v1.10.6");
|
|
787
787
|
console.log('[HealthCheck] Taking screenshot...');
|
|
788
788
|
const screenshotTimeout = 15000;
|
|
789
789
|
let timeoutId;
|
|
@@ -2223,7 +2223,7 @@ class ComputerMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
2223
2223
|
}
|
|
2224
2224
|
const env_namespaceObject = require("@midscene/shared/env");
|
|
2225
2225
|
function version() {
|
|
2226
|
-
const currentVersion = "1.10.6
|
|
2226
|
+
const currentVersion = "1.10.6";
|
|
2227
2227
|
console.log(`@midscene/computer v${currentVersion}`);
|
|
2228
2228
|
return currentVersion;
|
|
2229
2229
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/computer",
|
|
3
|
-
"version": "1.10.6
|
|
3
|
+
"version": "1.10.6",
|
|
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.6
|
|
37
|
-
"@midscene/shared": "1.10.6
|
|
36
|
+
"@midscene/core": "1.10.6",
|
|
37
|
+
"@midscene/shared": "1.10.6"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
40
|
"node-mac-permissions": "2.5.0"
|