@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.js
CHANGED
|
@@ -5228,9 +5228,7 @@ var __webpack_exports__ = {};
|
|
|
5228
5228
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5229
5229
|
return (0, utils.jo)(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5230
5230
|
};
|
|
5231
|
-
var package_namespaceObject = {
|
|
5232
|
-
i8: "1.2.13"
|
|
5233
|
-
};
|
|
5231
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.14-beta.0"}');
|
|
5234
5232
|
class Action {
|
|
5235
5233
|
constructor(task){
|
|
5236
5234
|
this.task = task;
|