@midscene/cli 1.12.4-beta-20260904041024.0 → 1.12.4
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/es/index.mjs
CHANGED
|
@@ -3025,7 +3025,9 @@ var __webpack_modules__ = {
|
|
|
3025
3025
|
module.exports = (string, columns, options)=>String(string).normalize().replace(/\r\n/g, '\n').split('\n').map((line)=>exec(line, columns, options)).join('\n');
|
|
3026
3026
|
},
|
|
3027
3027
|
"./src/index.ts" (__unused_rspack_module, __unused_rspack___webpack_exports__, __webpack_require__) {
|
|
3028
|
-
var package_namespaceObject =
|
|
3028
|
+
var package_namespaceObject = {
|
|
3029
|
+
rE: "1.12.4"
|
|
3030
|
+
};
|
|
3029
3031
|
var brace_expansion = __webpack_require__("../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js");
|
|
3030
3032
|
const MAX_PATTERN_LENGTH = 65536;
|
|
3031
3033
|
const assertValidPattern = (pattern)=>{
|
|
@@ -8691,7 +8693,7 @@ Usage:
|
|
|
8691
8693
|
type: 'boolean',
|
|
8692
8694
|
description: 'Whether to dismiss the HarmonyOS keyboard after text input'
|
|
8693
8695
|
}
|
|
8694
|
-
}).version('version', 'Show version number', "1.12.4
|
|
8696
|
+
}).version('version', 'Show version number', "1.12.4").help().epilogue(`For complete list of configuration options, please visit:
|
|
8695
8697
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
8696
8698
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
8697
8699
|
• HarmonyOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-harmony-part
|