@iflyrpa/actions 1.2.24-beta.8 → 1.2.24-beta.9
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 +2 -5
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2936,10 +2936,7 @@ var __webpack_exports__ = {};
|
|
|
2936
2936
|
}
|
|
2937
2937
|
} : null
|
|
2938
2938
|
});
|
|
2939
|
-
return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) :
|
|
2940
|
-
code: ProxyInfo.code,
|
|
2941
|
-
message: "获取代理IP失败," + ProxyInfo.msg
|
|
2942
|
-
}) : null;
|
|
2939
|
+
return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) : null;
|
|
2943
2940
|
};
|
|
2944
2941
|
class Http {
|
|
2945
2942
|
static handleApiError(error) {
|
|
@@ -7515,7 +7512,7 @@ var __webpack_exports__ = {};
|
|
|
7515
7512
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
7516
7513
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
7517
7514
|
};
|
|
7518
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
7515
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.8"}');
|
|
7519
7516
|
const BetaFlag = "HuiwenCanary";
|
|
7520
7517
|
class Action {
|
|
7521
7518
|
constructor(task){
|