@iflyrpa/actions 1.2.12-beta.0 → 1.2.13

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 CHANGED
@@ -17402,7 +17402,7 @@ var __webpack_exports__ = {};
17402
17402
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
17403
17403
  };
17404
17404
  var package_namespaceObject = {
17405
- i8: "1.2.11"
17405
+ i8: "1.2.12"
17406
17406
  };
17407
17407
  class Action {
17408
17408
  constructor(task){
package/dist/index.js CHANGED
@@ -4527,7 +4527,7 @@ var __webpack_exports__ = {};
4527
4527
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
4528
4528
  };
4529
4529
  var package_namespaceObject = {
4530
- i8: "1.2.11"
4530
+ i8: "1.2.12"
4531
4531
  };
4532
4532
  class Action {
4533
4533
  constructor(task){
package/dist/index.mjs CHANGED
@@ -4476,7 +4476,7 @@ const xiaohongshuPublish = async (task, params)=>{
4476
4476
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
4477
4477
  };
4478
4478
  var package_namespaceObject = {
4479
- i8: "1.2.11"
4479
+ i8: "1.2.12"
4480
4480
  };
4481
4481
  class Action {
4482
4482
  constructor(task){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iflyrpa/actions",
3
- "version": "1.2.12-beta.0",
3
+ "version": "1.2.13",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",