@naman_deep_singh/communication-core 1.0.0 → 1.2.0
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 -0
- package/package.json +4 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naman_deep_singh/communication-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Core interfaces and abstract classes for building a comprehensive service-to-service communication layer with protocols, resilience patterns, service discovery, and load balancing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"typescript": "^5.9.3"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@naman_deep_singh/errors": "^2.3.
|
|
75
|
-
"@naman_deep_singh/http-response": "^3.3.
|
|
76
|
-
"@naman_deep_singh/utils": "^2.6.
|
|
74
|
+
"@naman_deep_singh/errors": "^2.3.1",
|
|
75
|
+
"@naman_deep_singh/http-response": "^3.3.2",
|
|
76
|
+
"@naman_deep_singh/utils": "^2.6.2",
|
|
77
77
|
"@types/node": "^25.0.1"
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": {
|