@bts-soft/core 1.3.8 → 1.4.9
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 +2 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ It bundles and re-exports all common utilities and modules used across different
|
|
|
19
19
|
- [@bts-soft/validation]([@bts-soft/validation - npm](https://www.npmjs.com/package/@bts-soft/validation)) — Input validation utilities & decorators
|
|
20
20
|
- [@bts-soft/upload]([@bts-soft/upload - npm](https://www.npmjs.com/package/@bts-soft/upload)) — File upload middleware (GraphQL & REST)
|
|
21
21
|
- [@bts-soft/mail-queue]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/mail-queue)) — Email queue handling with BullMQ
|
|
22
|
-
- [@bts-soft/
|
|
22
|
+
- [@bts-soft/cache]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/cache)) — cache module with redis
|
|
23
23
|
|
|
24
24
|
---
|
|
25
25
|
|
|
@@ -47,7 +47,7 @@ Visit each module’s documentation for details and advanced usage examples:
|
|
|
47
47
|
|
|
48
48
|
- [Mail Queue Documentation]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/mail-queue))
|
|
49
49
|
|
|
50
|
-
- [
|
|
50
|
+
- [cache Documentation]([@bts-soft/cache - npm](https://www.npmjs.com/package/@bts-soft/cache))
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
## Contact
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bts-soft/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.9",
|
|
4
4
|
"author": "Omar Sabry",
|
|
5
5
|
"description": "All bts-soft packages",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"@bts-soft/cache": "^1.0.1",
|
|
14
14
|
"@bts-soft/mail-queue": "^1.1.5",
|
|
15
15
|
"@bts-soft/upload": "^1.1.5",
|
|
16
|
+
"@bts-soft/common":"1.0.0",
|
|
16
17
|
"@bts-soft/validation": "^1.0.1"
|
|
17
18
|
},
|
|
18
19
|
"peerDependencies": {
|