arvo-core 2.1.11 → 2.1.12

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -80,3 +80,7 @@
80
80
 
81
81
  - Refactored code implementation architecture for better maintainability
82
82
 
83
+ ## [2.1.12] - 2024-12-19
84
+
85
+ - Tested Snyk upgrade, added more test coverage and added support for redirectto in orchestrator subject generation in init factory function
86
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
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": {
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@opentelemetry/api": "^1.9.0",
50
- "@opentelemetry/core": "^1.27.0",
50
+ "@opentelemetry/core": "^1.28.0",
51
51
  "uuid": "^10.0.0",
52
52
  "zod": "^3.23.8",
53
53
  "zod-to-json-schema": "^3.23.5"