investira.sdk 2.3.13 → 2.3.14

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/CHANGELOG.md CHANGED
@@ -509,3 +509,7 @@ O contrutor para a criação das mensagem foi alterado.
509
509
  # 2.3.13
510
510
 
511
511
  - [axios] Atualizado
512
+
513
+ # 2.3.14
514
+
515
+ - [axios] Utilização do axios.default.create()
@@ -3,7 +3,7 @@
3
3
  //resolve problema no tratamento de erro no 'fetch'
4
4
  const axios = require('axios');
5
5
  //@ts-ignore
6
- const baseRequest = axios.create();
6
+ const baseRequest = axios.default.create();
7
7
 
8
8
  const https = require('https');
9
9
  const FormData = require('form-data');
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.3.13",
3
+ "version": "2.3.14",
4
4
  "author": "Investira",
5
5
  "description": "Investira SDK",
6
6
  "main": "index.js",
7
7
  "type": "commonjs",
8
8
  "registry": true,
9
- "raw": "investira.sdk@2.3.13",
9
+ "raw": "investira.sdk@2.3.14",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.3.13",
11
+ "rawSpec": "2.3.14",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.3.13",
13
+ "fetchSpec": "2.3.14",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",