@iflyrpa/actions 1.2.5-beta.3 → 1.2.6-beta.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/index.mjs CHANGED
@@ -2868,7 +2868,9 @@ const xiaohongshuPublish = async (task, params)=>{
2868
2868
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
2869
2869
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
2870
2870
  };
2871
- var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.2"}');
2871
+ var package_namespaceObject = {
2872
+ i8: "1.2.5"
2873
+ };
2872
2874
  class Action {
2873
2875
  constructor(task){
2874
2876
  this.task = task;