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