contentful
Advanced tools
Comparing version 10.14.1 to 10.15.0
@@ -105,2 +105,8 @@ /** | ||
/** | ||
* Enable Content Source Maps. | ||
* @remarks | ||
* This feature is only available when using the Content Preview API. | ||
*/ | ||
includeContentSourceMaps?: boolean; | ||
/** | ||
* Enable alpha features. | ||
@@ -110,5 +116,3 @@ */ | ||
/** | ||
* Enable Content Source Maps. | ||
* @remarks | ||
* This feature is only available when using the Content Preview API. | ||
* @deprecated Use the `includeContentSourceMaps` option directly instead. | ||
*/ | ||
@@ -115,0 +119,0 @@ includeContentSourceMaps?: boolean; |
export declare function validateLocaleParam(query: any, isWithAllLocalesClient: boolean): void; | ||
export declare function validateResolveLinksParam(query: any): void; | ||
export declare function validateRemoveUnresolvedParam(query: any): void; | ||
export declare function checkIncludeContentSourceMapsParamIsValid(alphaFeatures?: Record<string, any>): boolean; | ||
export declare function checkIncludeContentSourceMapsParamIsAllowed(host?: string, alphaFeatures?: Record<string, any>): boolean; | ||
export declare function checkIncludeContentSourceMapsParamIsAllowed(host?: string, includeContentSourceMaps?: boolean): boolean; |
{ | ||
"name": "contentful", | ||
"description": "Client for Contentful's Content Delivery API", | ||
"version": "10.14.1", | ||
"version": "10.15.0", | ||
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
@@ -78,3 +78,3 @@ "main": "./dist/contentful.node.min.js", | ||
"dependencies": { | ||
"@contentful/content-source-maps": "^0.6.0", | ||
"@contentful/content-source-maps": "^0.11.0", | ||
"@contentful/rich-text-types": "^16.0.2", | ||
@@ -81,0 +81,0 @@ "axios": "^1.7.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5406572
46973
+ Added@contentful/content-source-maps@0.11.6(transitive)
- Removed@contentful/content-source-maps@0.6.1(transitive)