datocms-plugin-sdk 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datocms-plugin-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "DatoCMS Plugin SDK",
5
5
  "keywords": [
6
6
  "datocms",
@@ -43,5 +43,5 @@
43
43
  "devDependencies": {
44
44
  "typedoc": "^0.22.8"
45
45
  },
46
- "gitHead": "2d2b65bb450ef963f6bf088c2ea70f9b6c2da214"
46
+ "gitHead": "5dbf13f5a74827a26ac8d8c41f040bd21de46b5f"
47
47
  }
package/src/types.ts CHANGED
@@ -252,7 +252,7 @@ export type ItemFormOutlet = {
252
252
  * value you choose might clash with the one of another plugin!
253
253
  */
254
254
  rank?: number;
255
- /** The initial height to set for the iframe that will render the sidebar panel */
255
+ /** The initial height to set for the iframe that will render the outlet */
256
256
  initialHeight?: number;
257
257
  };
258
258