@bts-soft/core 1.2.5 → 1.2.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ It bundles and re-exports all common utilities and modules used across different
|
|
|
17
17
|
## Included Packages
|
|
18
18
|
|
|
19
19
|
- [@bts-soft/validation]([@bts-soft/validation - npm](https://www.npmjs.com/package/@bts-soft/validation)) — Input validation utilities & decorators
|
|
20
|
-
- [@bts-soft/upload]([@bts-soft/
|
|
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
22
|
- [@bts-soft/config]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/config)) — Environment & configuration management
|
|
23
23
|
|
|
@@ -43,9 +43,9 @@ Visit each module’s documentation for details and advanced usage examples:
|
|
|
43
43
|
|
|
44
44
|
- [Validation Documentation]([@bts-soft/validation - npm](https://www.npmjs.com/package/@bts-soft/validation))
|
|
45
45
|
|
|
46
|
-
- [Upload Documentation]([@bts-soft/
|
|
46
|
+
- [Upload Documentation]([@bts-soft/upload - npm](https://www.npmjs.com/package/@bts-soft/upload))
|
|
47
47
|
|
|
48
48
|
- [Mail Queue Documentation]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/mail-queue))
|
|
49
49
|
|
|
50
|
-
- [Config Documentation]([@bts-soft/
|
|
50
|
+
- [Config Documentation]([@bts-soft/config - npm](https://www.npmjs.com/package/@bts-soft/config))
|
|
51
51
|
|