contentful-management 12.0.0-new-beta.1 → 12.0.0-new-beta.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/browser/index.js +2 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.min.js +1 -1
- package/dist/browser/index.min.js.map +1 -1
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/create-environment-api.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/create-environment-api.d.ts +1 -1
- package/dist/types/create-environment-api.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +9 -13
package/dist/browser/index.js
CHANGED
|
@@ -16385,7 +16385,7 @@ var contentfulManagement = (function (exports) {
|
|
|
16385
16385
|
},
|
|
16386
16386
|
/**
|
|
16387
16387
|
* Gets an App Installation
|
|
16388
|
-
* @param id -
|
|
16388
|
+
* @param id - AppDefinition ID
|
|
16389
16389
|
* @return Promise for an App Installation
|
|
16390
16390
|
* @example ```javascript
|
|
16391
16391
|
* const contentful = require('contentful-management')
|
|
@@ -23387,7 +23387,7 @@ var contentfulManagement = (function (exports) {
|
|
|
23387
23387
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
23388
23388
|
const userAgent = getUserAgentHeader(
|
|
23389
23389
|
// @ts-expect-error
|
|
23390
|
-
`${sdkMain}/${"
|
|
23390
|
+
`${sdkMain}/${"0.0.0-determined-by-semantic-release"}`, params.application, params.integration, params.feature);
|
|
23391
23391
|
const adapter = createAdapter({ ...params, userAgent });
|
|
23392
23392
|
// Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
23393
23393
|
// https://github.com/microsoft/TypeScript/issues/26591
|