investira.sdk 2.3.3 → 2.3.4

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 +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -465,4 +465,4 @@ O contrutor para a criação das mensagem foi alterado.
465
465
 
466
466
  # 2.3.3
467
467
 
468
- - [strings] Orimização da função toTitleCase
468
+ - [strings] Otimização da função toTitleCase
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
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.3",
9
+ "raw": "investira.sdk@2.3.4",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.3.3",
11
+ "rawSpec": "2.3.4",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.3.3",
13
+ "fetchSpec": "2.3.4",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",
@@ -42,7 +42,7 @@
42
42
  "moment": "^2.29.4"
43
43
  },
44
44
  "devDependencies": {
45
- "tape": "^4.16.1"
45
+ "tape": "^4.16.2"
46
46
  },
47
47
  "jshintConfig": {
48
48
  "curly": true,