contentful-management 11.64.0-new-beta.2 → 11.64.0-new-beta.3
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/index.cjs +126 -121
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/types/index.js +1 -1
- package/package.json +1 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ function createClient(params, opts = {}) {
|
|
|
22
22
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
23
23
|
const userAgent = getUserAgentHeader(
|
|
24
24
|
// @ts-expect-error
|
|
25
|
-
`${sdkMain}/${"11.64.0-new-beta.
|
|
25
|
+
`${sdkMain}/${"11.64.0-new-beta.3"}`, params.application, params.integration, params.feature);
|
|
26
26
|
const adapter = createAdapter({ ...params, userAgent });
|
|
27
27
|
// Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
28
28
|
// https://github.com/microsoft/TypeScript/issues/26591
|
package/dist/types/index.js
CHANGED
|
@@ -22,7 +22,7 @@ function createClient(params, opts = {}) {
|
|
|
22
22
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
23
23
|
const userAgent = getUserAgentHeader(
|
|
24
24
|
// @ts-expect-error
|
|
25
|
-
`${sdkMain}/${"11.64.0-new-beta.
|
|
25
|
+
`${sdkMain}/${"11.64.0-new-beta.3"}`, params.application, params.integration, params.feature);
|
|
26
26
|
const adapter = createAdapter({ ...params, userAgent });
|
|
27
27
|
// Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
28
28
|
// https://github.com/microsoft/TypeScript/issues/26591
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-management",
|
|
3
|
-
"version": "11.64.0-new-beta.
|
|
3
|
+
"version": "11.64.0-new-beta.3",
|
|
4
4
|
"description": "Client for Contentful's Content Management API",
|
|
5
5
|
"homepage": "https://www.contentful.com/developers/documentation/content-management-api/",
|
|
6
6
|
"exports": {
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@contentful/integration-test-utils": "^2.0.1",
|
|
79
79
|
"@eslint/js": "^9.15.0",
|
|
80
|
-
"@rollup/plugin-commonjs": "^29.0.0",
|
|
81
80
|
"@rollup/plugin-json": "^6.1.0",
|
|
82
81
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
83
82
|
"@rollup/plugin-replace": "^6.0.3",
|