@midscene/cli 1.11.0 → 1.11.1-beta-20260819031908.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
|
@@ -4701,9 +4701,7 @@ defineYamlBatchTest(test, testOptions);
|
|
|
4701
4701
|
"use strict";
|
|
4702
4702
|
var core_ = __webpack_require__("@midscene/core");
|
|
4703
4703
|
const cli_namespaceObject = require("@midscene/shared/cli");
|
|
4704
|
-
var package_namespaceObject = {
|
|
4705
|
-
rE: "1.11.0"
|
|
4706
|
-
};
|
|
4704
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.11.1-beta-20260819031908.0"}');
|
|
4707
4705
|
var external_node_fs_ = __webpack_require__("node:fs");
|
|
4708
4706
|
var external_node_fs_namespaceObject = /*#__PURE__*/ __webpack_require__.t(external_node_fs_, 2);
|
|
4709
4707
|
var external_node_path_ = __webpack_require__("node:path");
|
|
@@ -12590,7 +12588,7 @@ Usage:
|
|
|
12590
12588
|
type: 'boolean',
|
|
12591
12589
|
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}`
|
|
12592
12590
|
}
|
|
12593
|
-
}).version('version', 'Show version number', "1.11.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
12591
|
+
}).version('version', 'Show version number', "1.11.1-beta-20260819031908.0").help().epilogue(`For complete list of configuration options, please visit:
|
|
12594
12592
|
• Web options: https://midscenejs.com/automate-with-scripts-in-yaml#the-web-part
|
|
12595
12593
|
• Android options: https://midscenejs.com/automate-with-scripts-in-yaml#the-android-part
|
|
12596
12594
|
• iOS options: https://midscenejs.com/automate-with-scripts-in-yaml#the-ios-part
|