@iflyrpa/actions 1.2.14-beta.0 → 1.2.14-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 +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5182,9 +5182,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5182
5182
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5183
5183
|
return (0, utils.jo)(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5184
5184
|
};
|
|
5185
|
-
var package_namespaceObject = {
|
|
5186
|
-
i8: "1.2.13"
|
|
5187
|
-
};
|
|
5185
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.14-beta.0"}');
|
|
5188
5186
|
class Action {
|
|
5189
5187
|
constructor(task){
|
|
5190
5188
|
this.task = task;
|