@os.io/nest-kit 0.0.2-alpha.4 → 0.0.2-alpha.6

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 +14 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os.io/nest-kit",
3
- "version": "0.0.2-alpha.4",
3
+ "version": "0.0.2-alpha.6",
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",
@@ -139,13 +139,15 @@
139
139
  "@nestjs/common": ">=10.0.0 <12.0.0",
140
140
  "@nestjs/config": "^3.0.0 || ^4.0.0",
141
141
  "@nestjs/core": ">=10.0.0 <12.0.0",
142
+ "@nestjs/jwt": "^10.0.0 || ^11.0.0",
142
143
  "@nestjs/swagger": ">=7.0.0 <12.0.0",
143
144
  "@nestjs/typeorm": ">=10.0.0 <12.0.0",
144
145
  "@scalar/nestjs-api-reference": "^1.2.6",
145
- "typeorm": "^1.0.0",
146
+ "bcrypt": "^5.1.0",
146
147
  "cache-manager": "^6.0.0",
147
148
  "cacheable": "^1.0.0",
148
- "keyv": "^5.0.0"
149
+ "keyv": "^5.0.0",
150
+ "typeorm": "^1.0.0"
149
151
  },
150
152
  "peerDependenciesMeta": {
151
153
  "@keyv/redis": {
@@ -178,6 +180,12 @@
178
180
  "keyv": {
179
181
  "optional": true
180
182
  },
183
+ "@nestjs/jwt": {
184
+ "optional": true
185
+ },
186
+ "bcrypt": {
187
+ "optional": true
188
+ },
181
189
  "typeorm": {
182
190
  "optional": true
183
191
  }
@@ -216,12 +224,15 @@
216
224
  "@nestjs/common": "^11.0.1",
217
225
  "@nestjs/config": "^4.0.4",
218
226
  "@nestjs/core": "^11.0.1",
227
+ "@nestjs/jwt": "^11.0.2",
219
228
  "@nestjs/swagger": "^11.4.4",
220
229
  "@nestjs/testing": "^11.0.1",
221
230
  "@nestjs/typeorm": "^11.0.3",
222
231
  "@scalar/nestjs-api-reference": "^1.2.6",
232
+ "@types/bcrypt": "^6.0.0",
223
233
  "@types/jest": "^30.0.0",
224
234
  "@types/node": "^22.20.0",
235
+ "bcrypt": "^5.1.0",
225
236
  "eslint": "^9.18.0",
226
237
  "eslint-config-prettier": "^10.0.1",
227
238
  "eslint-plugin-prettier": "^5.2.2",