@os.io/nest-kit 0.0.2-alpha.7 → 0.0.2-alpha.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 (1) hide show
  1. package/package.json +12 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os.io/nest-kit",
3
- "version": "0.0.2-alpha.7",
3
+ "version": "0.0.2-alpha.9",
4
4
  "description": "A modular, production-ready NestJS toolkit — Bootstrap, Auth, SaaS, and Infra integrations in a single package.",
5
5
  "keywords": [
6
6
  "nestjs",
@@ -143,10 +143,12 @@
143
143
  "@nestjs/swagger": ">=7.0.0 <12.0.0",
144
144
  "@nestjs/typeorm": ">=10.0.0 <12.0.0",
145
145
  "@scalar/nestjs-api-reference": "^1.2.6",
146
+ "@simplewebauthn/server": "^9.0.0 || ^10.0.0",
146
147
  "bcrypt": "^5.1.0",
147
148
  "cache-manager": "^6.0.0",
148
149
  "cacheable": "^1.0.0",
149
150
  "keyv": "^5.0.0",
151
+ "otpauth": "^9.0.0",
150
152
  "typeorm": "^1.0.0"
151
153
  },
152
154
  "peerDependenciesMeta": {
@@ -186,6 +188,12 @@
186
188
  "bcrypt": {
187
189
  "optional": true
188
190
  },
191
+ "otpauth": {
192
+ "optional": true
193
+ },
194
+ "@simplewebauthn/server": {
195
+ "optional": true
196
+ },
189
197
  "typeorm": {
190
198
  "optional": true
191
199
  }
@@ -229,6 +237,7 @@
229
237
  "@nestjs/testing": "^11.0.1",
230
238
  "@nestjs/typeorm": "^11.0.3",
231
239
  "@scalar/nestjs-api-reference": "^1.2.6",
240
+ "@simplewebauthn/server": "^13.3.2",
232
241
  "@types/bcrypt": "^6.0.0",
233
242
  "@types/jest": "^30.0.0",
234
243
  "@types/node": "^22.20.0",
@@ -239,6 +248,8 @@
239
248
  "globals": "^16.0.0",
240
249
  "husky": "^9.1.0",
241
250
  "jest": "^30.0.0",
251
+ "otpauth": "^9.5.1",
252
+ "otplib": "^13.4.1",
242
253
  "prettier": "^3.4.2",
243
254
  "reflect-metadata": "^0.2.2",
244
255
  "rxjs": "^7.8.1",