@dotcms/experiments 1.5.1-next.1977 → 1.5.2

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 +4 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -166,6 +166,8 @@ Before any pull requests can be accepted, an automated tool will ask you to agre
166
166
 
167
167
  ## Licensing
168
168
 
169
- 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).
169
+ dotCMS is available under either the [Business Source License 1.1 (BSL)](https://www.dotcms.com/bsl) or a commercial license.
170
170
 
171
- This SDK is part of dotCMS's dual-licensed platform (GPL 3.0 for Community, commercial license for Enterprise).
171
+ Under the BSL, dotCMS can be used at no cost by individual developers, small businesses or agencies under $5M in total finances, and by larger organizations in non-production environments. Every BSL release automatically converts to GPL v3 four years after its release date. For full terms and FAQs, visit [dotcms.com/bsl](https://www.dotcms.com/bsl) and [dotcms.com/bsl-faq](https://www.dotcms.com/bsl-faq).
172
+
173
+ Production use in larger organizations, along with access to managed cloud, SLAs, support, and enterprise capabilities, is available under a commercial license from dotCMS. For details on commercial plans, features, and support options, see [dotcms.com/pricing](https://www.dotcms.com/pricing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/experiments",
3
- "version": "1.5.1-next.1977",
3
+ "version": "1.5.2",
4
4
  "description": "Official JavaScript library to use Experiments with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,13 +25,13 @@
25
25
  "peerDependencies": {
26
26
  "react": ">=18",
27
27
  "react-dom": ">=18",
28
- "@dotcms/client": "^1.5.1",
29
- "@dotcms/react": "^1.5.1",
30
- "@dotcms/uve": "^1.5.1",
31
- "@dotcms/types": "^1.5.1"
28
+ "@dotcms/client": "^1.5.2",
29
+ "@dotcms/react": "^1.5.2",
30
+ "@dotcms/uve": "^1.5.2",
31
+ "@dotcms/types": "^1.5.2"
32
32
  },
33
33
  "module": "./index.esm.js",
34
34
  "type": "module",
35
35
  "main": "./index.esm.js",
36
36
  "types": "./index.d.ts"
37
- }
37
+ }