@bisondesk/core-sdk 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bisondesk/core-sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rm -rf build dist lib *.tsbuildinfo",
@@ -11,11 +11,10 @@
11
11
  },
12
12
  "author": "Ivo Anastácio",
13
13
  "dependencies": {
14
- "@bisondesk/commons-sdk": "1.0.6",
15
- "@hapi/joi": "17.1.1"
14
+ "@bisondesk/commons-sdk": "^1.0.8",
15
+ "joi": "17.4.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/hapi__joi": "17.1.6",
19
18
  "@types/node": "14.14.37",
20
19
  "typescript": "4.2.3"
21
20
  }
@@ -742,8 +742,8 @@
742
742
  "affectsGlobalScope": false
743
743
  },
744
744
  "../../node_modules/@babel/parser/typings/babel-parser.d.ts": {
745
- "version": "6da9e714516d081abaa435946d77c8d74dba888530412dc71601e83d2c8a512e",
746
- "signature": "6da9e714516d081abaa435946d77c8d74dba888530412dc71601e83d2c8a512e",
745
+ "version": "069733dc220affbe58d9c1d1a93af3707bc515aaed761701d8741b57da4cb964",
746
+ "signature": "069733dc220affbe58d9c1d1a93af3707bc515aaed761701d8741b57da4cb964",
747
747
  "affectsGlobalScope": false
748
748
  },
749
749
  "../../node_modules/@types/babel__template/index.d.ts": {
@@ -826,11 +826,6 @@
826
826
  "signature": "3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba",
827
827
  "affectsGlobalScope": false
828
828
  },
829
- "../../node_modules/@types/hapi__joi/index.d.ts": {
830
- "version": "91a2fdd0c0d1fb495958b2d476785b000d8d337caba9078c14f48c65e324b17a",
831
- "signature": "91a2fdd0c0d1fb495958b2d476785b000d8d337caba9078c14f48c65e324b17a",
832
- "affectsGlobalScope": false
833
- },
834
829
  "../../node_modules/@types/http-assert/index.d.ts": {
835
830
  "version": "97fd9fd06a67deac133ddeac0b4a266db5eede2e40ec6ad67b31b0b862559643",
836
831
  "signature": "97fd9fd06a67deac133ddeac0b4a266db5eede2e40ec6ad67b31b0b862559643",
@@ -946,9 +941,14 @@
946
941
  "signature": "799475c7b67b02267bd548418cd9a29a05c1f6484ae0a44dff74510374cbb585",
947
942
  "affectsGlobalScope": false
948
943
  },
944
+ "../../node_modules/@types/pino-pretty/index.d.ts": {
945
+ "version": "728f34a1ed47b256c1267cc119e8dff2ff740964b2c2975c1028f4fba86eaa53",
946
+ "signature": "728f34a1ed47b256c1267cc119e8dff2ff740964b2c2975c1028f4fba86eaa53",
947
+ "affectsGlobalScope": false
948
+ },
949
949
  "../../node_modules/@types/pino/index.d.ts": {
950
- "version": "a036f0199c08616814930a32f742f6a50905603fccd31a9218840ff9d1462cca",
951
- "signature": "a036f0199c08616814930a32f742f6a50905603fccd31a9218840ff9d1462cca",
950
+ "version": "ac5e7847ab1ed676e196afc44d5b1d4901cbd7a492f408d42b6f69415ac9aa7c",
951
+ "signature": "ac5e7847ab1ed676e196afc44d5b1d4901cbd7a492f408d42b6f69415ac9aa7c",
952
952
  "affectsGlobalScope": false
953
953
  },
954
954
  "../../node_modules/@types/pino-http/index.d.ts": {
@@ -997,8 +997,8 @@
997
997
  "affectsGlobalScope": false
998
998
  },
999
999
  "../../node_modules/pg-protocol/dist/messages.d.ts": {
1000
- "version": "ea6a82234c94b9e7a57d9e3d938de7a79db50d5d03a00b668bc69b166e841ff6",
1001
- "signature": "ea6a82234c94b9e7a57d9e3d938de7a79db50d5d03a00b668bc69b166e841ff6",
1000
+ "version": "17230b34bb564a3a2e36f9d3985372ccab4ad1722df2c43f7c5c2b553f68e5db",
1001
+ "signature": "17230b34bb564a3a2e36f9d3985372ccab4ad1722df2c43f7c5c2b553f68e5db",
1002
1002
  "affectsGlobalScope": false
1003
1003
  },
1004
1004
  "../../node_modules/@types/pg/index.d.ts": {
@@ -1598,6 +1598,9 @@
1598
1598
  "../../node_modules/@types/node/http.d.ts",
1599
1599
  "../../node_modules/@types/pino/index.d.ts"
1600
1600
  ],
1601
+ "../../node_modules/@types/pino-pretty/index.d.ts": [
1602
+ "../../node_modules/@types/pino/index.d.ts"
1603
+ ],
1601
1604
  "../../node_modules/@types/pino-std-serializers/index.d.ts": [
1602
1605
  "../../node_modules/@types/node/http.d.ts",
1603
1606
  "../../node_modules/@types/node/index.d.ts"
@@ -1607,6 +1610,7 @@
1607
1610
  "../../node_modules/@types/node/http.d.ts",
1608
1611
  "../../node_modules/@types/node/index.d.ts",
1609
1612
  "../../node_modules/@types/node/stream.d.ts",
1613
+ "../../node_modules/@types/pino-pretty/index.d.ts",
1610
1614
  "../../node_modules/@types/pino-std-serializers/index.d.ts",
1611
1615
  "../../node_modules/@types/sonic-boom/index.d.ts"
1612
1616
  ],
@@ -2211,6 +2215,9 @@
2211
2215
  "../../node_modules/@types/node/http.d.ts",
2212
2216
  "../../node_modules/@types/pino/index.d.ts"
2213
2217
  ],
2218
+ "../../node_modules/@types/pino-pretty/index.d.ts": [
2219
+ "../../node_modules/@types/pino/index.d.ts"
2220
+ ],
2214
2221
  "../../node_modules/@types/pino-std-serializers/index.d.ts": [
2215
2222
  "../../node_modules/@types/node/http.d.ts",
2216
2223
  "../../node_modules/@types/node/index.d.ts"
@@ -2220,6 +2227,7 @@
2220
2227
  "../../node_modules/@types/node/http.d.ts",
2221
2228
  "../../node_modules/@types/node/index.d.ts",
2222
2229
  "../../node_modules/@types/node/stream.d.ts",
2230
+ "../../node_modules/@types/pino-pretty/index.d.ts",
2223
2231
  "../../node_modules/@types/pino-std-serializers/index.d.ts",
2224
2232
  "../../node_modules/@types/sonic-boom/index.d.ts"
2225
2233
  ],
@@ -2348,7 +2356,6 @@
2348
2356
  "../../node_modules/@types/express-serve-static-core/index.d.ts",
2349
2357
  "../../node_modules/@types/express/index.d.ts",
2350
2358
  "../../node_modules/@types/graceful-fs/index.d.ts",
2351
- "../../node_modules/@types/hapi__joi/index.d.ts",
2352
2359
  "../../node_modules/@types/http-assert/index.d.ts",
2353
2360
  "../../node_modules/@types/http-errors/index.d.ts",
2354
2361
  "../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
@@ -2419,6 +2426,7 @@
2419
2426
  "../../node_modules/@types/normalize-package-data/index.d.ts",
2420
2427
  "../../node_modules/@types/pg/index.d.ts",
2421
2428
  "../../node_modules/@types/pino-http/index.d.ts",
2429
+ "../../node_modules/@types/pino-pretty/index.d.ts",
2422
2430
  "../../node_modules/@types/pino-std-serializers/index.d.ts",
2423
2431
  "../../node_modules/@types/pino/index.d.ts",
2424
2432
  "../../node_modules/@types/prettier/index.d.ts",