investira.sdk 2.4.6 → 2.4.7

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
@@ -577,3 +577,7 @@ O contrutor para a criação das mensagem foi alterado.
577
577
  # 2.4.6
578
578
 
579
579
  - Atualização de dependencias
580
+
581
+ # 2.4.7
582
+
583
+ - Atualização de dependencias
@@ -3,7 +3,7 @@ const { isString, isEmpty } = require('./validators');
3
3
  const { toArray } = require('./arrays');
4
4
 
5
5
  const { InvalidData } = require('../messages/DataErrors');
6
- const toTitleCaseIgnore = ['de', 'da', 'do', 'd', 'e', 'of', 'for', 'and'];
6
+ const toTitleCaseIgnore = ['de', 'da', 'do', 'd', 'e', 'of', 'até', 'para', 'sobre', 'sob', 'em', 'como', 'for', 'and'];
7
7
  const toTitleCaseFullUpperCase = [
8
8
  'i',
9
9
  'ii',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "author": "Investira",
5
5
  "description": "Investira SDK",
6
6
  "main": "index.js",
@@ -8,9 +8,9 @@
8
8
  "registry": true,
9
9
  "raw": "investira.sdk@2.4.6",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.4.6",
11
+ "rawSpec": "2.4.7",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.4.6",
13
+ "fetchSpec": "2.4.7",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=18.12",
@@ -38,7 +38,7 @@
38
38
  "axios": "^1.7.2",
39
39
  "deep-diff": "1.0.2",
40
40
  "flatted": "3.2.9",
41
- "investira.data": "^1.3.13",
41
+ "investira.data": "^1.3.14",
42
42
  "moment": "^2.30.1"
43
43
  },
44
44
  "devDependencies": {