@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/bundle.js
CHANGED
|
@@ -13975,12 +13975,7 @@ var __webpack_exports__ = {};
|
|
|
13975
13975
|
}
|
|
13976
13976
|
constructor(config){
|
|
13977
13977
|
this.apiClient = lib_axios.create({
|
|
13978
|
-
...config
|
|
13979
|
-
proxy: {
|
|
13980
|
-
host: "localhost",
|
|
13981
|
-
port: 9000,
|
|
13982
|
-
protocol: "http"
|
|
13983
|
-
}
|
|
13978
|
+
...config
|
|
13984
13979
|
});
|
|
13985
13980
|
}
|
|
13986
13981
|
addResponseInterceptor(findError) {
|
|
@@ -18230,7 +18225,7 @@ var __webpack_exports__ = {};
|
|
|
18230
18225
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18231
18226
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18232
18227
|
};
|
|
18233
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
18228
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.3"}');
|
|
18234
18229
|
class Action {
|
|
18235
18230
|
constructor(task){
|
|
18236
18231
|
this.task = task;
|