@iflyrpa/actions 1.2.16-beta.3 → 1.2.16-beta.4

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/index.mjs CHANGED
@@ -1124,12 +1124,7 @@ class Http {
1124
1124
  }
1125
1125
  constructor(config){
1126
1126
  this.apiClient = __WEBPACK_EXTERNAL_MODULE_axios__["default"].create({
1127
- ...config,
1128
- proxy: {
1129
- host: "localhost",
1130
- port: 9000,
1131
- protocol: "http"
1132
- }
1127
+ ...config
1133
1128
  });
1134
1129
  }
1135
1130
  addResponseInterceptor(findError) {
@@ -5304,7 +5299,7 @@ const xiaohongshuPublish = async (task, params)=>{
5304
5299
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
5305
5300
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
5306
5301
  };
5307
- var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.2"}');
5302
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.3"}');
5308
5303
  class Action {
5309
5304
  constructor(task){
5310
5305
  this.task = task;