contentful-management 11.40.1 → 11.40.2
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/contentful-management.browser.js +2 -2
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +2 -2
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/package.json +1 -1
|
@@ -23500,7 +23500,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23500
23500
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23501
23501
|
/* harmony export */ VERSION: function() { return /* binding */ VERSION; }
|
|
23502
23502
|
/* harmony export */ });
|
|
23503
|
-
const VERSION = "1.7.
|
|
23503
|
+
const VERSION = "1.7.9";
|
|
23504
23504
|
|
|
23505
23505
|
/***/ }),
|
|
23506
23506
|
|
|
@@ -27358,7 +27358,7 @@ function createClient(params) {
|
|
|
27358
27358
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
27359
27359
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
27360
27360
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
|
|
27361
|
-
"".concat(sdkMain, "/").concat("11.40.
|
|
27361
|
+
"".concat(sdkMain, "/").concat("11.40.2"), params.application, params.integration, params.feature);
|
|
27362
27362
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
27363
27363
|
userAgent: userAgent
|
|
27364
27364
|
}));
|