@iflyrpa/actions 1.2.5-beta.1 → 1.2.5-beta.2
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -15347,7 +15347,7 @@ var __webpack_exports__ = {};
|
|
|
15347
15347
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
15348
15348
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
15349
15349
|
};
|
|
15350
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.
|
|
15350
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.1"}');
|
|
15351
15351
|
class Action {
|
|
15352
15352
|
constructor(task){
|
|
15353
15353
|
this.task = task;
|
package/dist/index.js
CHANGED
|
@@ -2460,7 +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 = JSON.parse('{"i8":"1.2.5-beta.
|
|
2463
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.1"}');
|
|
2464
2464
|
class Action {
|
|
2465
2465
|
constructor(task){
|
|
2466
2466
|
this.task = task;
|
package/dist/index.mjs
CHANGED
|
@@ -2409,7 +2409,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
2409
2409
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
2410
2410
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
2411
2411
|
};
|
|
2412
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.
|
|
2412
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.1"}');
|
|
2413
2413
|
class Action {
|
|
2414
2414
|
constructor(task){
|
|
2415
2415
|
this.task = task;
|