@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/bundle.js
CHANGED
|
@@ -15618,10 +15618,7 @@ var __webpack_exports__ = {};
|
|
|
15618
15618
|
}
|
|
15619
15619
|
} : null
|
|
15620
15620
|
});
|
|
15621
|
-
return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) :
|
|
15622
|
-
code: ProxyInfo.code,
|
|
15623
|
-
message: "获取代理IP失败," + ProxyInfo.msg
|
|
15624
|
-
}) : null;
|
|
15621
|
+
return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) : null;
|
|
15625
15622
|
};
|
|
15626
15623
|
class Http {
|
|
15627
15624
|
static handleApiError(error) {
|
|
@@ -20277,7 +20274,7 @@ var __webpack_exports__ = {};
|
|
|
20277
20274
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
20278
20275
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
20279
20276
|
};
|
|
20280
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
20277
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.8"}');
|
|
20281
20278
|
const BetaFlag = "HuiwenCanary";
|
|
20282
20279
|
class Action {
|
|
20283
20280
|
constructor(task){
|