@kontent-ai/core-sdk 10.4.0 → 10.5.0

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.4.0',
6
+ version: '10.5.0',
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.4.0',
3
+ version: '10.5.0',
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.4.0',
3
+ version: '10.5.0',
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.6.7 Copyright (c) 2024 Matt Zabriskie and contributors
902
+ // Axios v1.6.8 Copyright (c) 2024 Matt Zabriskie and contributors
903
903
 
904
904
 
905
905
  function bind(fn, thisArg) {
@@ -3454,7 +3454,7 @@ function dispatchRequest(config) {
3454
3454
  });
3455
3455
  }
3456
3456
 
3457
- const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? thing.toJSON() : thing;
3457
+ const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
3458
3458
 
3459
3459
  /**
3460
3460
  * Config-specific merge-function which creates a new config-object
@@ -3556,7 +3556,7 @@ function mergeConfig(config1, config2) {
3556
3556
  return config;
3557
3557
  }
3558
3558
 
3559
- const VERSION = "1.6.7";
3559
+ const VERSION = "1.6.8";
3560
3560
 
3561
3561
  const validators$1 = {};
3562
3562