@zauru-sdk/services 2.0.209 → 2.0.211

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.
@@ -38,7 +38,7 @@ export async function receiveShipment_booking(headers, id) {
38
38
  return handlePossibleAxiosErrors(async () => {
39
39
  const response = await httpZauru.get(`/inventories/bookings/${id}/deliver.json`, { headers });
40
40
  if (!response.data) {
41
- throw new Error("Sin respuesta de: /inventories/bookings/id/deliver.json");
41
+ throw new Error(`Sin respuesta de: /inventories/bookings/${id}/deliver.json - ${JSON.stringify(response)}`);
42
42
  }
43
43
  return true;
44
44
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.209",
3
+ "version": "2.0.211",
4
4
  "description": "Servicios de consulta a Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -25,12 +25,12 @@
25
25
  "dependencies": {
26
26
  "@remix-run/node": "^2.8.1",
27
27
  "@upstash/redis": "^1.34.5",
28
- "@zauru-sdk/common": "^2.0.209",
28
+ "@zauru-sdk/common": "^2.0.210",
29
29
  "@zauru-sdk/config": "^2.0.100",
30
30
  "@zauru-sdk/graphql": "^2.0.206",
31
- "@zauru-sdk/types": "^2.0.209",
31
+ "@zauru-sdk/types": "^2.0.210",
32
32
  "axios": "^1.6.7",
33
33
  "chalk": "5.3.0"
34
34
  },
35
- "gitHead": "597ac9f120bef57215417f000f3648ca52d2035c"
35
+ "gitHead": "51c5039e25476e90e00ef056c6895460c9dc2f07"
36
36
  }