@dotcms/client 1.0.2-next.1 → 1.0.2-next.2

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
@@ -1467,7 +1467,7 @@ class PageClient {
1467
1467
  });
1468
1468
  if (errors) {
1469
1469
  errors.forEach((error) => {
1470
- consola.error('[DotCMS GraphQL Error]: ', error.message);
1470
+ consola.consola.error('[DotCMS GraphQL Error]: ', error.message);
1471
1471
  });
1472
1472
  }
1473
1473
  const pageResponse = internal.graphqlToPageEntity(data);
package/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import consola$1, { consola } from 'consola';
1
+ import { consola } from 'consola';
2
2
  import { graphqlToPageEntity } from './internal.esm.js';
3
3
 
4
4
  /******************************************************************************
@@ -1465,7 +1465,7 @@ class PageClient {
1465
1465
  });
1466
1466
  if (errors) {
1467
1467
  errors.forEach((error) => {
1468
- consola$1.error('[DotCMS GraphQL Error]: ', error.message);
1468
+ consola.error('[DotCMS GraphQL Error]: ', error.message);
1469
1469
  });
1470
1470
  }
1471
1471
  const pageResponse = graphqlToPageEntity(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.0.2-next.1",
3
+ "version": "1.0.2-next.2",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",