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.28 to 4.0.0-alpha.29

7

CHANGELOG.md

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

# [4.0.0-alpha.29](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2021-07-23)
### Bug Fixes
* [] update create contentType function with optional id ([#859](https://github.com/contentful/ui-extensions-sdk/issues/859)) ([8d1f562](https://github.com/contentful/ui-extensions-sdk/commit/8d1f562c7ef5df875286a77dfc487baf25f07947))
# [4.0.0-alpha.28](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2021-07-23)

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

4

dist/types/space.types.d.ts
import { Asset, CanonicalRequest, ContentType, EditorInterface, ScheduledAction, Tag, Team, User, TagVisibility, KeyValueMap, Entry, QueryOptions } from './entities';
import { CollectionResponse, ContentEntityType, Link, WithOptionalId, SearchQuery, WithId } from './utils';
import { CollectionResponse, ContentEntityType, Link, WithOptionalId, SearchQuery } from './utils';
declare type Snapshot<T> = {

@@ -23,3 +23,3 @@ sys: {

getContentTypes: <Query extends SearchQuery = SearchQuery>(query?: Query) => Promise<CollectionResponse<ContentType>>;
createContentType: (data: WithId<ContentType>) => Promise<ContentType>;
createContentType: (data: WithOptionalId<ContentType>) => Promise<ContentType>;
updateContentType: (data: ContentType) => Promise<ContentType>;

@@ -26,0 +26,0 @@ deleteContentType: (contentTypeId: string) => Promise<void>;

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

@@ -60,3 +60,3 @@ "license": "MIT",

"chai-as-promised": "7.1.1",
"contentful-management": "^7.27.1",
"contentful-management": "^7.30.0",
"cross-spawn": "7.0.3",

@@ -156,4 +156,4 @@ "cypress": "7.7.0",

"peerDependencies": {
"contentful-management": "^7.27.1"
"contentful-management": "^7.30.0"
}
}
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