@forklaunch/implementation-worker-kafka 0.5.8 → 0.6.0
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.
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(schemas_exports);
|
|
|
35
35
|
// domain/schemas/kafka.schema.ts
|
|
36
36
|
var import_internal = require('@forklaunch/internal');
|
|
37
37
|
|
|
38
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
38
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
39
39
|
var typebox_exports = {};
|
|
40
40
|
__export(typebox_exports, {
|
|
41
41
|
SchemaValidator: () => SchemaValidator,
|
|
@@ -75,7 +75,7 @@ __export(typebox_exports, {
|
|
|
75
75
|
});
|
|
76
76
|
__reExport(typebox_exports, require('@sinclair/typebox'));
|
|
77
77
|
|
|
78
|
-
// ../../../node_modules/.pnpm/@forklaunch+common@0.
|
|
78
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.6.3/node_modules/@forklaunch/common/lib/index.mjs
|
|
79
79
|
var InMemoryBlob = class extends Blob {
|
|
80
80
|
constructor(content) {
|
|
81
81
|
super([content]);
|
|
@@ -83,7 +83,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
|
|
86
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
86
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
87
87
|
var import_typebox = require('@sinclair/typebox');
|
|
88
88
|
var import_compiler = require('@sinclair/typebox/compiler');
|
|
89
89
|
var import_errors = require('@sinclair/typebox/errors');
|
|
@@ -667,7 +667,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
667
667
|
peekCount: number
|
|
668
668
|
};
|
|
669
669
|
|
|
670
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
670
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
671
671
|
var import_v3 = require('zod/v3');
|
|
672
672
|
|
|
673
673
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -729,7 +729,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
729
729
|
return result;
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
732
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
733
733
|
var import_v32 = require('zod/v3');
|
|
734
734
|
function extendApi(schema, schemaObject = {}) {
|
|
735
735
|
const This = schema.constructor;
|
|
@@ -25,7 +25,7 @@ var __reExport = (target, mod, secondTarget) => (
|
|
|
25
25
|
// domain/schemas/kafka.schema.ts
|
|
26
26
|
import { serviceSchemaResolver } from '@forklaunch/internal';
|
|
27
27
|
|
|
28
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
28
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
29
29
|
var typebox_exports = {};
|
|
30
30
|
__export(typebox_exports, {
|
|
31
31
|
SchemaValidator: () => SchemaValidator,
|
|
@@ -66,7 +66,7 @@ __export(typebox_exports, {
|
|
|
66
66
|
__reExport(typebox_exports, typebox_star);
|
|
67
67
|
import * as typebox_star from '@sinclair/typebox';
|
|
68
68
|
|
|
69
|
-
// ../../../node_modules/.pnpm/@forklaunch+common@0.
|
|
69
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.6.3/node_modules/@forklaunch/common/lib/index.mjs
|
|
70
70
|
var InMemoryBlob = class extends Blob {
|
|
71
71
|
constructor(content) {
|
|
72
72
|
super([content]);
|
|
@@ -74,7 +74,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
77
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
78
78
|
import { FormatRegistry, Kind, KindGuard, Type } from '@sinclair/typebox';
|
|
79
79
|
import { TypeCheck, TypeCompiler } from '@sinclair/typebox/compiler';
|
|
80
80
|
import {
|
|
@@ -643,7 +643,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
643
643
|
peekCount: number
|
|
644
644
|
};
|
|
645
645
|
|
|
646
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
646
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
647
647
|
import { z as z2, ZodType } from 'zod/v3';
|
|
648
648
|
|
|
649
649
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -705,7 +705,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
705
705
|
return result;
|
|
706
706
|
};
|
|
707
707
|
|
|
708
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
708
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
709
709
|
import { z } from 'zod/v3';
|
|
710
710
|
function extendApi(schema, schemaObject = {}) {
|
|
711
711
|
const This = schema.constructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-kafka",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Kafka implementation for forklaunch workers",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"lib/**"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@forklaunch/core": "^0.
|
|
46
|
-
"@forklaunch/internal": "^0.
|
|
45
|
+
"@forklaunch/core": "^0.14.3",
|
|
46
|
+
"@forklaunch/internal": "^0.3.3",
|
|
47
47
|
"@sinclair/typebox": "^0.34.40",
|
|
48
48
|
"kafkajs": "^2.2.4",
|
|
49
|
-
"zod": "^4.1.
|
|
50
|
-
"@forklaunch/interfaces-worker": "0.
|
|
49
|
+
"zod": "^4.1.5",
|
|
50
|
+
"@forklaunch/interfaces-worker": "0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
53
|
+
"@typescript/native-preview": "7.0.0-dev.20250828.1",
|
|
54
54
|
"depcheck": "^1.4.7",
|
|
55
55
|
"eslint": "^9.34.0",
|
|
56
56
|
"prettier": "^3.6.2",
|