contentful-management 11.40.0 → 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/dist/es-modules/plain/wrappers/wrap.test-d.js +9 -0
- package/dist/typings/constants/editor-interface-defaults/controls-defaults.d.ts +1 -1
- package/dist/typings/plain/wrappers/wrap.d.ts +1 -7
- package/dist/typings/plain/wrappers/wrap.test-d.d.ts +1 -0
- package/package.json +3 -2
|
@@ -26365,7 +26365,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26365
26365
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
26366
26366
|
/* harmony export */ VERSION: () => (/* binding */ VERSION)
|
|
26367
26367
|
/* harmony export */ });
|
|
26368
|
-
const VERSION = "1.7.
|
|
26368
|
+
const VERSION = "1.7.9";
|
|
26369
26369
|
|
|
26370
26370
|
/***/ }),
|
|
26371
26371
|
|
|
@@ -30712,7 +30712,7 @@ function createClient(params, opts = {}) {
|
|
|
30712
30712
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
30713
30713
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
30714
30714
|
// @ts-expect-error
|
|
30715
|
-
`${sdkMain}/${"11.40.
|
|
30715
|
+
`${sdkMain}/${"11.40.2"}`, params.application, params.integration, params.feature);
|
|
30716
30716
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
30717
30717
|
userAgent
|
|
30718
30718
|
}));
|