@midscene/cli 1.10.1 → 1.10.2-beta-20260706032158.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
|
@@ -4713,9 +4713,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4713
4713
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4714
4714
|
var main = __webpack_require__("../../node_modules/.pnpm/dotenv@16.4.5/node_modules/dotenv/lib/main.js");
|
|
4715
4715
|
var main_default = /*#__PURE__*/ __webpack_require__.n(main);
|
|
4716
|
-
var package_namespaceObject = {
|
|
4717
|
-
rE: "1.10.1"
|
|
4718
|
-
};
|
|
4716
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.10.2-beta-20260706032158.0"}');
|
|
4719
4717
|
var logger_ = __webpack_require__("@midscene/shared/logger");
|
|
4720
4718
|
var brace_expansion = __webpack_require__("../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js");
|
|
4721
4719
|
const MAX_PATTERN_LENGTH = 65536;
|
|
@@ -12587,7 +12585,7 @@ Usage:
|
|
|
12587
12585
|
type: 'boolean',
|
|
12588
12586
|
description: `Turn on logging to help debug why certain keys or values are not being set as you expect, default is ${config_factory_defaultConfig.dotenvDebug}`
|
|
12589
12587
|
}
|
|
12590
|
-
}).version('version', 'Show version number', "1.10.
|
|
12588
|
+
}).version('version', 'Show version number', "1.10.2-beta-20260706032158.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
12591
12589
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
12592
12590
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
12593
12591
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|