@forklaunch/implementation-worker-bullmq 0.7.1 → 0.7.3

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/bullMqWorker.schema.ts
29
29
  var import_internal = require("@forklaunch/internal");
30
30
 
31
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
31
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/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@0.6.13/node_modules/@forklaunch/common/lib/index.mjs
71
+ // ../../../node_modules/.pnpm/@forklaunch+common@0.6.14/node_modules/@forklaunch/common/lib/index.mjs
72
72
  var InMemoryBlob = class extends Blob {
73
73
  constructor(content) {
74
74
  super([content]);
@@ -76,7 +76,7 @@ var InMemoryBlob = class extends Blob {
76
76
  }
77
77
  };
78
78
 
79
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
79
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
80
80
  var import_typebox = require("@sinclair/typebox");
81
81
  var import_compiler = require("@sinclair/typebox/compiler");
82
82
  var import_errors = require("@sinclair/typebox/errors");
@@ -616,7 +616,7 @@ var BullMqWorkerOptionsSchema = {
616
616
  interval: number
617
617
  };
618
618
 
619
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
619
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
620
620
  var import_v3 = require("zod/v3");
621
621
 
622
622
  // ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
@@ -666,7 +666,7 @@ merge.withOptions = (options, ...objects) => {
666
666
  return result;
667
667
  };
668
668
 
669
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
669
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
670
670
  var import_v32 = require("zod/v3");
671
671
  function extendApi(schema, schemaObject = {}) {
672
672
  const This = schema.constructor;
@@ -19,7 +19,7 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
19
19
  // domain/schemas/bullMqWorker.schema.ts
20
20
  import { serviceSchemaResolver } from "@forklaunch/internal";
21
21
 
22
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
22
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/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@0.6.13/node_modules/@forklaunch/common/lib/index.mjs
63
+ // ../../../node_modules/.pnpm/@forklaunch+common@0.6.14/node_modules/@forklaunch/common/lib/index.mjs
64
64
  var InMemoryBlob = class extends Blob {
65
65
  constructor(content) {
66
66
  super([content]);
@@ -68,7 +68,7 @@ var InMemoryBlob = class extends Blob {
68
68
  }
69
69
  };
70
70
 
71
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
71
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
72
72
  import {
73
73
  FormatRegistry,
74
74
  Kind,
@@ -617,7 +617,7 @@ var BullMqWorkerOptionsSchema = {
617
617
  interval: number
618
618
  };
619
619
 
620
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
620
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
621
621
  import {
622
622
  z as z2,
623
623
  ZodType
@@ -670,7 +670,7 @@ merge.withOptions = (options, ...objects) => {
670
670
  return result;
671
671
  };
672
672
 
673
- // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.13/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
673
+ // ../../../node_modules/.pnpm/@forklaunch+validator@0.10.14/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
674
674
  import { z } from "zod/v3";
675
675
  function extendApi(schema, schemaObject = {}) {
676
676
  const This = schema.constructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/implementation-worker-bullmq",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "BullMQ 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": "^0.15.2",
46
- "@forklaunch/internal": "^0.3.13",
45
+ "@forklaunch/core": "^0.15.3",
46
+ "@forklaunch/internal": "^0.3.14",
47
47
  "@sinclair/typebox": "^0.34.41",
48
- "bullmq": "^5.58.7",
48
+ "bullmq": "^5.59.0",
49
49
  "zod": "^4.1.11",
50
- "@forklaunch/interfaces-worker": "0.6.1"
50
+ "@forklaunch/interfaces-worker": "0.6.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@typescript/native-preview": "7.0.0-dev.20250924.1",
53
+ "@typescript/native-preview": "7.0.0-dev.20250930.1",
54
54
  "depcheck": "^1.4.7",
55
55
  "eslint": "^9.36.0",
56
56
  "prettier": "^3.6.2",
57
57
  "typedoc": "^0.28.13",
58
- "typescript-eslint": "^8.44.1"
58
+ "typescript-eslint": "^8.45.0"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "tsc --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",