@naman_deep_singh/communication-core 1.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @naman_deep_singh/communication-core
2
2
 
3
- **Version - 1.0.1**
3
+ **Version** - 1.2.0
4
4
 
5
5
  > Core interfaces and abstract classes for building a comprehensive service-to-service communication layer in TypeScript
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naman_deep_singh/communication-core",
3
- "version": "1.0.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.0",
74
+ "@naman_deep_singh/errors": "^2.3.1",
75
75
  "@naman_deep_singh/http-response": "^3.3.2",
76
- "@naman_deep_singh/utils": "^2.6.1",
76
+ "@naman_deep_singh/utils": "^2.6.2",
77
77
  "@types/node": "^25.0.1"
78
78
  },
79
79
  "publishConfig": {