@russ-b/nestjs-common-tools 1.14.4 → 1.14.5
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": "@russ-b/nestjs-common-tools",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.5",
|
|
4
4
|
"description": "NestJS utility tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -100,8 +100,7 @@
|
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"class-transformer": "^0.5.1",
|
|
102
102
|
"class-validator": "^0.14.1",
|
|
103
|
-
"uuid": "^11.0.5"
|
|
104
|
-
"winston-loki": "^6.1.3"
|
|
103
|
+
"uuid": "^11.0.5"
|
|
105
104
|
},
|
|
106
105
|
"peerDependencies": {
|
|
107
106
|
"@aws-sdk/client-s3": "^3.0.0",
|
|
@@ -112,7 +111,8 @@
|
|
|
112
111
|
"nest-winston": "^1.10.2",
|
|
113
112
|
"typeorm": "^0.3.20",
|
|
114
113
|
"winston": "^3.17.0",
|
|
115
|
-
"winston-transport": "^4.9.0"
|
|
114
|
+
"winston-transport": "^4.9.0",
|
|
115
|
+
"winston-loki": "^6.1.3"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@eslint/eslintrc": "^3.2.0",
|