@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/bundle.js +2 -7
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1169,12 +1169,7 @@ var __webpack_exports__ = {};
|
|
|
1169
1169
|
}
|
|
1170
1170
|
constructor(config){
|
|
1171
1171
|
this.apiClient = external_axios_default().create({
|
|
1172
|
-
...config
|
|
1173
|
-
proxy: {
|
|
1174
|
-
host: "localhost",
|
|
1175
|
-
port: 9000,
|
|
1176
|
-
protocol: "http"
|
|
1177
|
-
}
|
|
1172
|
+
...config
|
|
1178
1173
|
});
|
|
1179
1174
|
}
|
|
1180
1175
|
addResponseInterceptor(findError) {
|
|
@@ -5355,7 +5350,7 @@ var __webpack_exports__ = {};
|
|
|
5355
5350
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5356
5351
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5357
5352
|
};
|
|
5358
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5353
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.3"}');
|
|
5359
5354
|
class Action {
|
|
5360
5355
|
constructor(task){
|
|
5361
5356
|
this.task = task;
|