@contentful/app-sdk 4.22.1 → 5.0.0-alpha.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/README.md +1 -4
- package/dist/cf-extension-api.bundled.js +1 -1
- package/dist/cf-extension-api.js +1 -1
- package/dist/types/api.types.d.ts +14 -37
- package/dist/types/cmaClient.types.d.ts +0 -1
- package/dist/types/dialogs.types.d.ts +1 -5
- package/dist/types/index.d.ts +2 -3
- package/dist/types/navigator.types.d.ts +1 -9
- package/package.json +1 -1
- package/dist/space.d.ts +0 -3
- package/dist/types/space.types.d.ts +0 -272
package/README.md
CHANGED
|
@@ -33,10 +33,7 @@ A new package version is automatically published to npm using [semantic-release]
|
|
|
33
33
|
|
|
34
34
|
To manually publish the package, run `npm run publish-all`.
|
|
35
35
|
|
|
36
|
-
This repository is published as
|
|
37
|
-
|
|
38
|
-
- `@contentful/app-sdk`
|
|
39
|
-
- `contentful-ui-extensions-sdk`
|
|
36
|
+
This repository is published as `@contentful/app-sdk` package.
|
|
40
37
|
|
|
41
38
|
#### Canary releases
|
|
42
39
|
|