@os.io/nest-kit 0.0.2-alpha.5 → 0.0.2-alpha.7
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@os.io/nest-kit",
|
|
3
|
-
"version": "0.0.2-alpha.
|
|
3
|
+
"version": "0.0.2-alpha.7",
|
|
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,6 +139,7 @@
|
|
|
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",
|
|
@@ -179,6 +180,9 @@
|
|
|
179
180
|
"keyv": {
|
|
180
181
|
"optional": true
|
|
181
182
|
},
|
|
183
|
+
"@nestjs/jwt": {
|
|
184
|
+
"optional": true
|
|
185
|
+
},
|
|
182
186
|
"bcrypt": {
|
|
183
187
|
"optional": true
|
|
184
188
|
},
|
|
@@ -220,6 +224,7 @@
|
|
|
220
224
|
"@nestjs/common": "^11.0.1",
|
|
221
225
|
"@nestjs/config": "^4.0.4",
|
|
222
226
|
"@nestjs/core": "^11.0.1",
|
|
227
|
+
"@nestjs/jwt": "^11.0.2",
|
|
223
228
|
"@nestjs/swagger": "^11.4.4",
|
|
224
229
|
"@nestjs/testing": "^11.0.1",
|
|
225
230
|
"@nestjs/typeorm": "^11.0.3",
|