@dotcms/uve 1.1.1-next.6 → 1.1.1-next.7

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 +11 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,10 +34,9 @@ With `@dotcms/uve`, framework SDKs are able to:
34
34
  - [Common Issues & Solutions](#common-issues--solutions)
35
35
  - [Debugging Tips](#debugging-tips)
36
36
  - [Still Having Issues?](#still-having-issues)
37
- - [dotCMS Support](#dotcms-support)
38
- - [How To Contribute](#how-to-contribute)
39
- - [Licensing Information](#licensing-information)
40
- - [Troubleshooting](#troubleshooting)
37
+ - [Support](#support)
38
+ - [Contributing](#contributing)
39
+ - [Licensing](#licensing)
41
40
 
42
41
  ## Before You Use @dotcms/uve
43
42
 
@@ -551,13 +550,14 @@ If you're still experiencing problems after trying these solutions:
551
550
  - Error messages
552
551
  - Code samples
553
552
 
554
- ## dotCMS Support
553
+ ## Support
555
554
 
556
555
  We offer multiple channels to get help with the dotCMS UVE SDK:
557
556
 
558
- - **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository.
559
- - **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions.
560
- - **Stack Overflow**: Use the tag `dotcms-uve` when posting questions.
557
+ - **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository
558
+ - **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions
559
+ - **Stack Overflow**: Use the tag `dotcms-uve` when posting questions
560
+ - **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/)
561
561
 
562
562
  When reporting issues, please include:
563
563
 
@@ -566,11 +566,9 @@ When reporting issues, please include:
566
566
  - Minimal reproduction steps
567
567
  - Expected vs. actual behavior
568
568
 
569
- Enterprise customers can access premium support through the [dotCMS Support Portal](https://dev.dotcms.com/docs/help).
570
-
571
- ## How To Contribute
569
+ ## Contributing
572
570
 
573
- GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the DotCMS UVE SDK! If you'd like to contribute, please follow these steps:
571
+ GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS UVE SDK! If you'd like to contribute, please follow these steps:
574
572
 
575
573
  1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
576
574
  2. Create a feature branch (`git checkout -b feature/amazing-feature`)
@@ -580,7 +578,7 @@ GitHub pull requests are the preferred method to contribute code to dotCMS. We w
580
578
 
581
579
  Please ensure your code follows the existing style and includes appropriate tests.
582
580
 
583
- ## Licensing Information
581
+ ## Licensing
584
582
 
585
583
  dotCMS comes in multiple editions and as such is dual-licensed. The dotCMS Community Edition is licensed under the GPL 3.0 and is freely available for download, customization, and deployment for use within organizations of all stripes. dotCMS Enterprise Editions (EE) adds several enterprise features and is available via a supported, indemnified commercial license from dotCMS. For the differences between the editions, see [the feature page](http://www.dotcms.com/cms-platform/features).
586
584
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/uve",
3
- "version": "1.1.1-next.6",
3
+ "version": "1.1.1-next.7",
4
4
  "description": "Official JavaScript library for interacting with Universal Visual Editor (UVE)",
5
5
  "repository": {
6
6
  "type": "git",