arvo-event-handler 2.1.3 → 2.1.4
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/CHANGELOG.md +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
## [2.1.1] - 2024-12-10
|
|
32
32
|
|
|
33
33
|
- Updated the telemetry implementation to be more streamlined, fixed some minor bugs and added better telemetry logging
|
|
34
|
-
|
|
34
|
+
|
|
35
|
+
## [2.1.4] - 2024-12-19
|
|
35
36
|
|
|
36
37
|
- Updated the opentelemetry core version and arvo core versions
|
|
37
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arvo-event-handler",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Type-safe event handler system with versioning, telemetry, and contract validation for distributed Arvo event-driven architectures, featuring routing and multi-handler support.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@opentelemetry/api": "^1.9.0",
|
|
52
52
|
"@opentelemetry/core": "^1.28.0",
|
|
53
|
-
"arvo-core": "^2.1.
|
|
53
|
+
"arvo-core": "^2.1.14",
|
|
54
54
|
"uuid": "^10.0.0",
|
|
55
55
|
"zod": "^3.23.8"
|
|
56
56
|
}
|