@triproject/nestjs-core 1.0.33 → 1.0.35

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 +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triproject/nestjs-core",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "description": "A collection of NestJS modules and utilities to speed up development.",
@@ -91,7 +91,7 @@
91
91
  "@nestjs/sequelize": "^11.0.1",
92
92
  "@nestjs/swagger": "^11.2.4",
93
93
  "@nestjs/throttler": "^6.5.0",
94
- "@triproject/helpers": "^1.1.23",
94
+ "@triproject/helpers": "^1.1.24",
95
95
  "amqp-connection-manager": "^5.0.0",
96
96
  "amqplib": "^0.10.9",
97
97
  "axios": "^1.13.2",
@@ -197,6 +197,9 @@
197
197
  }
198
198
  },
199
199
  "devDependencies": {
200
+ "@nestjs/cli": "^11.0.14",
201
+ "@nestjs/schematics": "^11.0.9",
202
+ "@nestjs/testing": "^11.1.11",
200
203
  "@nestjs/platform-express": "^11.1.11",
201
204
  "@aws-sdk/client-cloudwatch-logs": "^3.962.0",
202
205
  "@aws-sdk/client-s3": "^3.962.0",
@@ -212,7 +215,7 @@
212
215
  "@nestjs/throttler": "^6.5.0",
213
216
  "@swc/cli": "^0.7.9",
214
217
  "@swc/core": "^1.15.8",
215
- "@triproject/helpers": "^1.1.23",
218
+ "@triproject/helpers": "^1.1.24",
216
219
  "@types/amqp-connection-manager": "^3.4.5",
217
220
  "@types/amqplib": "^0.10.8",
218
221
  "@types/cookie-parser": "^1.4.10",