contentful-management 11.59.0-canary.1 → 11.60.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/README.md +1 -3
- package/dist/contentful-management.browser.js +1 -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 +1 -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/typings/create-contentful-api.d.ts +1 -0
- package/dist/typings/entities/app-action-call.d.ts +16 -9
- package/dist/typings/plain/common-types.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -427,9 +427,7 @@ npm install contentful-management@canary
|
|
|
427
427
|
|
|
428
428
|
### Current experimental features
|
|
429
429
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
This feature allows you to schedule content changes in the future and preview them before they go live.
|
|
430
|
+
Currently there are no features in experimental status.
|
|
433
431
|
|
|
434
432
|
## Reach out to us
|
|
435
433
|
|
|
@@ -29876,7 +29876,7 @@ function createClient(params) {
|
|
|
29876
29876
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
29877
29877
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
29878
29878
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
|
|
29879
|
-
"".concat(sdkMain, "/").concat("11.
|
|
29879
|
+
"".concat(sdkMain, "/").concat("11.60.0"), params.application, params.integration, params.feature);
|
|
29880
29880
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
29881
29881
|
userAgent: userAgent
|
|
29882
29882
|
}));
|