@triproject/nestjs-core 1.0.32 → 1.0.34
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triproject/nestjs-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "A collection of NestJS modules and utilities to speed up development.",
|
|
@@ -162,9 +162,6 @@
|
|
|
162
162
|
"qrcode": {
|
|
163
163
|
"optional": true
|
|
164
164
|
},
|
|
165
|
-
"redis": {
|
|
166
|
-
"optional": true
|
|
167
|
-
},
|
|
168
165
|
"sequelize": {
|
|
169
166
|
"optional": true
|
|
170
167
|
},
|
|
@@ -200,6 +197,9 @@
|
|
|
200
197
|
}
|
|
201
198
|
},
|
|
202
199
|
"devDependencies": {
|
|
200
|
+
"@nestjs/cli": "^11.0.14",
|
|
201
|
+
"@nestjs/schematics": "^11.0.9",
|
|
202
|
+
"@nestjs/testing": "^11.1.11",
|
|
203
203
|
"@nestjs/platform-express": "^11.1.11",
|
|
204
204
|
"@aws-sdk/client-cloudwatch-logs": "^3.962.0",
|
|
205
205
|
"@aws-sdk/client-s3": "^3.962.0",
|