botasaurus-desktop-api 4.1.77 → 4.1.79
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 +5 -4
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -2813,8 +2813,8 @@ process.umask = function() { return 0; };
|
|
|
2813
2813
|
"use strict";
|
|
2814
2814
|
__webpack_require__.r(__webpack_exports__);
|
|
2815
2815
|
__webpack_require__.d(__webpack_exports__, {
|
|
2816
|
-
|
|
2817
|
-
|
|
2816
|
+
ApiException: () => (ApiException),
|
|
2817
|
+
"default": () => (Api)
|
|
2818
2818
|
});
|
|
2819
2819
|
/* ESM import */var _swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("./node_modules/@swc/helpers/esm/_define_property.js");
|
|
2820
2820
|
/* ESM import */var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./node_modules/axios/index.js");
|
|
@@ -3241,7 +3241,7 @@ const api = new Api({ apiUrl: 'https://example.com' })`);
|
|
|
3241
3241
|
throw error;
|
|
3242
3242
|
}
|
|
3243
3243
|
}
|
|
3244
|
-
constructor({ apiUrl, createResponseFiles =
|
|
3244
|
+
constructor({ apiUrl, createResponseFiles = false, apiBasePath = "" } = {
|
|
3245
3245
|
createResponseFiles: true
|
|
3246
3246
|
}){
|
|
3247
3247
|
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "_apiUrl", void 0);
|
|
@@ -3267,6 +3267,7 @@ const api = new Api({ apiUrl: 'https://example.com' })`);
|
|
|
3267
3267
|
}
|
|
3268
3268
|
|
|
3269
3269
|
|
|
3270
|
+
|
|
3270
3271
|
}),
|
|
3271
3272
|
"./src/utils.ts": (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3272
3273
|
"use strict";
|
|
@@ -7987,7 +7988,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
|
|
|
7987
7988
|
})();
|
|
7988
7989
|
// webpack/runtime/get_full_hash
|
|
7989
7990
|
(() => {
|
|
7990
|
-
__webpack_require__.h = () => ("
|
|
7991
|
+
__webpack_require__.h = () => ("a62bb127554b024e")
|
|
7991
7992
|
})();
|
|
7992
7993
|
// webpack/runtime/get_main_filename/update manifest
|
|
7993
7994
|
(() => {
|