@dotcms/client 1.4.0-next.2 → 1.4.0-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/index.cjs.js CHANGED
@@ -2211,10 +2211,16 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
2211
2211
  body {
2212
2212
  rows {
2213
2213
  styleClass
2214
+ metadata {
2215
+ name
2216
+ }
2214
2217
  columns {
2215
2218
  leftOffset
2216
2219
  styleClass
2217
2220
  width
2221
+ metadata {
2222
+ name
2223
+ }
2218
2224
  left
2219
2225
  containers {
2220
2226
  identifier
package/index.esm.js CHANGED
@@ -2209,10 +2209,16 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
2209
2209
  body {
2210
2210
  rows {
2211
2211
  styleClass
2212
+ metadata {
2213
+ name
2214
+ }
2212
2215
  columns {
2213
2216
  leftOffset
2214
2217
  styleClass
2215
2218
  width
2219
+ metadata {
2220
+ name
2221
+ }
2216
2222
  left
2217
2223
  containers {
2218
2224
  identifier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.4.0-next.2",
3
+ "version": "1.4.0-next.3",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",