@forklaunch/implementation-worker-redis 0.3.0 → 0.3.1
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.
- package/lib/schemas/index.js +8 -8
- package/lib/schemas/index.mjs +8 -8
- package/package.json +16 -12
package/lib/schemas/index.js
CHANGED
|
@@ -79,9 +79,9 @@ var require_cjs = __commonJS({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
|
|
82
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
82
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js
|
|
83
83
|
var require_zod_openapi = __commonJS({
|
|
84
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
84
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js"(exports2) {
|
|
85
85
|
"use strict";
|
|
86
86
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87
87
|
exports2.generateSchema = exports2.extendApi = void 0;
|
|
@@ -409,9 +409,9 @@ var require_zod_openapi = __commonJS({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
|
|
412
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
412
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js
|
|
413
413
|
var require_zod_extensions = __commonJS({
|
|
414
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
414
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js"(exports2) {
|
|
415
415
|
"use strict";
|
|
416
416
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
417
417
|
exports2.extendZodWithOpenApi = void 0;
|
|
@@ -428,9 +428,9 @@ var require_zod_extensions = __commonJS({
|
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
|
|
431
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
431
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js
|
|
432
432
|
var require_src = __commonJS({
|
|
433
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
433
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js"(exports2) {
|
|
434
434
|
"use strict";
|
|
435
435
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
436
436
|
if (k2 === void 0) k2 = k;
|
|
@@ -480,7 +480,7 @@ var InMemoryFile = class extends File {
|
|
|
480
480
|
}
|
|
481
481
|
};
|
|
482
482
|
|
|
483
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
483
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
484
484
|
var import_typebox = require("@sinclair/typebox");
|
|
485
485
|
var import_compiler = require("@sinclair/typebox/compiler");
|
|
486
486
|
var import_errors = require("@sinclair/typebox/errors");
|
|
@@ -989,7 +989,7 @@ var RedisWorkerOptionsSchema = {
|
|
|
989
989
|
interval: number
|
|
990
990
|
};
|
|
991
991
|
|
|
992
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
992
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
993
993
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
994
994
|
var import_zod = require("zod");
|
|
995
995
|
(0, import_zod_openapi.extendZodWithOpenApi)(import_zod.z);
|
package/lib/schemas/index.mjs
CHANGED
|
@@ -79,9 +79,9 @@ var require_cjs = __commonJS({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
|
|
82
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
82
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js
|
|
83
83
|
var require_zod_openapi = __commonJS({
|
|
84
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
84
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-openapi.js"(exports) {
|
|
85
85
|
"use strict";
|
|
86
86
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87
87
|
exports.generateSchema = exports.extendApi = void 0;
|
|
@@ -409,9 +409,9 @@ var require_zod_openapi = __commonJS({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
|
|
412
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
412
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js
|
|
413
413
|
var require_zod_extensions = __commonJS({
|
|
414
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
414
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/lib/zod-extensions.js"(exports) {
|
|
415
415
|
"use strict";
|
|
416
416
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
417
417
|
exports.extendZodWithOpenApi = void 0;
|
|
@@ -428,9 +428,9 @@ var require_zod_extensions = __commonJS({
|
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
|
|
431
|
-
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
431
|
+
// ../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js
|
|
432
432
|
var require_src = __commonJS({
|
|
433
|
-
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.
|
|
433
|
+
"../../../node_modules/.pnpm/@anatine+zod-openapi@2.2.8_openapi3-ts@4.4.0_zod@3.25.63/node_modules/@anatine/zod-openapi/src/index.js"(exports) {
|
|
434
434
|
"use strict";
|
|
435
435
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
436
436
|
if (k2 === void 0) k2 = k;
|
|
@@ -473,7 +473,7 @@ var InMemoryFile = class extends File {
|
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
476
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/typebox/index.mjs
|
|
477
477
|
import {
|
|
478
478
|
FormatRegistry,
|
|
479
479
|
Kind,
|
|
@@ -991,7 +991,7 @@ var RedisWorkerOptionsSchema = {
|
|
|
991
991
|
interval: number
|
|
992
992
|
};
|
|
993
993
|
|
|
994
|
-
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.
|
|
994
|
+
// ../../../node_modules/.pnpm/@forklaunch+validator@0.6.13_openapi3-ts@4.4.0/node_modules/@forklaunch/validator/lib/src/zod/index.mjs
|
|
995
995
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
996
996
|
import {
|
|
997
997
|
z,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-worker-redis",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Redis implementation for forklaunch workers",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -15,33 +15,37 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
"./consumers": {
|
|
17
17
|
"types": "./lib/consumers/index.d.ts",
|
|
18
|
-
"import": "./lib/consumers/index.
|
|
19
|
-
"require": "./lib/consumers/index.js"
|
|
18
|
+
"import": "./lib/consumers/index.mjs",
|
|
19
|
+
"require": "./lib/consumers/index.js",
|
|
20
|
+
"default": "./lib/consumers/index.js"
|
|
20
21
|
},
|
|
21
22
|
"./producers": {
|
|
22
23
|
"types": "./lib/producers/index.d.ts",
|
|
23
|
-
"import": "./lib/producers/index.
|
|
24
|
-
"require": "./lib/producers/index.js"
|
|
24
|
+
"import": "./lib/producers/index.mjs",
|
|
25
|
+
"require": "./lib/producers/index.js",
|
|
26
|
+
"default": "./lib/producers/index.js"
|
|
25
27
|
},
|
|
26
28
|
"./schemas": {
|
|
27
29
|
"types": "./lib/schemas/index.d.ts",
|
|
28
|
-
"import": "./lib/schemas/index.
|
|
29
|
-
"require": "./lib/schemas/index.js"
|
|
30
|
+
"import": "./lib/schemas/index.mjs",
|
|
31
|
+
"require": "./lib/schemas/index.js",
|
|
32
|
+
"default": "./lib/schemas/index.js"
|
|
30
33
|
},
|
|
31
34
|
"./types": {
|
|
32
35
|
"types": "./lib/types/index.d.ts",
|
|
33
|
-
"import": "./lib/types/index.
|
|
34
|
-
"require": "./lib/types/index.js"
|
|
36
|
+
"import": "./lib/types/index.mjs",
|
|
37
|
+
"require": "./lib/types/index.js",
|
|
38
|
+
"default": "./lib/types/index.js"
|
|
35
39
|
}
|
|
36
40
|
},
|
|
37
41
|
"files": [
|
|
38
42
|
"lib/**"
|
|
39
43
|
],
|
|
40
44
|
"dependencies": {
|
|
41
|
-
"@forklaunch/core": "^0.9.
|
|
45
|
+
"@forklaunch/core": "^0.9.15",
|
|
42
46
|
"@sinclair/typebox": "^0.34.33",
|
|
43
|
-
"zod": "^3.25.
|
|
44
|
-
"@forklaunch/interfaces-worker": "0.2.
|
|
47
|
+
"zod": "^3.25.63",
|
|
48
|
+
"@forklaunch/interfaces-worker": "0.2.1"
|
|
45
49
|
},
|
|
46
50
|
"devDependencies": {
|
|
47
51
|
"@typescript/native-preview": "7.0.0-dev.20250611.1",
|