@iflyrpa/actions 1.2.16-beta.9 → 1.2.17

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
@@ -5310,7 +5310,9 @@ const xiaohongshuPublish = async (task, params)=>{
5310
5310
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
5311
5311
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
5312
5312
  };
5313
- var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.8"}');
5313
+ var package_namespaceObject = {
5314
+ i8: "1.2.16"
5315
+ };
5314
5316
  class Action {
5315
5317
  constructor(task){
5316
5318
  this.task = task;