investira.sdk 2.3.12 → 2.3.13

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
@@ -505,3 +505,7 @@ O contrutor para a criação das mensagem foi alterado.
505
505
 
506
506
  - [axios] Atualizado
507
507
  - [httpRequests] Nova função upload
508
+
509
+ # 2.3.13
510
+
511
+ - [axios] Atualizado
@@ -288,7 +288,7 @@ const httpRequests = {
288
288
  * - files: array com o caminho completo de cada arquivo
289
289
  * - fields: objeto com os atributos a serem enviados
290
290
  * - cancel: função para cancelar upload anterior
291
- * - accessToken: token de acesso
291
+ * - accessToken: Bearer token de acesso
292
292
  * @return {promise}
293
293
  */
294
294
  upload: function (pOptions) {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.3.12",
3
+ "version": "2.3.13",
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.12",
9
+ "raw": "investira.sdk@2.3.13",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.3.12",
11
+ "rawSpec": "2.3.13",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.3.12",
13
+ "fetchSpec": "2.3.13",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",
@@ -35,14 +35,14 @@
35
35
  "_test": "nodemon ./_tests/test"
36
36
  },
37
37
  "dependencies": {
38
- "axios": "1.5.0",
38
+ "axios": "1.5.1",
39
39
  "deep-diff": "1.0.2",
40
- "flatted": "3.2.2",
41
- "investira.data": "^1.3.0",
40
+ "flatted": "3.2.9",
41
+ "investira.data": "^1.3.1",
42
42
  "moment": "^2.29.4"
43
43
  },
44
44
  "devDependencies": {
45
- "tape": "^4.16.2"
45
+ "tape": "^4.17.0"
46
46
  },
47
47
  "jshintConfig": {
48
48
  "curly": true,