investira.sdk 2.3.0 → 2.3.1

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -454,3 +454,7 @@ O contrutor para a criação das mensagem foi alterado.
454
454
  # 2.3.0
455
455
 
456
456
  - [nodejs] 18.12
457
+
458
+ # 2.3.1
459
+
460
+ - [investira.data] Atualização do investira.data
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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.0",
9
+ "raw": "investira.sdk@2.3.1",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.3.0",
11
+ "rawSpec": "2.3.1",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.3.0",
13
+ "fetchSpec": "2.3.1",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",