investira.sdk 2.4.32 → 2.4.34
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 +12 -0
- package/lib/utils/rags.js +0 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -652,4 +652,16 @@ O contrutor para a criação das mensagem foi alterado.
|
|
|
652
652
|
|
|
653
653
|
# 2.4.31
|
|
654
654
|
|
|
655
|
+
- [rags] Removidas dependencias do moment
|
|
656
|
+
|
|
657
|
+
# 2.4.32
|
|
658
|
+
|
|
655
659
|
- [rags] Novas funções de alias para embedding
|
|
660
|
+
|
|
661
|
+
# 2.4.33
|
|
662
|
+
|
|
663
|
+
- [rags] Novas funções de alias para embedding
|
|
664
|
+
|
|
665
|
+
# 2.4.34
|
|
666
|
+
|
|
667
|
+
- [rags] Normalização da versão
|
package/lib/utils/rags.js
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
// const { dataHolidays } = require('investira.data');
|
|
2
|
-
// @ts-ignore
|
|
3
|
-
// const moment = require('moment/min/moment-with-locales');
|
|
4
|
-
// const numbers = require('./numbers');
|
|
5
|
-
// const { isEmpty, isNull, isNumber, isDate, isFunction } = require('./validators');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
moment.suppressDeprecationWarnings = true;
|
|
9
|
-
|
|
10
1
|
const rags = {
|
|
11
2
|
/**
|
|
12
3
|
* Extrai aliases sem acentuação para tokens com diacríticos.
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "investira.sdk",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.34",
|
|
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.
|
|
9
|
+
"raw": "investira.sdk@2.4.34",
|
|
10
10
|
"escapedName": "investira.sdk",
|
|
11
|
-
"rawSpec": "2.4.
|
|
11
|
+
"rawSpec": "2.4.34",
|
|
12
12
|
"saveSpec": null,
|
|
13
|
-
"fetchSpec": "2.4.
|
|
13
|
+
"fetchSpec": "2.4.34",
|
|
14
14
|
"homepage": "https://investira.com.br/",
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=11.11.0 <=18.21.0",
|