@iflyrpa/actions 1.2.16-beta.6 → 1.2.16-beta.7
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 +13 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5360,7 +5360,7 @@ var __webpack_exports__ = {};
|
|
|
5360
5360
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5361
5361
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5362
5362
|
};
|
|
5363
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5363
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.6"}');
|
|
5364
5364
|
class Action {
|
|
5365
5365
|
constructor(task){
|
|
5366
5366
|
this.task = task;
|
package/dist/index.mjs
CHANGED
|
@@ -5309,7 +5309,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5309
5309
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5310
5310
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5311
5311
|
};
|
|
5312
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5312
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.6"}');
|
|
5313
5313
|
class Action {
|
|
5314
5314
|
constructor(task){
|
|
5315
5315
|
this.task = task;
|