@dotcms/react 0.0.1-beta.36 → 0.0.1-beta.37
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ npm install @dotcms/react@next @dotcms/uve@next @dotcms/client@next @dotcms/type
|
|
|
84
84
|
### dotCMS Client Configuration
|
|
85
85
|
|
|
86
86
|
```typescript
|
|
87
|
-
import { createDotCMSClient } from '@dotcms/client';
|
|
87
|
+
import { createDotCMSClient } from '@dotcms/client/next';
|
|
88
88
|
|
|
89
89
|
type DotCMSClient = ReturnType<typeof createDotCMSClient>;
|
|
90
90
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/react",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.37",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=18",
|
|
6
6
|
"react-dom": ">=18",
|
|
7
|
-
"@dotcms/client": "0.0.1-beta.
|
|
8
|
-
"@dotcms/uve": "0.0.1-beta.
|
|
7
|
+
"@dotcms/client": "0.0.1-beta.37",
|
|
8
|
+
"@dotcms/uve": "0.0.1-beta.37",
|
|
9
9
|
"@tinymce/tinymce-react": "^6.0.0"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|