arvo-core 2.2.9 → 2.2.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -96,3 +96,7 @@
96
96
 
97
97
  - Added better README.md docs and streamlined ArvoEventFactory subject field behaviour
98
98
 
99
+ ## [2.2.10] - 2025-01-29
100
+
101
+ - Updated dependency versions to latest
102
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@opentelemetry/api": "^1.9.0",
44
- "@opentelemetry/core": "^1.28.0",
44
+ "@opentelemetry/core": "^1.30.1",
45
45
  "pako": "^2.1.0",
46
- "uuid": "^10.0.0",
47
- "zod": "^3.23.8",
48
- "zod-to-json-schema": "^3.23.5"
46
+ "uuid": "^11.0.5",
47
+ "zod": "^3.24.1",
48
+ "zod-to-json-schema": "^3.24.1"
49
49
  }
50
50
  }