investira.sdk 2.2.8 → 2.2.9

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 +5 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -420,3 +420,8 @@ O contrutor para a criação das mensagem foi alterado.
420
420
  # 2.2.8
421
421
 
422
422
  - [axios] Atualização da versão "0.21.4" versão para "0.25.0"
423
+
424
+ # 2.2.9
425
+
426
+ - [moment] Atualização da versão "2.24.0" versão para "2.29.3"
427
+ - [tape] Atualização da versão "4.15.0" versão para "4.15.1"
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "investira.sdk",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
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.8",
9
+ "raw": "investira.sdk@2.2.9",
10
10
  "escapedName": "investira.sdk",
11
- "rawSpec": "2.2.8",
11
+ "rawSpec": "2.2.9",
12
12
  "saveSpec": null,
13
- "fetchSpec": "2.2.8",
13
+ "fetchSpec": "2.2.9",
14
14
  "homepage": "https://investira.com.br/",
15
15
  "engines": {
16
16
  "node": ">=11.11.0 <=14.17.5",
@@ -38,10 +38,10 @@
38
38
  "deep-diff": "1.0.2",
39
39
  "flatted": "3.2.2",
40
40
  "investira.data": "^1.1.13",
41
- "moment": "2.24.0"
41
+ "moment": "^2.29.3"
42
42
  },
43
43
  "devDependencies": {
44
- "tape": "^4.15.0"
44
+ "tape": "^4.15.1"
45
45
  },
46
46
  "jshintConfig": {
47
47
  "curly": true,