@forklaunch/implementation-worker-bullmq 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/bullMqWorker.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');
|
|
@@ -665,7 +665,7 @@ var BullMqWorkerOptionsSchema = {
|
|
|
665
665
|
interval: number
|
|
666
666
|
};
|
|
667
667
|
|
|
668
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
668
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
669
669
|
var import_v3 = require('zod/v3');
|
|
670
670
|
|
|
671
671
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -727,7 +727,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
727
727
|
return result;
|
|
728
728
|
};
|
|
729
729
|
|
|
730
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
730
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
731
731
|
var import_v32 = require('zod/v3');
|
|
732
732
|
function extendApi(schema, schemaObject = {}) {
|
|
733
733
|
const This = schema.constructor;
|
|
@@ -25,7 +25,7 @@ var __reExport = (target, mod, secondTarget) => (
|
|
|
25
25
|
// domain/schemas/bullMqWorker.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 {
|
|
@@ -641,7 +641,7 @@ var BullMqWorkerOptionsSchema = {
|
|
|
641
641
|
interval: number
|
|
642
642
|
};
|
|
643
643
|
|
|
644
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
644
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
645
645
|
import { z as z2, ZodType } from 'zod/v3';
|
|
646
646
|
|
|
647
647
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -703,7 +703,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
703
703
|
return result;
|
|
704
704
|
};
|
|
705
705
|
|
|
706
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
706
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.3/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
707
707
|
import { z } from 'zod/v3';
|
|
708
708
|
function extendApi(schema, schemaObject = {}) {
|
|
709
709
|
const This = schema.constructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-bullmq",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "BullMQ 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
|
-
"bullmq": "^5.58.
|
|
49
|
-
"zod": "^4.1.
|
|
50
|
-
"@forklaunch/interfaces-worker": "0.
|
|
48
|
+
"bullmq": "^5.58.2",
|
|
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",
|