arvo-event-handler 2.1.12 → 2.2.0

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 CHANGED
@@ -35,3 +35,7 @@
35
35
  ## [2.1.4] - 2024-12-19
36
36
 
37
37
  - Updated the opentelemetry core version and arvo core versions
38
+ ## [2.2.0] - 2024-12-25
39
+
40
+ - Stable release for arvo event handler version 2
41
+
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  [![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
2
2
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SaadAhmad123_arvo-event-handler&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
3
-
4
3
  # Arvo
5
4
 
6
5
  ## What is Arvo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-event-handler",
3
- "version": "2.1.12",
3
+ "version": "2.2.0",
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": {
@@ -43,6 +43,7 @@
43
43
  "ts-node": "^10.9.2",
44
44
  "typedoc": "^0.26.6",
45
45
  "typedoc-github-theme": "^0.1.2",
46
+ "typedoc-plugin-coverage": "^3.4.0",
46
47
  "typedoc-plugin-mermaid": "^1.12.0",
47
48
  "typedoc-plugin-zod": "^1.2.1",
48
49
  "typescript": "^5.5.4"
@@ -50,7 +51,7 @@
50
51
  "dependencies": {
51
52
  "@opentelemetry/api": "^1.9.0",
52
53
  "@opentelemetry/core": "^1.28.0",
53
- "arvo-core": "^2.1.15",
54
+ "arvo-core": "^2.2.0",
54
55
  "uuid": "^10.0.0",
55
56
  "zod": "^3.23.8"
56
57
  }