Socket
Socket
Sign inDemoInstall

contentful-ui-extensions-sdk

Package Overview
Dependencies
Maintainers
11
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-ui-extensions-sdk - npm Package Compare versions

Comparing version 4.0.0-alpha.26 to 4.0.0-alpha.27

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [4.0.0-alpha.27](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2021-07-23)
### Bug Fixes
* add query support in getContentTypes ([#877](https://github.com/contentful/ui-extensions-sdk/issues/877)) ([596cc32](https://github.com/contentful/ui-extensions-sdk/commit/596cc320120df9304b1e948c126ff260dad085c2))
# [4.0.0-alpha.26](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2021-07-20)

@@ -2,0 +9,0 @@

2

dist/types/space.types.d.ts

@@ -22,3 +22,3 @@ import { Asset, CanonicalRequest, ContentType, EditorInterface, ScheduledAction, Tag, Team, User, TagVisibility, KeyValueMap, Entry, QueryOptions } from './entities';

getContentType: (id: string) => Promise<ContentType>;
getContentTypes: () => Promise<CollectionResponse<ContentType>>;
getContentTypes: <Query extends SearchQuery = SearchQuery>(query?: Query) => Promise<CollectionResponse<ContentType>>;
createContentType: (data: WithId<ContentType>) => Promise<ContentType>;

@@ -25,0 +25,0 @@ updateContentType: (data: ContentType) => Promise<ContentType>;

{
"name": "contentful-ui-extensions-sdk",
"description": "SDK to develop custom UI Extension for the Contentful Web App",
"version": "4.0.0-alpha.26",
"version": "4.0.0-alpha.27",
"author": "Contentful GmbH",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc