arvo-core 1.1.18 → 1.1.20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "arvo-core",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.20",
|
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,6 +47,7 @@
|
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@opentelemetry/api": "^1.9.0",
|
50
|
+
"@opentelemetry/core": "^1.27.0",
|
50
51
|
"uuid": "^10.0.0",
|
51
52
|
"zod": "^3.23.8",
|
52
53
|
"zod-to-json-schema": "^3.23.2"
|