@forklaunch/implementation-worker-kafka 1.0.23 → 1.0.25
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.
|
@@ -28,7 +28,7 @@ module.exports = __toCommonJS(schemas_exports);
|
|
|
28
28
|
// domain/schemas/kafka.schema.ts
|
|
29
29
|
var import_internal = require("@forklaunch/internal");
|
|
30
30
|
|
|
31
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
31
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
32
32
|
var typebox_exports = {};
|
|
33
33
|
__export(typebox_exports, {
|
|
34
34
|
SchemaValidator: () => SchemaValidator,
|
|
@@ -68,7 +68,7 @@ __export(typebox_exports, {
|
|
|
68
68
|
});
|
|
69
69
|
__reExport(typebox_exports, require("@sinclair/typebox"));
|
|
70
70
|
|
|
71
|
-
// ../../../node_modules/.pnpm/@forklaunch+common@1.2.
|
|
71
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@1.2.16/node_modules/@forklaunch/common/lib/index.mjs
|
|
72
72
|
function deepCloneWithoutUndefined(obj, seen = /* @__PURE__ */ new WeakMap()) {
|
|
73
73
|
if (obj === null || obj === void 0) {
|
|
74
74
|
return obj;
|
|
@@ -146,9 +146,10 @@ var InMemoryBlob = class extends Blob {
|
|
|
146
146
|
super([content]);
|
|
147
147
|
this.content = content;
|
|
148
148
|
}
|
|
149
|
+
content;
|
|
149
150
|
};
|
|
150
151
|
|
|
151
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
152
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
152
153
|
var import_typebox = require("@sinclair/typebox");
|
|
153
154
|
var import_compiler = require("@sinclair/typebox/compiler");
|
|
154
155
|
var import_errors = require("@sinclair/typebox/errors");
|
|
@@ -736,7 +737,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
736
737
|
peekCount: number
|
|
737
738
|
};
|
|
738
739
|
|
|
739
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
740
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
740
741
|
var import_v3 = require("zod/v3");
|
|
741
742
|
|
|
742
743
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -786,7 +787,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
786
787
|
return result;
|
|
787
788
|
};
|
|
788
789
|
|
|
789
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
790
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
790
791
|
var import_v32 = require("zod/v3");
|
|
791
792
|
function extendApi(schema, schemaObject = {}) {
|
|
792
793
|
const This = schema.constructor;
|
|
@@ -19,7 +19,7 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
|
|
|
19
19
|
// domain/schemas/kafka.schema.ts
|
|
20
20
|
import { serviceSchemaResolver } from "@forklaunch/internal";
|
|
21
21
|
|
|
22
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
22
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
23
23
|
var typebox_exports = {};
|
|
24
24
|
__export(typebox_exports, {
|
|
25
25
|
SchemaValidator: () => SchemaValidator,
|
|
@@ -60,7 +60,7 @@ __export(typebox_exports, {
|
|
|
60
60
|
__reExport(typebox_exports, typebox_star);
|
|
61
61
|
import * as typebox_star from "@sinclair/typebox";
|
|
62
62
|
|
|
63
|
-
// ../../../node_modules/.pnpm/@forklaunch+common@1.2.
|
|
63
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@1.2.16/node_modules/@forklaunch/common/lib/index.mjs
|
|
64
64
|
function deepCloneWithoutUndefined(obj, seen = /* @__PURE__ */ new WeakMap()) {
|
|
65
65
|
if (obj === null || obj === void 0) {
|
|
66
66
|
return obj;
|
|
@@ -138,9 +138,10 @@ var InMemoryBlob = class extends Blob {
|
|
|
138
138
|
super([content]);
|
|
139
139
|
this.content = content;
|
|
140
140
|
}
|
|
141
|
+
content;
|
|
141
142
|
};
|
|
142
143
|
|
|
143
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
144
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
144
145
|
import {
|
|
145
146
|
FormatRegistry,
|
|
146
147
|
Kind,
|
|
@@ -738,7 +739,7 @@ var KafkaWorkerOptionsSchema = {
|
|
|
738
739
|
peekCount: number
|
|
739
740
|
};
|
|
740
741
|
|
|
741
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
742
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
742
743
|
import {
|
|
743
744
|
z as z2,
|
|
744
745
|
ZodType
|
|
@@ -791,7 +792,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
791
792
|
return result;
|
|
792
793
|
};
|
|
793
794
|
|
|
794
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.
|
|
795
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@1.2.16/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
795
796
|
import { z } from "zod/v3";
|
|
796
797
|
function extendApi(schema, schemaObject = {}) {
|
|
797
798
|
const This = schema.constructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-kafka",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "Kafka implementation for forklaunch workers",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
"lib/**"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@forklaunch/core": "^1.
|
|
46
|
-
"@forklaunch/internal": "^1.2.
|
|
45
|
+
"@forklaunch/core": "^1.5.0",
|
|
46
|
+
"@forklaunch/internal": "^1.2.16",
|
|
47
47
|
"@sinclair/typebox": "^0.34.49",
|
|
48
48
|
"kafkajs": "^2.2.4",
|
|
49
49
|
"zod": "^4.3.6",
|
|
50
|
-
"@forklaunch/interfaces-worker": "1.0.
|
|
50
|
+
"@forklaunch/interfaces-worker": "1.0.23"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
53
|
+
"@typescript/native-preview": "7.0.0-dev.20260408.1",
|
|
54
54
|
"depcheck": "^1.4.7",
|
|
55
|
-
"eslint": "^10.
|
|
55
|
+
"eslint": "^10.2.0",
|
|
56
56
|
"prettier": "^3.8.1",
|
|
57
57
|
"typedoc": "^0.28.18",
|
|
58
|
-
"typescript-eslint": "^8.58.
|
|
58
|
+
"typescript-eslint": "^8.58.1"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsgo --noEmit && tsup producers/index.ts consumers/index.ts domain/schemas/index.ts domain/types/index.ts --format cjs,esm --no-splitting --dts --tsconfig tsconfig.json --out-dir lib --clean && if [ -f eject-package.bash ]; then pnpm package:eject; fi",
|