@iflyrpa/actions 1.2.4 → 1.2.5-beta.1

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/index.js CHANGED
@@ -2460,9 +2460,7 @@ const xiaohongshuPublish = async (task, params)=>{
2460
2460
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
2461
2461
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
2462
2462
  };
2463
- var package_namespaceObject = {
2464
- i8: "1.2.3"
2465
- };
2463
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.0"}');
2466
2464
  class Action {
2467
2465
  constructor(task){
2468
2466
  this.task = task;