investira.sdk 2.4.4 → 2.4.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -569,3 +569,11 @@ O contrutor para a criação das mensagem foi alterado.
569
569
  # 2.4.4
570
570
 
571
571
  - [dates] Retirada do operador '?'.
572
+
573
+ # 2.4.5
574
+
575
+ - Atualização de dependencias
576
+
577
+ # 2.4.6
578
+
579
+ - Atualização de dependencias
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
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.4.4",
9
+ "raw": "investira.sdk@2.4.6",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.4.4",
11
+ "rawSpec": "2.4.6",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.4.4",
13
+ "fetchSpec": "2.4.6",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",
@@ -35,10 +35,10 @@
35
35
  "_test": "nodemon ./_tests/test"
36
36
  },
37
37
  "dependencies": {
38
- "axios": "^1.6.8",
38
+ "axios": "^1.7.2",
39
39
  "deep-diff": "1.0.2",
40
40
  "flatted": "3.2.9",
41
- "investira.data": "^1.3.11",
41
+ "investira.data": "^1.3.13",
42
42
  "moment": "^2.30.1"
43
43
  },
44
44
  "devDependencies": {