@dotcms/experiments 0.0.1-alpha.18 → 0.0.1-alpha.20

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -100,7 +100,6 @@ Always refer to the official [DotCMS documentation](https://www.dotcms.com/docs/
100
100
  | Installation | [Installation](https://dotcms.com/docs/latest/installation) |
101
101
  | Documentation | [Documentation](https://dotcms.com/docs/latest/table-of-contents) |
102
102
  | Videos | [Helpful Videos](http://dotcms.com/videos/) |
103
- | Code Examples | [Codeshare](https://dotcms.com/codeshare/) |
104
103
  | Forums/Listserv | [via Google Groups](https://groups.google.com/forum/#!forum/dotCMS) |
105
104
  | Twitter | @dotCMS |
106
105
  | Main Site | [dotCMS.com](https://dotcms.com/) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/experiments",
3
- "version": "0.0.1-alpha.18",
3
+ "version": "0.0.1-alpha.20",
4
4
  "description": "Official JavaScript library to use Experiments with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "peerDependencies": {
26
26
  "react": ">=18",
27
27
  "react-dom": ">=18",
28
- "@dotcms/client": "0.0.1-alpha.18"
28
+ "@dotcms/client": "0.0.1-alpha.20"
29
29
  },
30
30
  "module": "./index.esm.js",
31
31
  "type": "module",