@dotcms/client 1.2.0-next.8 → 1.2.0-next.9

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
@@ -1766,6 +1766,8 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1766
1766
  canLock
1767
1767
  canRead
1768
1768
  runningExperimentId
1769
+ lockedBy
1770
+ lockedByName
1769
1771
  urlContentMap {
1770
1772
  _map
1771
1773
  }
package/index.esm.js CHANGED
@@ -1764,6 +1764,8 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1764
1764
  canLock
1765
1765
  canRead
1766
1766
  runningExperimentId
1767
+ lockedBy
1768
+ lockedByName
1767
1769
  urlContentMap {
1768
1770
  _map
1769
1771
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.2.0-next.8",
3
+ "version": "1.2.0-next.9",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",