@navservice/core 1.73.0 → 1.74.0

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/build/es/index.js CHANGED
@@ -180,6 +180,7 @@ const _api_api = class _api {
180
180
  if (isNavSoftware && isSandbox) return "https://api-sandbox.navsoftware.com.br";
181
181
  if (isNavSoftware) return "https://api.navsoftware.com.br";
182
182
  } catch (error) {
183
+ console.log(error, 'errr 1');
183
184
  throw new Error(`Ambiente não reconhecido: ${error}`);
184
185
  }
185
186
  }
@@ -279,6 +279,7 @@ const _api_api = class _api {
279
279
  return "https://api.navsoftware.com.br";
280
280
  }
281
281
  } catch (error) {
282
+ console.log(error, 'errr 1');
282
283
  throw new Error(`Ambiente não reconhecido: ${error}`);
283
284
  }
284
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/core",
3
- "version": "1.73.0",
3
+ "version": "1.74.0",
4
4
  "description": "Service core de todos os micro serviços",
5
5
  "type": "module",
6
6
  "exports": {