contentful-ui-extensions-sdk 4.3.0 → 4.3.1
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/CHANGELOG.md +7 -0
- package/dist/types/entities.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.3.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.3.0...v4.3.1) (2021-11-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* export team type ([#1072](https://github.com/contentful/ui-extensions-sdk/issues/1072)) ([2845c96](https://github.com/contentful/ui-extensions-sdk/commit/2845c966f663df42a0fd47aaf4b34acee18565d6))
|
|
7
|
+
|
|
1
8
|
# [4.3.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.2.1...v4.3.0) (2021-10-26)
|
|
2
9
|
|
|
3
10
|
|
package/dist/types/entities.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type {
|
|
1
|
+
export type { AssetProps as Asset, ContentFields as ContentTypeField, ContentTypeFieldValidation, ContentTypeProps as ContentType, EditorInterfaceProps as EditorInterface, EntryProps as Entry, KeyValueMap, MetadataProps as Metadata, QueryOptions, RoleProps as Role, ScheduledActionProps as ScheduledAction, SpaceMembershipProps as SpaceMembership, TagProps as Tag, TagVisibility, TaskProps as Task, TeamProps as Team, UploadProps as Upload, UserProps as User, } from 'contentful-management/types';
|
|
2
2
|
export interface CanonicalRequest {
|
|
3
3
|
method: 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS';
|
|
4
4
|
path: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export type { AccessAPI, AppExtensionSDK, ArchiveableAction, BaseExtensionSDK, ConnectMessage, ContentTypeAPI, CrudAction, DialogExtensionSDK, EditorExtensionSDK, EditorLocaleSettings, FieldExtensionSDK, IdsAPI, KnownSDK, LocalesAPI, LocationAPI, Locations, NotifierAPI, PageExtensionSDK, ParametersAPI, PublishableAction, SharedEditorSDK, SidebarExtensionSDK, UserAPI, JSONPatchItem, } from './api.types';
|
|
2
2
|
export type { AppConfigAPI, AppState, OnConfigureHandler, OnConfigureHandlerReturn, } from './app.types';
|
|
3
3
|
export type { DialogsAPI, EntityDialogOptions, OpenAlertOptions, OpenConfirmOptions, OpenCustomWidgetOptions, } from './dialogs.types';
|
|
4
|
-
export type {
|
|
4
|
+
export type { Asset, CanonicalRequest, ContentType, ContentTypeField, EditorInterface, Entry, Metadata, Role, ScheduledAction, SpaceMembership, Tag, TagVisibility, Task, Team, User, } from './entities';
|
|
5
5
|
export type { EntryAPI, TaskAPI, TaskInputData } from './entry.types';
|
|
6
6
|
export type { FieldInfo, EntryFieldInfo, EntryFieldAPI } from './field.types';
|
|
7
7
|
export type { FieldAPI } from './field-locale.types';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-ui-extensions-sdk",
|
|
3
3
|
"description": "SDK to develop custom UI Extension for the Contentful Web App",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@semantic-release/exec": "5.0.0",
|
|
43
43
|
"@semantic-release/git": "9.0.1",
|
|
44
44
|
"@testing-library/cypress": "8.0.1",
|
|
45
|
-
"@testing-library/dom": "8.
|
|
45
|
+
"@testing-library/dom": "8.11.0",
|
|
46
46
|
"@types/async-retry": "1.4.3",
|
|
47
47
|
"@types/chai-as-promised": "7.1.4",
|
|
48
48
|
"@types/cross-spawn": "6.0.2",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"babel-eslint": "10.1.0",
|
|
58
58
|
"chai": "4.3.4",
|
|
59
59
|
"chai-as-promised": "7.1.1",
|
|
60
|
-
"contentful-management": "7.
|
|
60
|
+
"contentful-management": "7.45.0",
|
|
61
61
|
"cross-spawn": "7.0.3",
|
|
62
|
-
"cypress": "8.
|
|
62
|
+
"cypress": "8.7.0",
|
|
63
63
|
"cypress-multi-reporters": "1.5.0",
|
|
64
64
|
"cypress-terminal-report": "^3.3.2",
|
|
65
65
|
"dotenv": "10.0.0",
|
|
@@ -71,21 +71,21 @@
|
|
|
71
71
|
"eslint-plugin-node": "11.1.0",
|
|
72
72
|
"eslint-plugin-prettier": "4.0.0",
|
|
73
73
|
"eslint-plugin-promise": "5.1.1",
|
|
74
|
-
"eslint-plugin-react": "7.
|
|
74
|
+
"eslint-plugin-react": "7.27.0",
|
|
75
75
|
"eslint-plugin-standard": "5.0.0",
|
|
76
76
|
"fs-extra": "10.0.0",
|
|
77
77
|
"husky": "4.3.8",
|
|
78
|
-
"jsdom": "18.0.
|
|
79
|
-
"lint-staged": "11.2.
|
|
78
|
+
"jsdom": "18.0.1",
|
|
79
|
+
"lint-staged": "11.2.6",
|
|
80
80
|
"mocha": "8.4.0",
|
|
81
81
|
"mocha-junit-reporter": "2.0.2",
|
|
82
82
|
"mocha-multi-reporters": "1.5.1",
|
|
83
|
-
"mochawesome": "
|
|
83
|
+
"mochawesome": "7.0.1",
|
|
84
84
|
"mochawesome-merge": "4.2.0",
|
|
85
|
-
"mochawesome-report-generator": "
|
|
85
|
+
"mochawesome-report-generator": "6.0.1",
|
|
86
86
|
"nanoid": "3.1.30",
|
|
87
87
|
"prettier": "2.4.1",
|
|
88
|
-
"rollup": "2.
|
|
88
|
+
"rollup": "2.59.0",
|
|
89
89
|
"rollup-plugin-terser": "7.0.2",
|
|
90
90
|
"rollup-plugin-typescript2": "0.30.0",
|
|
91
91
|
"semantic-release": "17.4.2",
|