@crossdelta/platform-sdk 0.3.38 → 0.3.39
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ my-platform/
|
|
|
156
156
|
|
|
157
157
|
## ⚡ Event-Driven Architecture
|
|
158
158
|
|
|
159
|
-
Every workspace includes **NATS + JetStream** for event-driven microservices communication using **[`@crossdelta/cloudevents`](https://
|
|
159
|
+
Every workspace includes **NATS + JetStream** for event-driven microservices communication using **[`@crossdelta/cloudevents`](https://www.npmjs.com/package/@crossdelta/cloudevents)**:
|
|
160
160
|
|
|
161
161
|
- 🎯 **Type-safe event handlers** with Zod schemas
|
|
162
162
|
- 🔄 **Auto-discovery** of event handlers (`*.event.ts` files)
|