@iflyrpa/actions 1.2.16-beta.9 → 1.2.17
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 +3 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -18247,7 +18247,9 @@ var __webpack_exports__ = {};
|
|
|
18247
18247
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18248
18248
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18249
18249
|
};
|
|
18250
|
-
var package_namespaceObject =
|
|
18250
|
+
var package_namespaceObject = {
|
|
18251
|
+
i8: "1.2.16"
|
|
18252
|
+
};
|
|
18251
18253
|
class Action {
|
|
18252
18254
|
constructor(task){
|
|
18253
18255
|
this.task = task;
|