contentful-management 11.40.4 → 11.41.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/contentful-management.browser.js +5 -1
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +5 -1
- 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.js +4 -0
- package/dist/es-modules/plain/wrappers/wrap.test-d.js +6 -0
- package/dist/typings/entities/resource.d.ts +2 -0
- package/dist/typings/plain/wrappers/wrap.d.ts +6 -1
- package/package.json +1 -1
|
@@ -17089,6 +17089,10 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
|
|
|
17089
17089
|
* @private
|
|
17090
17090
|
*/
|
|
17091
17091
|
|
|
17092
|
+
/**
|
|
17093
|
+
* @private
|
|
17094
|
+
*/
|
|
17095
|
+
|
|
17092
17096
|
/**
|
|
17093
17097
|
* @private
|
|
17094
17098
|
*/
|
|
@@ -30703,7 +30707,7 @@ function createClient(params, opts = {}) {
|
|
|
30703
30707
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
30704
30708
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
30705
30709
|
// @ts-expect-error
|
|
30706
|
-
`${sdkMain}/${"11.
|
|
30710
|
+
`${sdkMain}/${"11.41.0"}`, params.application, params.integration, params.feature);
|
|
30707
30711
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
30708
30712
|
userAgent
|
|
30709
30713
|
}));
|