@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/bundle.js +1 -3
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -1
package/dist/index.mjs
CHANGED
|
@@ -2409,9 +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 = {
|
|
2413
|
-
i8: "1.2.3"
|
|
2414
|
-
};
|
|
2412
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.5-beta.0"}');
|
|
2415
2413
|
class Action {
|
|
2416
2414
|
constructor(task){
|
|
2417
2415
|
this.task = task;
|