@zauru-sdk/services 2.0.104 → 2.0.106

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.
@@ -10,7 +10,7 @@ export const getCMSGeneralQuery = async (query) => {
10
10
  return handlePossibleAxiosErrors(async () => {
11
11
  const headers = await getCMSHeaders();
12
12
  // Respuesta con clave dinámica basada en query
13
- const response = await httpCMSAPI.post("", {
13
+ const response = await httpCMSAPI.post("/api/graphql", {
14
14
  query,
15
15
  }, { headers });
16
16
  if (response.data.errors) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.104",
3
+ "version": "2.0.106",
4
4
  "description": "Servicios de consulta a Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -31,5 +31,5 @@
31
31
  "axios": "^1.6.7",
32
32
  "chalk": "5.3.0"
33
33
  },
34
- "gitHead": "746ccd0a420d8fdbcd276322d2eb7efb68071e68"
34
+ "gitHead": "7cebe758dc55281581f315e459900e068afe7e37"
35
35
  }