@kontent-ai/core-sdk 10.10.0 → 10.10.1

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkInfo = void 0;
4
4
  exports.sdkInfo = {
5
5
  host: 'npmjs.com',
6
- version: '10.10.0',
6
+ version: '10.10.1',
7
7
  name: '@kontent-ai/core-sdk'
8
8
  };
9
9
  //# sourceMappingURL=sdk-info.generated.js.map
@@ -1,6 +1,6 @@
1
1
  export const sdkInfo = {
2
2
  host: 'npmjs.com',
3
- version: '10.10.0',
3
+ version: '10.10.1',
4
4
  name: '@kontent-ai/core-sdk'
5
5
  };
6
6
  //# sourceMappingURL=sdk-info.generated.js.map
@@ -1,6 +1,6 @@
1
1
  export const sdkInfo = {
2
2
  host: 'npmjs.com',
3
- version: '10.10.0',
3
+ version: '10.10.1',
4
4
  name: '@kontent-ai/core-sdk'
5
5
  };
6
6
  //# sourceMappingURL=sdk-info.generated.js.map
@@ -899,7 +899,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
899
899
  \***************************************************/
900
900
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
901
901
 
902
- /*! Axios v1.8.2 Copyright (c) 2025 Matt Zabriskie and contributors */
902
+ /*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
903
903
 
904
904
 
905
905
  function bind(fn, thisArg) {
@@ -3129,7 +3129,7 @@ function combineURLs(baseURL, relativeURL) {
3129
3129
  */
3130
3130
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
3131
3131
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
3132
- if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
3132
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
3133
3133
  return combineURLs(baseURL, requestedURL);
3134
3134
  }
3135
3135
  return requestedURL;
@@ -3244,7 +3244,7 @@ var resolveConfig = (config) => {
3244
3244
 
3245
3245
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
3246
3246
 
3247
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
3247
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
3248
3248
 
3249
3249
  // HTTP basic authentication
3250
3250
  if (auth) {
@@ -3969,7 +3969,7 @@ function dispatchRequest(config) {
3969
3969
  });
3970
3970
  }
3971
3971
 
3972
- const VERSION = "1.8.2";
3972
+ const VERSION = "1.8.4";
3973
3973
 
3974
3974
  const validators$1 = {};
3975
3975