service-bridge 1.8.0-dev.35 → 1.8.1-dev.36
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](https://nodejs.org/)
|
|
9
9
|
|
|
10
|
-
**The
|
|
10
|
+
**The unified runtime for microservices — RPC, events, workflows, jobs, and observability without a mesh.**
|
|
11
11
|
|
|
12
|
-
Node.js SDK for [ServiceBridge](https://servicebridge.dev) —
|
|
12
|
+
Node.js SDK for [ServiceBridge](https://servicebridge.dev) — direct gRPC between workers with zero proxy hops; durable events, background jobs, long-running workflows, and distributed tracing in one SDK. Full mesh with circuit breakers, auto mTLS, and hot-reload transport config. Node, Python, and Go — one identical API. One Go runtime and PostgreSQL.
|
|
13
13
|
|
|
14
14
|
```
|
|
15
15
|
┌─────────────────────────────────────────────────────────────────┐
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-bridge",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1-dev.36",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "ServiceBridge SDK for Node.js —
|
|
5
|
+
"description": "ServiceBridge SDK for Node.js — one self-hosted runtime for RPC, events, workflows, and jobs without a service mesh or sidecars. Direct gRPC between workers; durable events, jobs, tracing, auto mTLS. One Go runtime + PostgreSQL.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"servicebridge",
|
|
8
8
|
"service-bridge",
|