@dotcms/client 1.5.5-next.2266 → 1.5.5-next.2270

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -747,7 +747,7 @@ export function Page({ pageContent }) {
747
747
 
748
748
  #### Working example
749
749
 
750
- See the page-editing flow end to end in the official Next.js example — [`examples/nextjs`](https://github.com/dotCMS/core/tree/main/examples/nextjs). In particular, [`src/views/Page.js`](https://github.com/dotCMS/core/blob/main/examples/nextjs/src/views/Page.js) uses `useEditableDotCMSPage` and `DotCMSLayoutBody` exactly as shown above.
750
+ See the page-editing flow end to end in the official Next.js example — [`examples/nextjs`](https://github.com/dotCMS/core/tree/main/examples/nextjs). In particular, [`src/views/Page.tsx`](https://github.com/dotCMS/core/blob/main/examples/nextjs/src/views/Page.tsx) uses `useEditableDotCMSPage` and `DotCMSLayoutBody` exactly as shown above.
751
751
 
752
752
  ## API Reference
753
753
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.5.5-next.2266",
3
+ "version": "1.5.5-next.2270",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",