@dotcms/types 1.0.5-next.2 → 1.0.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,5 +92,5 @@ This package is maintained as part of the [dotCMS core repository](https://githu
92
92
  * dotcms
93
93
  * typescript
94
94
  * types
95
- * cms
95
+ * cms
96
96
  * content-management-system
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/types",
3
- "version": "1.0.5-next.2",
3
+ "version": "1.0.5",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -36,4 +36,4 @@
36
36
  "module": "./index.esm.js",
37
37
  "main": "./index.cjs.js",
38
38
  "types": "./index.esm.d.ts"
39
- }
39
+ }