@flusys/nestjs-shared 4.0.0-rc → 4.0.1
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/README.md +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Shared Package Guide
|
|
2
2
|
|
|
3
3
|
> **Package:** `@flusys/nestjs-shared`
|
|
4
|
-
> **Version:**
|
|
4
|
+
> **Version:** 4.0.1
|
|
5
5
|
> **Type:** Shared NestJS utilities, classes, decorators, guards, and modules
|
|
6
6
|
|
|
7
7
|
This comprehensive guide covers the shared package - the shared NestJS infrastructure layer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusys/nestjs-shared",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Common shared utilities for Flusys NestJS applications",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "fesm/index.js",
|
|
@@ -107,9 +107,11 @@
|
|
|
107
107
|
"keyv": "^5.0.0",
|
|
108
108
|
"typeorm": "^0.3.0",
|
|
109
109
|
"winston": "^3.0.0",
|
|
110
|
-
"winston-daily-rotate-file": "^5.0.0"
|
|
110
|
+
"winston-daily-rotate-file": "^5.0.0",
|
|
111
|
+
"express": "^4.18.0",
|
|
112
|
+
"rxjs": "^7.8.0"
|
|
111
113
|
},
|
|
112
114
|
"dependencies": {
|
|
113
|
-
"@flusys/nestjs-core": "4.0.
|
|
115
|
+
"@flusys/nestjs-core": "4.0.1"
|
|
114
116
|
}
|
|
115
117
|
}
|