arvo-core 3.0.21 → 3.0.22
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 +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-core)
|
|
2
2
|
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-core)
|
|
3
3
|
|
|
4
|
-
# Arvo - A toolkit for event driven
|
|
4
|
+
# Arvo - A toolkit for event driven applications (arvo-core)
|
|
5
5
|
|
|
6
|
-
The foundational package of, Arvo, a TypeScript toolkit for building event-driven applications that are distributed system-compliant. Arvo Core provides CloudEvents-compliant event primitives, type-safe contract validation, and OpenTelemetry observability without infrastructure lock-in.
|
|
6
|
+
The foundational package of, [Arvo](https://www.arvo.land/), a TypeScript toolkit for building event-driven applications that are distributed system-compliant. Arvo Core provides CloudEvents-compliant event primitives, type-safe contract validation, and OpenTelemetry observability without infrastructure lock-in.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Arvo Core gives you three essential building blocks for event-driven architecture:
|
|
8
|
+
This package gives you three essential building blocks for event-driven architecture:
|
|
11
9
|
|
|
12
10
|
**ArvoEvent** - CloudEvents-compliant event primitives with built-in validation, tracing, and execution cost tracking.
|
|
13
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arvo-core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"description": "The core Arvo package which provides application tier core primitives and contract system for building production-grade event-driven application. Provides ArvoEvent (CloudEvents-compliant), ArvoContract for type-safe service interfaces, event factories, OpenTelemetry integration, and orchestration utilities - enabling infrastructure-agnostic, composable, and observable distributed systems-compliant applications.",
|
|
6
6
|
"repository": {
|