@dotcms/client 1.0.0 → 1.0.2-next.1

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
@@ -1239,6 +1239,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1239
1239
  footer
1240
1240
  body {
1241
1241
  rows {
1242
+ styleClass
1242
1243
  columns {
1243
1244
  leftOffset
1244
1245
  styleClass
package/index.esm.js CHANGED
@@ -1237,6 +1237,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1237
1237
  footer
1238
1238
  body {
1239
1239
  rows {
1240
+ styleClass
1240
1241
  columns {
1241
1242
  leftOffset
1242
1243
  styleClass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.0.0",
3
+ "version": "1.0.2-next.1",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,4 +56,4 @@
56
56
  "module": "./index.esm.js",
57
57
  "main": "./index.cjs.js",
58
58
  "types": "./index.esm.d.ts"
59
- }
59
+ }