@dotcms/analytics 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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -426,14 +426,14 @@ Standalone attributes to verify:
426
426
  - Angular & Vue support
427
427
  - Realtime dashboard
428
428
 
429
- ## dotCMS Support
429
+ ## Support
430
430
 
431
431
  We offer multiple channels to get help with the dotCMS Analytics SDK:
432
432
 
433
- - **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository.
434
- - **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions.
435
- - **Stack Overflow**: Use the tag `dotcms-analytics` when posting questions.
436
- - **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/).
433
+ - **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository
434
+ - **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions
435
+ - **Stack Overflow**: Use the tag `dotcms-analytics` when posting questions
436
+ - **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/)
437
437
 
438
438
  When reporting issues, please include:
439
439
 
@@ -442,9 +442,9 @@ When reporting issues, please include:
442
442
  - Minimal reproduction steps
443
443
  - Expected vs. actual behavior
444
444
 
445
- ## How To Contribute
445
+ ## Contributing
446
446
 
447
- GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the DotCMS Analytics SDK! If you'd like to contribute, please follow these steps:
447
+ GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS Analytics SDK! If you'd like to contribute, please follow these steps:
448
448
 
449
449
  1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
450
450
  2. Create a feature branch (`git checkout -b feature/amazing-feature`)
@@ -454,7 +454,7 @@ GitHub pull requests are the preferred method to contribute code to dotCMS. We w
454
454
 
455
455
  Please ensure your code follows the existing style and includes appropriate tests.
456
456
 
457
- ## Licensing Information
457
+ ## Licensing
458
458
 
459
459
  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).
460
460
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/analytics",
3
- "version": "1.1.1-next.6",
3
+ "version": "1.1.1-next.7",
4
4
  "description": "Official JavaScript library for Content Analytics with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",