@iflyrpa/actions 1.2.20-beta.1 → 1.2.20
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 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -18934,7 +18934,7 @@ var __webpack_exports__ = {};
|
|
|
18934
18934
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18935
18935
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18936
18936
|
};
|
|
18937
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.
|
|
18937
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.20-beta.2"}');
|
|
18938
18938
|
const BetaFlag = "HuiwenCanary";
|
|
18939
18939
|
class Action {
|
|
18940
18940
|
constructor(task){
|