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.
- package/package.json +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.
|
|
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": "
|
|
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
|
|
255
|
+
/** The initial height to set for the iframe that will render the outlet */
|
|
256
256
|
initialHeight?: number;
|
|
257
257
|
};
|
|
258
258
|
|