@zauru-sdk/services 2.0.38 → 2.0.40

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.
@@ -24,7 +24,6 @@ axiosInstance.interceptors.response.use(function (response) {
24
24
  return response;
25
25
  }, function (error) {
26
26
  console.log(chalk.red("---------------- ERROR CON REQUEST (RESPONSE INTERCEPTOR) ----------------"));
27
- console.log(`${error}`);
28
27
  // Do something with response error
29
28
  const { response } = error;
30
29
  const msgError = response
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "description": "Servicios de consulta a Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@remix-run/node": "^2.8.1",
27
- "@zauru-sdk/common": "^2.0.34",
27
+ "@zauru-sdk/common": "^2.0.40",
28
28
  "@zauru-sdk/config": "^2.0.0",
29
- "@zauru-sdk/graphql": "^2.0.38",
30
- "@zauru-sdk/types": "^2.0.34",
29
+ "@zauru-sdk/graphql": "^2.0.40",
30
+ "@zauru-sdk/types": "^2.0.40",
31
31
  "axios": "^1.6.7",
32
32
  "chalk": "5.3.0"
33
33
  },
34
- "gitHead": "36fc2bbb3d68f127d714008a4b9ef338cba8d7d1"
34
+ "gitHead": "722f35fd12cf071610171f10b08904868f122cd7"
35
35
  }