@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/bundle.js
CHANGED
|
@@ -18114,9 +18114,7 @@ var __webpack_exports__ = {};
|
|
|
18114
18114
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18115
18115
|
return (0, utils.jo)(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18116
18116
|
};
|
|
18117
|
-
var package_namespaceObject = {
|
|
18118
|
-
i8: "1.2.13"
|
|
18119
|
-
};
|
|
18117
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.14-beta.0"}');
|
|
18120
18118
|
class Action {
|
|
18121
18119
|
constructor(task){
|
|
18122
18120
|
this.task = task;
|