@midscene/cli 1.12.5 → 1.12.6-beta-20260909034232.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/index.mjs +2 -4
- package/dist/es/index.mjs.map +1 -1
- package/dist/lib/index.js +2 -4
- package/dist/lib/index.js.map +1 -1
- package/package.json +8 -8
package/dist/lib/index.js
CHANGED
|
@@ -5069,9 +5069,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
5069
5069
|
"use strict";
|
|
5070
5070
|
var core_ = __webpack_require__("@midscene/core");
|
|
5071
5071
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
5072
|
-
var package_namespaceObject = {
|
|
5073
|
-
rE: "1.12.5"
|
|
5074
|
-
};
|
|
5072
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.12.6-beta-20260909034232.0"}');
|
|
5075
5073
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
5076
5074
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
5077
5075
|
var external_node_path_ = __webpack_require__("node:path");
|
|
@@ -10748,7 +10746,7 @@ Usage:
|
|
|
10748
10746
|
type: 'boolean',
|
|
10749
10747
|
description: 'Whether to dismiss the HarmonyOS keyboard after text input'
|
|
10750
10748
|
}
|
|
10751
|
-
}).version('version', 'Show version number', "1.12.
|
|
10749
|
+
}).version('version', 'Show version number', "1.12.6-beta-20260909034232.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
10752
10750
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
10753
10751
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
10754
10752
|
• HarmonyOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-harmony-part
|