@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.
- package/dist/cjs/sdk-info.generated.js +1 -1
- package/dist/es6/sdk-info.generated.js +1 -1
- package/dist/esnext/sdk-info.generated.js +1 -1
- package/dist/umd/kontent-core.umd.js +3 -3
- package/dist/umd/kontent-core.umd.js.map +1 -1
- package/dist/umd/kontent-core.umd.min.js +1 -1
- package/dist/umd/kontent-core.umd.min.js.map +1 -1
- package/dist/umd/report.json +1 -1
- package/dist/umd/report.min.json +1 -1
- package/dist/umd/stats.json +23 -23
- package/dist/umd/stats.min.json +23 -23
- package/lib/sdk-info.generated.ts +1 -1
- package/package.json +9 -9
|
@@ -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.
|
|
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
|
|
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.
|
|
3559
|
+
const VERSION = "1.6.8";
|
|
3560
3560
|
|
|
3561
3561
|
const validators$1 = {};
|
|
3562
3562
|
|