@iflyrpa/actions 1.2.20 → 1.2.21
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/index.mjs
CHANGED
|
@@ -5996,7 +5996,9 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5996
5996
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5997
5997
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5998
5998
|
};
|
|
5999
|
-
var package_namespaceObject =
|
|
5999
|
+
var package_namespaceObject = {
|
|
6000
|
+
i8: "1.2.20"
|
|
6001
|
+
};
|
|
6000
6002
|
const BetaFlag = "HuiwenCanary";
|
|
6001
6003
|
class Action {
|
|
6002
6004
|
constructor(task){
|