@os.io/nest-kit 0.0.2-alpha.10 → 0.0.2-alpha.3
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 +3 -25
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.3",
|
|
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,17 +139,13 @@
|
|
|
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",
|
|
143
142
|
"@nestjs/swagger": ">=7.0.0 <12.0.0",
|
|
144
143
|
"@nestjs/typeorm": ">=10.0.0 <12.0.0",
|
|
145
144
|
"@scalar/nestjs-api-reference": "^1.2.6",
|
|
146
|
-
"
|
|
147
|
-
"bcrypt": "^5.1.0",
|
|
145
|
+
"typeorm": "^1.0.0",
|
|
148
146
|
"cache-manager": "^6.0.0",
|
|
149
147
|
"cacheable": "^1.0.0",
|
|
150
|
-
"keyv": "^5.0.0"
|
|
151
|
-
"otpauth": "^9.0.0",
|
|
152
|
-
"typeorm": "^1.0.0"
|
|
148
|
+
"keyv": "^5.0.0"
|
|
153
149
|
},
|
|
154
150
|
"peerDependenciesMeta": {
|
|
155
151
|
"@keyv/redis": {
|
|
@@ -182,18 +178,6 @@
|
|
|
182
178
|
"keyv": {
|
|
183
179
|
"optional": true
|
|
184
180
|
},
|
|
185
|
-
"@nestjs/jwt": {
|
|
186
|
-
"optional": true
|
|
187
|
-
},
|
|
188
|
-
"bcrypt": {
|
|
189
|
-
"optional": true
|
|
190
|
-
},
|
|
191
|
-
"otpauth": {
|
|
192
|
-
"optional": true
|
|
193
|
-
},
|
|
194
|
-
"@simplewebauthn/server": {
|
|
195
|
-
"optional": true
|
|
196
|
-
},
|
|
197
181
|
"typeorm": {
|
|
198
182
|
"optional": true
|
|
199
183
|
}
|
|
@@ -232,24 +216,18 @@
|
|
|
232
216
|
"@nestjs/common": "^11.0.1",
|
|
233
217
|
"@nestjs/config": "^4.0.4",
|
|
234
218
|
"@nestjs/core": "^11.0.1",
|
|
235
|
-
"@nestjs/jwt": "^11.0.2",
|
|
236
219
|
"@nestjs/swagger": "^11.4.4",
|
|
237
220
|
"@nestjs/testing": "^11.0.1",
|
|
238
221
|
"@nestjs/typeorm": "^11.0.3",
|
|
239
222
|
"@scalar/nestjs-api-reference": "^1.2.6",
|
|
240
|
-
"@simplewebauthn/server": "^13.3.2",
|
|
241
|
-
"@types/bcrypt": "^6.0.0",
|
|
242
223
|
"@types/jest": "^30.0.0",
|
|
243
224
|
"@types/node": "^22.20.0",
|
|
244
|
-
"bcrypt": "^5.1.0",
|
|
245
225
|
"eslint": "^9.18.0",
|
|
246
226
|
"eslint-config-prettier": "^10.0.1",
|
|
247
227
|
"eslint-plugin-prettier": "^5.2.2",
|
|
248
228
|
"globals": "^16.0.0",
|
|
249
229
|
"husky": "^9.1.0",
|
|
250
230
|
"jest": "^30.0.0",
|
|
251
|
-
"otpauth": "^9.5.1",
|
|
252
|
-
"otplib": "^13.4.1",
|
|
253
231
|
"prettier": "^3.4.2",
|
|
254
232
|
"reflect-metadata": "^0.2.2",
|
|
255
233
|
"rxjs": "^7.8.1",
|