botasaurus-desktop-api 4.1.84 → 4.1.85
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 +3 -3
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -3247,11 +3247,11 @@ const api = new Api({ apiUrl: 'https://example.com' })`);
|
|
|
3247
3247
|
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "_apiUrl", void 0);
|
|
3248
3248
|
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "_apiBasePath", void 0);
|
|
3249
3249
|
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "_createResponseFiles", void 0);
|
|
3250
|
-
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "DEFAULT_API_URL", "http://
|
|
3250
|
+
(0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "DEFAULT_API_URL", "http://localhost:8000");
|
|
3251
3251
|
/**
|
|
3252
3252
|
* Initializes the API client with a specified server URL, base path, and an option to create response files.
|
|
3253
3253
|
*
|
|
3254
|
-
* @param apiUrl The base URL for the API server. If not specified, defaults to "http://
|
|
3254
|
+
* @param apiUrl The base URL for the API server. If not specified, defaults to "http://localhost:8000".
|
|
3255
3255
|
* @param createResponseFiles Indicates if the client should create response files for each API call. This is useful for debugging or development purposes. Defaults to True.
|
|
3256
3256
|
* @param apiBasePath Base path to prefix API endpoints (e.g., "/v1").
|
|
3257
3257
|
*/ this._apiUrl = apiUrl ? (0,_utils__WEBPACK_IMPORTED_MODULE_0__.removeAfterFirstSlash)(apiUrl) : this.DEFAULT_API_URL;
|
|
@@ -7988,7 +7988,7 @@ __webpack_require__.hu = (chunkId) => ('' + chunkId + '.' + __webpack_require__.
|
|
|
7988
7988
|
})();
|
|
7989
7989
|
// webpack/runtime/get_full_hash
|
|
7990
7990
|
(() => {
|
|
7991
|
-
__webpack_require__.h = () => ("
|
|
7991
|
+
__webpack_require__.h = () => ("e206d326d2bfeb52")
|
|
7992
7992
|
})();
|
|
7993
7993
|
// webpack/runtime/get_main_filename/update manifest
|
|
7994
7994
|
(() => {
|