@forklaunch/implementation-worker-kafka 0.3.0 → 0.3.1
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/lib/schemas/index.js +8 -8
- package/lib/schemas/index.mjs +8 -8
- package/package.json +16 -12
package/lib/schemas/index.js
CHANGED
|
@@ -79,9 +79,9 @@ var require_cjs = __commonJS({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
|
|
82
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
82
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js
|
|
83
83
|
var require_zod_openapi = __commonJS({
|
|
84
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
84
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js"(exports2) {
|
|
85
85
|
"use strict";
|
|
86
86
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87
87
|
exports2.generateSchema = exports2.extendApi = void 0;
|
|
@@ -409,9 +409,9 @@ var require_zod_openapi = __commonJS({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
|
|
412
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
412
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js
|
|
413
413
|
var require_zod_extensions = __commonJS({
|
|
414
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
414
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js"(exports2) {
|
|
415
415
|
"use strict";
|
|
416
416
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
417
417
|
exports2.extendZodWithOpenApi = void 0;
|
|
@@ -428,9 +428,9 @@ var require_zod_extensions = __commonJS({
|
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
|
|
431
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
431
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js
|
|
432
432
|
var require_src = __commonJS({
|
|
433
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
433
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js"(exports2) {
|
|
434
434
|
"use strict";
|
|
435
435
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
436
436
|
if (k2 === void 0) k2 = k;
|
|
@@ -480,7 +480,7 @@ var InMemoryFile = class extends File {
|
|
|
480
480
|
}
|
|
481
481
|
};
|
|
482
482
|
|
|
483
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
483
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
484
484
|
var import_typebox = require("@sinclair/typebox");
|
|
485
485
|
var import_compiler = require("@sinclair/typebox/compiler");
|
|
486
486
|
var import_errors = require("@sinclair/typebox/errors");
|
|
@@ -992,7 +992,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
992
992
|
peekCount: number
|
|
993
993
|
};
|
|
994
994
|
|
|
995
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
995
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
996
996
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
997
997
|
var import_zod = require("zod");
|
|
998
998
|
(0, import_zod_openapi.extendZodWithOpenApi)(import_zod.z);
|
package/lib/schemas/index.mjs
CHANGED
|
@@ -79,9 +79,9 @@ var require_cjs = __commonJS({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
|
|
82
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
82
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js
|
|
83
83
|
var require_zod_openapi = __commonJS({
|
|
84
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
84
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js"(exports) {
|
|
85
85
|
"use strict";
|
|
86
86
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87
87
|
exports.generateSchema = exports.extendApi = void 0;
|
|
@@ -409,9 +409,9 @@ var require_zod_openapi = __commonJS({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
|
|
412
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
412
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js
|
|
413
413
|
var require_zod_extensions = __commonJS({
|
|
414
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
414
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js"(exports) {
|
|
415
415
|
"use strict";
|
|
416
416
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
417
417
|
exports.extendZodWithOpenApi = void 0;
|
|
@@ -428,9 +428,9 @@ var require_zod_extensions = __commonJS({
|
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
|
|
431
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
431
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js
|
|
432
432
|
var require_src = __commonJS({
|
|
433
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
433
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js"(exports) {
|
|
434
434
|
"use strict";
|
|
435
435
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
436
436
|
if (k2 === void 0) k2 = k;
|
|
@@ -473,7 +473,7 @@ var InMemoryFile = class extends File {
|
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
476
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
477
477
|
import {
|
|
478
478
|
FormatRegistry,
|
|
479
479
|
Kind,
|
|
@@ -994,7 +994,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
994
994
|
peekCount: number
|
|
995
995
|
};
|
|
996
996
|
|
|
997
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
997
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
998
998
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
999
999
|
import {
|
|
1000
1000
|
z,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-kafka",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Kafka implementation for forklaunch workers",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -15,34 +15,38 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
"./consumers": {
|
|
17
17
|
"types": "./lib/consumers/index.d.ts",
|
|
18
|
-
"import": "./lib/consumers/index.
|
|
19
|
-
"require": "./lib/consumers/index.js"
|
|
18
|
+
"import": "./lib/consumers/index.mjs",
|
|
19
|
+
"require": "./lib/consumers/index.js",
|
|
20
|
+
"default": "./lib/consumers/index.js"
|
|
20
21
|
},
|
|
21
22
|
"./producers": {
|
|
22
23
|
"types": "./lib/producers/index.d.ts",
|
|
23
|
-
"import": "./lib/producers/index.
|
|
24
|
-
"require": "./lib/producers/index.js"
|
|
24
|
+
"import": "./lib/producers/index.mjs",
|
|
25
|
+
"require": "./lib/producers/index.js",
|
|
26
|
+
"default": "./lib/producers/index.js"
|
|
25
27
|
},
|
|
26
28
|
"./schemas": {
|
|
27
29
|
"types": "./lib/schemas/index.d.ts",
|
|
28
|
-
"import": "./lib/schemas/index.
|
|
29
|
-
"require": "./lib/schemas/index.js"
|
|
30
|
+
"import": "./lib/schemas/index.mjs",
|
|
31
|
+
"require": "./lib/schemas/index.js",
|
|
32
|
+
"default": "./lib/schemas/index.js"
|
|
30
33
|
},
|
|
31
34
|
"./types": {
|
|
32
35
|
"types": "./lib/types/index.d.ts",
|
|
33
|
-
"import": "./lib/types/index.
|
|
34
|
-
"require": "./lib/types/index.js"
|
|
36
|
+
"import": "./lib/types/index.mjs",
|
|
37
|
+
"require": "./lib/types/index.js",
|
|
38
|
+
"default": "./lib/types/index.js"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"files": [
|
|
38
42
|
"lib/**"
|
|
39
43
|
],
|
|
40
44
|
"dependencies": {
|
|
41
|
-
"@forklaunch/core": "^0.9.
|
|
45
|
+
"@forklaunch/core": "^0.9.15",
|
|
42
46
|
"@sinclair/typebox": "^0.34.33",
|
|
43
47
|
"kafkajs": "^2.2.4",
|
|
44
|
-
"zod": "^3.25.
|
|
45
|
-
"@forklaunch/interfaces-worker": "0.2.
|
|
48
|
+
"zod": "^3.25.63",
|
|
49
|
+
"@forklaunch/interfaces-worker": "0.2.1"
|
|
46
50
|
},
|
|
47
51
|
"devDependencies": {
|
|
48
52
|
"@typescript/native-preview": "7.0.0-dev.20250611.1",
|