@soundxyz/redis-pubsub
Advanced tools
Comparing version
@@ -54,2 +54,4 @@ import type { Redis } from "ioredis"; | ||
unsubscribeAll: () => Promise<void>; | ||
inputSchema: ZodSchema<Input, ZodTypeDef, Input> | ZodSchema<Output, ZodTypeDef, Input>; | ||
outputSchema: ZodSchema<Output, ZodTypeDef, Input>; | ||
}; | ||
@@ -56,0 +58,0 @@ unsubscribeAll: () => Promise<void>; |
@@ -121,3 +121,5 @@ 'use strict'; | ||
publish, | ||
unsubscribeAll: unsubscribeAll2 | ||
unsubscribeAll: unsubscribeAll2, | ||
inputSchema, | ||
outputSchema | ||
}; | ||
@@ -124,0 +126,0 @@ function getSubscriptionValue({ |
{ | ||
"name": "@soundxyz/redis-pubsub", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Full type-safe Redis PubSub with Zod", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
30918
0.77%727
0.83%