@forklaunch/implementation-worker-redis 0.8.4 → 0.8.5
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
|
-
//
|
|
31
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/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
|
-
//
|
|
71
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.6.21/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;
|
|
@@ -148,7 +148,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
148
148
|
}
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
//
|
|
151
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
152
152
|
var import_typebox = require("@sinclair/typebox");
|
|
153
153
|
var import_compiler = require("@sinclair/typebox/compiler");
|
|
154
154
|
var import_errors = require("@sinclair/typebox/errors");
|
|
@@ -733,10 +733,10 @@ var RedisWorkerOptionsSchema = {
|
|
|
733
733
|
interval: number
|
|
734
734
|
};
|
|
735
735
|
|
|
736
|
-
//
|
|
736
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
737
737
|
var import_v3 = require("zod/v3");
|
|
738
738
|
|
|
739
|
-
//
|
|
739
|
+
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
740
740
|
var isObject = (obj) => {
|
|
741
741
|
if (typeof obj === "object" && obj !== null) {
|
|
742
742
|
if (typeof Object.getPrototypeOf === "function") {
|
|
@@ -783,7 +783,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
783
783
|
return result;
|
|
784
784
|
};
|
|
785
785
|
|
|
786
|
-
//
|
|
786
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
787
787
|
var import_v32 = require("zod/v3");
|
|
788
788
|
function extendApi(schema, schemaObject = {}) {
|
|
789
789
|
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
|
-
//
|
|
22
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/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
|
-
//
|
|
63
|
+
// ../../../node_modules/.pnpm/@forklaunch+common@0.6.21/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;
|
|
@@ -140,7 +140,7 @@ var InMemoryBlob = class extends Blob {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
//
|
|
143
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
144
144
|
import {
|
|
145
145
|
FormatRegistry,
|
|
146
146
|
Kind,
|
|
@@ -735,13 +735,13 @@ var RedisWorkerOptionsSchema = {
|
|
|
735
735
|
interval: number
|
|
736
736
|
};
|
|
737
737
|
|
|
738
|
-
//
|
|
738
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
739
739
|
import {
|
|
740
740
|
z as z2,
|
|
741
741
|
ZodType
|
|
742
742
|
} from "zod/v3";
|
|
743
743
|
|
|
744
|
-
//
|
|
744
|
+
// ../../../node_modules/.pnpm/ts-deepmerge@7.0.3/node_modules/ts-deepmerge/esm/index.js
|
|
745
745
|
var isObject = (obj) => {
|
|
746
746
|
if (typeof obj === "object" && obj !== null) {
|
|
747
747
|
if (typeof Object.getPrototypeOf === "function") {
|
|
@@ -788,7 +788,7 @@ merge.withOptions = (options, ...objects) => {
|
|
|
788
788
|
return result;
|
|
789
789
|
};
|
|
790
790
|
|
|
791
|
-
//
|
|
791
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.10.21/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
792
792
|
import { z } from "zod/v3";
|
|
793
793
|
function extendApi(schema, schemaObject = {}) {
|
|
794
794
|
const This = schema.constructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-redis",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
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": "
|
|
46
|
-
"@forklaunch/internal": "^0.3.
|
|
45
|
+
"@forklaunch/core": "^0.15.11",
|
|
46
|
+
"@forklaunch/internal": "^0.3.21",
|
|
47
47
|
"@sinclair/typebox": "^0.34.41",
|
|
48
48
|
"zod": "^4.1.12",
|
|
49
|
-
"@forklaunch/interfaces-worker": "0.7.
|
|
49
|
+
"@forklaunch/interfaces-worker": "0.7.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
52
|
+
"@typescript/native-preview": "7.0.0-dev.20251027.1",
|
|
53
53
|
"depcheck": "^1.4.7",
|
|
54
54
|
"eslint": "^9.38.0",
|
|
55
55
|
"prettier": "^3.6.2",
|
|
56
56
|
"typedoc": "^0.28.14",
|
|
57
|
-
"typescript-eslint": "^8.46.
|
|
57
|
+
"typescript-eslint": "^8.46.2"
|
|
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",
|