service-bridge 1.1.1-dev.30 → 1.6.0-dev.32

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 (3) hide show
  1. package/README.md +84 -6
  2. package/dist/index.js +483 -384
  3. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-bridge",
3
- "version": "1.1.1-dev.30",
3
+ "version": "1.6.0-dev.32",
4
4
  "type": "module",
5
5
  "description": "ServiceBridge SDK for Node.js — production-ready RPC, durable events, workflows, jobs, and distributed tracing. One Go runtime + PostgreSQL replaces Istio, RabbitMQ, Temporal, and Jaeger.",
6
6
  "keywords": [
@@ -102,7 +102,7 @@
102
102
  "protobufjs": "^8.0.0"
103
103
  },
104
104
  "peerDependencies": {
105
- "express": ">=4.0.0",
105
+ "express": "",
106
106
  "fastify": ">=4.0.0"
107
107
  },
108
108
  "peerDependenciesMeta": {
@@ -116,8 +116,9 @@
116
116
  "devDependencies": {
117
117
  "@biomejs/biome": "^2.4.5",
118
118
  "@types/bun": "latest",
119
- "@types/express": "^4.17.21",
119
+ "@types/express": "^5.0.6",
120
120
  "@types/node": "^20.0.0",
121
+ "express": "^4.21.2",
121
122
  "fastify": "^4.29.0",
122
123
  "typescript": "^5.3.0"
123
124
  }