Skip to content

Commit 47c63ec

Browse files
committed
feat: add speakeasy and related type definitions to package dependencies
- Included the speakeasy library version 2.0.0 for enhanced authentication features. - Added type definitions for speakeasy version 2.0.10 to improve TypeScript support. - Introduced base32.js as a dependency for speakeasy, ensuring proper functionality.
1 parent cc42821 commit 47c63ec

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

apps/api/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"rxjs": "^7.8.1",
8383
"schema-to-yup": "^1.12.18",
8484
"smpp": "^0.6.0-rc.4",
85+
"speakeasy": "^2.0.0",
8586
"swagger-themes": "^1.4.3",
8687
"types-package-json": "^2.0.39",
8788
"winston": "^3.17.0",
@@ -109,6 +110,7 @@
109110
"@types/passport-jwt": "^4.0.1",
110111
"@types/passport-local": "^1.0.38",
111112
"@types/request-ip": "^0.0.41",
113+
"@types/speakeasy": "^2.0.10",
112114
"@types/supertest": "^6.0.2",
113115
"@typescript-eslint/eslint-plugin": "^8.15.0",
114116
"@typescript-eslint/parser": "^8.15.0",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6776,6 +6776,13 @@
67766776
"@types/http-errors" "*"
67776777
"@types/node" "*"
67786778

6779+
"@types/speakeasy@^2.0.10":
6780+
version "2.0.10"
6781+
resolved "https://registry.yarnpkg.com/@types/speakeasy/-/speakeasy-2.0.10.tgz#a1f0e474696abd165e544478b9b02549778fa4e2"
6782+
integrity sha512-QVRlDW5r4yl7p7xkNIbAIC/JtyOcClDIIdKfuG7PWdDT1MmyhtXSANsildohy0K+Lmvf/9RUtLbNLMacvrVwxA==
6783+
dependencies:
6784+
"@types/node" "*"
6785+
67796786
"@types/stack-utils@^2.0.0":
67806787
version "2.0.3"
67816788
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -8166,6 +8173,11 @@ bare-events@^2.7.0:
81668173
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.8.2.tgz#7b3e10bd8e1fc80daf38bb516921678f566ab89f"
81678174
integrity sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==
81688175

8176+
base32.js@0.0.1:
8177+
version "0.0.1"
8178+
resolved "https://registry.yarnpkg.com/base32.js/-/base32.js-0.0.1.tgz#d045736a57b1f6c139f0c7df42518a84e91bb2ba"
8179+
integrity sha512-EGHIRiegFa62/SsA1J+Xs2tIzludPdzM064N9wjbiEgHnGnJ1V0WEpA4pEwCYT5nDvZk3ubf0shqaCS7k6xeUQ==
8180+
81698181
base64-js@^1.3.1:
81708182
version "1.5.1"
81718183
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -16305,6 +16317,13 @@ spdx-license-ids@^3.0.0:
1630516317
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz#abf5a08a6f5d7279559b669f47f0a43e8f3464ef"
1630616318
integrity sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==
1630716319

16320+
speakeasy@^2.0.0:
16321+
version "2.0.0"
16322+
resolved "https://registry.yarnpkg.com/speakeasy/-/speakeasy-2.0.0.tgz#85c91a071b09a5cb8642590d983566165f57613a"
16323+
integrity sha512-lW2A2s5LKi8rwu77ewisuUOtlCydF/hmQSOJjpTqTj1gZLkNgTaYnyvfxy2WBr4T/h+9c4g8HIITfj83OkFQFw==
16324+
dependencies:
16325+
base32.js "0.0.1"
16326+
1630816327
speakingurl@^14.0.1:
1630916328
version "14.0.1"
1631016329
resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53"

0 commit comments

Comments
 (0)