arvo-core 1.1.12 → 1.1.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
var schema_1 = require("./schema");
|
27
|
-
var zlib = __importStar(require("zlib"));
|
27
|
+
var zlib = __importStar(require("node:zlib"));
|
28
28
|
var utils_1 = require("../utils");
|
29
29
|
var uuid_1 = require("uuid");
|
30
30
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "arvo-core",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.13",
|
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": {
|
@@ -48,7 +48,6 @@
|
|
48
48
|
"dependencies": {
|
49
49
|
"@opentelemetry/api": "^1.9.0",
|
50
50
|
"uuid": "^10.0.0",
|
51
|
-
"zlib": "^1.0.5",
|
52
51
|
"zod": "^3.23.8",
|
53
52
|
"zod-to-json-schema": "^3.23.2"
|
54
53
|
}
|