@triproject/nestjs-core 1.0.32 → 1.0.33

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 +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triproject/nestjs-core",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
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
  },