@dotcms/client
Advanced tools
Comparing version 0.0.1-alpha.27 to 0.0.1-alpha.28
{ | ||
"name": "@dotcms/client", | ||
"version": "0.0.1-alpha.27", | ||
"version": "0.0.1-alpha.28", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Official JavaScript library for interacting with DotCMS REST APIs.", |
@@ -12,2 +12,8 @@ /** | ||
pathname: string; | ||
/** | ||
* The reload function to call when the page is reloaded. | ||
* | ||
* @deprecated In future implementation we will be listening for the changes from the editor to update the page state so reload will not be needed. | ||
*/ | ||
onReload?: () => void; | ||
} |
133493
2662