@dotcms/types 1.2.3-next.2 → 1.2.3-next.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/types",
3
- "version": "1.2.3-next.2",
3
+ "version": "1.2.3-next.3",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -199,5 +199,4 @@ export interface EditableContainerData {
199
199
  identifier: string;
200
200
  acceptTypes: string;
201
201
  maxContentlets: number;
202
- variantId?: string;
203
202
  }