@forklaunch/implementation-worker-redis 0.5.1 → 0.5.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/redisWorker.schema.ts
|
|
29
29
|
var import_internal = require("@forklaunch/internal");
|
|
30
30
|
|
|
31
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
31
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/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.
|
|
71
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.5.1/node_modules/@forklaunch/common/lib/index.mjs
|
|
72
72
|
var InMemoryBlob = class extends Blob {
|
|
73
73
|
constructor(content) {
|
|
74
74
|
super([Buffer.from(content)]);
|
|
@@ -76,7 +76,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
79
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/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");
|
|
@@ -583,7 +583,7 @@ var RedisWorkerOptionsSchema = {
|
|
|
583
583
|
interval: number
|
|
584
584
|
};
|
|
585
585
|
|
|
586
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
586
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
587
587
|
var import_v3 = require("zod/v3");
|
|
588
588
|
|
|
589
589
|
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
@@ -633,7 +633,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
633
633
|
return result;
|
|
634
634
|
};
|
|
635
635
|
|
|
636
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
636
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
637
637
|
var import_v32 = require("zod/v3");
|
|
638
638
|
function extendApi(schema, schemaObject = {}) {
|
|
639
639
|
const This = schema.constructor;
|
|
@@ -19,7 +19,7 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
|
|
|
19
19
|
// domain/schemas/redisWorker.schema.ts
|
|
20
20
|
import { serviceSchemaResolver } from "@forklaunch/internal";
|
|
21
21
|
|
|
22
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
22
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/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.
|
|
63
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.5.1/node_modules/@forklaunch/common/lib/index.mjs
|
|
64
64
|
var InMemoryBlob = class extends Blob {
|
|
65
65
|
constructor(content) {
|
|
66
66
|
super([Buffer.from(content)]);
|
|
@@ -68,7 +68,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
71
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
72
72
|
import {
|
|
73
73
|
FormatRegistry,
|
|
74
74
|
Kind,
|
|
@@ -584,7 +584,7 @@ var RedisWorkerOptionsSchema = {
|
|
|
584
584
|
interval: number
|
|
585
585
|
};
|
|
586
586
|
|
|
587
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
587
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
588
588
|
import {
|
|
589
589
|
z as z2,
|
|
590
590
|
ZodType
|
|
@@ -637,7 +637,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
637
637
|
return result;
|
|
638
638
|
};
|
|
639
639
|
|
|
640
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.
|
|
640
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.9.1/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
641
641
|
import { z } from "zod/v3";
|
|
642
642
|
function extendApi(schema, schemaObject = {}) {
|
|
643
643
|
const This = schema.constructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-redis",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Redis implementation for forklaunch workers",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"lib/**"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@forklaunch/core": "^0.
|
|
46
|
-
"@forklaunch/internal": "^0.1
|
|
47
|
-
"@sinclair/typebox": "^0.34.
|
|
48
|
-
"zod": "^4.0.
|
|
49
|
-
"@forklaunch/interfaces-worker": "0.4.
|
|
45
|
+
"@forklaunch/core": "^0.13.1",
|
|
46
|
+
"@forklaunch/internal": "^0.2.1",
|
|
47
|
+
"@sinclair/typebox": "^0.34.40",
|
|
48
|
+
"zod": "^4.0.17",
|
|
49
|
+
"@forklaunch/interfaces-worker": "0.4.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
52
|
+
"@typescript/native-preview": "7.0.0-dev.20250821.1",
|
|
53
53
|
"depcheck": "^1.4.7",
|
|
54
|
-
"eslint": "^9.
|
|
54
|
+
"eslint": "^9.33.0",
|
|
55
55
|
"prettier": "^3.6.2",
|
|
56
|
-
"typedoc": "^0.28.
|
|
57
|
-
"typescript-eslint": "^8.
|
|
56
|
+
"typedoc": "^0.28.10",
|
|
57
|
+
"typescript-eslint": "^8.40.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"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",
|