investira.sdk 2.2.11 → 2.2.12

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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -433,3 +433,7 @@ O contrutor para a criação das mensagem foi alterado.
433
433
  # 2.2.11
434
434
 
435
435
  - [investira.data] Atualização
436
+
437
+ # 2.2.12
438
+
439
+ - [investira.data] Atualização
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.2.11",
3
+ "version": "2.2.12",
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.2.11",
9
+ "raw": "investira.sdk@2.2.12",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.2.11",
11
+ "rawSpec": "2.2.12",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.2.11",
13
+ "fetchSpec": "2.2.12",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=14.17.5",
@@ -37,7 +37,7 @@
37
37
  "axios": "0.25.0",
38
38
  "deep-diff": "1.0.2",
39
39
  "flatted": "3.2.2",
40
- "investira.data": "^1.1.14",
40
+ "investira.data": "^1.1.15",
41
41
  "moment": "^2.29.4"
42
42
  },
43
43
  "devDependencies": {