@iflyrpa/actions 1.2.24-beta.6 → 1.2.24-beta.7
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/bundle.js +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -7464,7 +7464,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
7464
7464
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
7465
7465
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
7466
7466
|
};
|
|
7467
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
7467
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.6"}');
|
|
7468
7468
|
const BetaFlag = "HuiwenCanary";
|
|
7469
7469
|
class Action {
|
|
7470
7470
|
constructor(task){
|
|
@@ -7472,7 +7472,7 @@ class Action {
|
|
|
7472
7472
|
}
|
|
7473
7473
|
async bindTask(func, params) {
|
|
7474
7474
|
let responseData;
|
|
7475
|
-
this.task.isBeta = this.task?.isFeatOn(BetaFlag)
|
|
7475
|
+
this.task.isBeta = this.task?.isFeatOn ? this.task?.isFeatOn(BetaFlag) : false;
|
|
7476
7476
|
this.task._timerRecord = {
|
|
7477
7477
|
ActionStart: Date.now()
|
|
7478
7478
|
};
|