@dotcms/client 1.2.0-next.1 → 1.2.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
@@ -1485,6 +1485,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1485
1485
  }
1486
1486
  }
1487
1487
  viewAs {
1488
+ variantId
1488
1489
  visitor {
1489
1490
  persona {
1490
1491
  modDate
package/index.esm.js CHANGED
@@ -1483,6 +1483,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
1483
1483
  }
1484
1484
  }
1485
1485
  viewAs {
1486
+ variantId
1486
1487
  visitor {
1487
1488
  persona {
1488
1489
  modDate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.2.0-next.1",
3
+ "version": "1.2.0-next.3",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,4 +1,4 @@
1
- import { DotHttpClient, DotGraphQLApiResponse } from '@dotcms/types';
1
+ import { DotGraphQLApiResponse, DotHttpClient } from '@dotcms/types';
2
2
  /**
3
3
  * Builds a GraphQL query for retrieving page content from DotCMS.
4
4
  *