contentful-ui-extensions-sdk
Advanced tools
Comparing version 3.39.0 to 3.39.2
@@ -0,1 +1,8 @@ | ||
## [3.39.1](https://github.com/contentful/ui-extensions-sdk/compare/v3.39.0...v3.39.1) (2021-09-10) | ||
### Bug Fixes | ||
* create upload types ([#961](https://github.com/contentful/ui-extensions-sdk/issues/961)) ([a65b320](https://github.com/contentful/ui-extensions-sdk/commit/a65b32046087763708f521b5b2dbb92ac22c6579)) | ||
# [3.39.0](https://github.com/contentful/ui-extensions-sdk/compare/v3.38.0...v3.39.0) (2021-07-20) | ||
@@ -2,0 +9,0 @@ |
export declare type EntityType = 'Entry' | 'Asset'; | ||
export declare type TagVisibility = 'private' | 'public'; | ||
export interface Upload { | ||
sys: { | ||
id: string; | ||
type: 'Upload' | string; | ||
}; | ||
} | ||
export interface SpaceMembership { | ||
@@ -361,3 +367,3 @@ sys: { | ||
getPublishedAssets: <T = Object, InputArgs = SearchQuery>(query?: InputArgs) => Promise<CollectionResponse<T>>; | ||
createUpload: (base64data: string) => void; | ||
createUpload: (base64data: string) => Promise<Upload>; | ||
waitUntilAssetProcessed: (assetId: string, locale: string) => Promise<void>; | ||
@@ -364,0 +370,0 @@ /** Returns all users who belong to the space. */ |
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "3.39.0", | ||
"version": "3.39.2", | ||
"author": "Contentful GmbH", | ||
@@ -41,5 +41,5 @@ "license": "MIT", | ||
"@semantic-release/exec": "5.0.0", | ||
"@semantic-release/git": "9.0.0", | ||
"@testing-library/cypress": "7.0.6", | ||
"@testing-library/dom": "7.31.2", | ||
"@semantic-release/git": "9.0.1", | ||
"@testing-library/cypress": "8.0.1", | ||
"@testing-library/dom": "8.5.0", | ||
"@types/async-retry": "1.4.3", | ||
@@ -53,27 +53,28 @@ "@types/chai-as-promised": "7.1.4", | ||
"@types/sinon-chai": "^3.2.5", | ||
"@typescript-eslint/eslint-plugin": "4.28.3", | ||
"@typescript-eslint/parser": "4.28.3", | ||
"async-retry": "1.3.1", | ||
"@typescript-eslint/eslint-plugin": "4.31.0", | ||
"@typescript-eslint/parser": "4.31.0", | ||
"async-retry": "1.3.3", | ||
"babel-eslint": "10.1.0", | ||
"chai": "4.3.4", | ||
"chai-as-promised": "7.1.1", | ||
"contentful-management": "7.27.1", | ||
"contentful-management": "7.38.0", | ||
"cross-spawn": "7.0.3", | ||
"cypress": "7.7.0", | ||
"cypress": "8.3.1", | ||
"cypress-multi-reporters": "1.5.0", | ||
"cypress-terminal-report": "^3.3.2", | ||
"dotenv": "10.0.0", | ||
"eslint": "7.30.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-config-standard": "16.0.3", | ||
"eslint-plugin-cypress": "2.11.3", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-import": "2.24.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-react": "7.24.0", | ||
"eslint-plugin-react": "7.25.1", | ||
"eslint-plugin-standard": "5.0.0", | ||
"fs-extra": "10.0.0", | ||
"husky": "4.3.8", | ||
"jsdom": "16.6.0", | ||
"lint-staged": "11.0.0", | ||
"jsdom": "17.0.0", | ||
"lint-staged": "11.1.2", | ||
"mocha": "8.4.0", | ||
@@ -85,14 +86,14 @@ "mocha-junit-reporter": "2.0.0", | ||
"mochawesome-report-generator": "5.2.0", | ||
"nanoid": "3.1.23", | ||
"prettier": "2.3.2", | ||
"rollup": "2.53.1", | ||
"nanoid": "3.1.25", | ||
"prettier": "2.4.0", | ||
"rollup": "2.56.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
"rollup-plugin-typescript2": "0.30.0", | ||
"semantic-release": "17.4.2", | ||
"sinon": "11.1.1", | ||
"sinon": "11.1.2", | ||
"sinon-chai": "3.7.0", | ||
"ts-mocha": "8.0.0", | ||
"ts-node": "10.1.0", | ||
"tslib": "2.3.0", | ||
"typescript": "4.3.5" | ||
"ts-node": "10.2.1", | ||
"tslib": "2.3.1", | ||
"typescript": "4.4.3" | ||
}, | ||
@@ -99,0 +100,0 @@ "husky": { |
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
81703
24
1439
57