@dotcms/client 1.1.1 → 1.2.0

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 +8 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,10 +45,9 @@ The `@dotcms/client` is a powerful JavaScript/TypeScript SDK designed to simplif
45
45
  - [Key Concepts](#key-concepts)
46
46
  - [Choosing the Right Method](#choosing-the-right-method)
47
47
  - [Architecture Overview](#architecture-overview)
48
- - [Support & Contributing](#support--contributing)
49
- - [dotCMS Support](#dotcms-support)
50
- - [How To Contribute](#how-to-contribute)
51
- - [Licensing Information](#licensing-information)
48
+ - [Support](#support)
49
+ - [Contributing](#contributing)
50
+ - [Licensing](#licensing)
52
51
  - [Changelog](#changelog)
53
52
  - [v1.1.1](#v111)
54
53
 
@@ -607,15 +606,14 @@ All APIs support:
607
606
  - Localization and personalization
608
607
  - Browser and Node.js compatibility
609
608
 
610
- ## Support & Contributing
611
-
612
- ### dotCMS Support
609
+ ## Support
613
610
 
614
611
  We offer multiple channels to get help with the dotCMS Client SDK:
615
612
 
616
613
  - **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository.
617
614
  - **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions.
618
615
  - **Stack Overflow**: Use the tag `dotcms-client` when posting questions.
616
+ - **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/).
619
617
 
620
618
  When reporting issues, please include:
621
619
 
@@ -624,11 +622,9 @@ When reporting issues, please include:
624
622
  - Minimal reproduction steps
625
623
  - Expected vs. actual behavior
626
624
 
627
- Enterprise customers can access premium support through the [dotCMS Support Portal](https://dev.dotcms.com/docs/help).
628
-
629
- ### How To Contribute
625
+ ## Contributing
630
626
 
631
- 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:
627
+ GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS Client SDK! If you'd like to contribute, please follow these steps:
632
628
 
633
629
  1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
634
630
  2. Create a feature branch (`git checkout -b feature/amazing-feature`)
@@ -748,7 +744,7 @@ import { RequestOptions } from '@dotcms/types';
748
744
  import { DotRequestOptions } from '@dotcms/types';
749
745
  ```
750
746
 
751
- ### Licensing Information
747
+ ## Licensing
752
748
 
753
749
  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).
754
750
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",