@cloudcommerce/app-melhor-envio 2.25.0 → 2.25.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.
@@ -105,8 +105,8 @@ export default async ({ params, application }) => {
105
105
  let schema;
106
106
  try {
107
107
  schema = newShipment(appData, params);
108
- } catch (e) {
109
- logger.error('>>(App Melhor Envio): NEW_SHIPMENT_PARSE_ERR', e);
108
+ } catch (err) {
109
+ logger.error('>>(App Melhor Envio): NEW_SHIPMENT_PARSE_ERR', err);
110
110
  return {
111
111
  status: 400,
112
112
  error: 'CALCULATE_ERR',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-melhor-envio",
3
3
  "type": "module",
4
- "version": "2.25.0",
4
+ "version": "2.25.2",
5
5
  "description": "e-com.plus Cloud Commerce app to integrate Melhor Envio",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/apps/melhor-envio#readme",
28
28
  "dependencies": {
29
- "axios": "^1.7.2",
29
+ "axios": "^1.7.3",
30
30
  "firebase-admin": "^12.3.0",
31
31
  "firebase-functions": "^5.0.1",
32
- "@cloudcommerce/api": "2.25.0",
33
- "@cloudcommerce/firebase": "2.25.0"
32
+ "@cloudcommerce/api": "2.25.2",
33
+ "@cloudcommerce/firebase": "2.25.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@firebase/app-types": "^0.9.2",
37
- "@cloudcommerce/types": "2.25.0"
37
+ "@cloudcommerce/types": "2.25.2"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "bash ../../../scripts/build-lib.sh"