@iflyrpa/actions 1.2.24-beta.1 → 1.2.24-beta.2
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 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -15613,6 +15613,7 @@ var __webpack_exports__ = {};
|
|
|
15613
15613
|
addr: adr
|
|
15614
15614
|
}
|
|
15615
15615
|
});
|
|
15616
|
+
console.log("代理获取状态:", ProxyInfo.msg, "代理返回信息:", JSON.stringify(ProxyInfo.data[0]));
|
|
15616
15617
|
return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) : null;
|
|
15617
15618
|
};
|
|
15618
15619
|
class Http {
|
|
@@ -20265,7 +20266,7 @@ var __webpack_exports__ = {};
|
|
|
20265
20266
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
20266
20267
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
20267
20268
|
};
|
|
20268
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
20269
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.1"}');
|
|
20269
20270
|
const BetaFlag = "HuiwenCanary";
|
|
20270
20271
|
class Action {
|
|
20271
20272
|
constructor(task){
|