@bts-soft/core 1.2.6 → 1.2.7
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 +17 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,4 +48,20 @@ Visit each module’s documentation for details and advanced usage examples:
|
|
|
48
48
|
- [Mail Queue Documentation]([@bts-soft/mail-queue - npm](https://www.npmjs.com/package/@bts-soft/mail-queue))
|
|
49
49
|
|
|
50
50
|
- [Config Documentation]([@bts-soft/config - npm](https://www.npmjs.com/package/@bts-soft/config))
|
|
51
|
-
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## Contact
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
**Author:** Omar Sabry
|
|
57
|
+
|
|
58
|
+
**Email:** [omar.sabry.dev@gmail.com](mailto:omar.sabry.dev@gmail.com)
|
|
59
|
+
|
|
60
|
+
**LinkedIn:** [Omar Sabry | LinkedIn](https://www.linkedin.com/in/omarsa6ry/)
|
|
61
|
+
|
|
62
|
+
Portfolio: [Portfolio](https://omarsabry.netlify.app/)
|
|
63
|
+
|
|
64
|
+
## Repository
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
**GitHub:** [GitHub Repo](https://github.com/Omar-Sa6ry/bts-soft/tree/main/packages/core)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bts-soft/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"author": "Omar Sabry",
|
|
5
5
|
"description": "All bts-soft packages",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@bts-soft/mail-queue": "^1.
|
|
10
|
+
"@bts-soft/mail-queue": "^1.1.5",
|
|
11
11
|
"@bts-soft/upload": "^1.1.1",
|
|
12
12
|
"@bts-soft/validation":"^1.0.0"
|
|
13
13
|
},
|