Skip to content

Commit

Permalink
build: update graphql-redis-subscription to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cerinoligutom committed Jun 2, 2024
1 parent 494856a commit f9334e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"express": "4.19.2",
"graphql": "16.8.1",
"graphql-depth-limit": "1.1.0",
"graphql-redis-subscriptions": "2.6.0",
"graphql-redis-subscriptions": "2.6.1",
"graphql-scalars": "1.23.0",
"graphql-subscriptions": "2.0.0",
"graphql-ws": "5.16.0",
Expand Down Expand Up @@ -78,8 +78,8 @@
},
"pnpm": {
"patchedDependencies": {
"graphql-redis-subscriptions@2.6.0": "patches/graphql-redis-subscriptions@2.6.0.patch",
"graphql-subscriptions@2.0.0": "patches/graphql-subscriptions@2.0.0.patch"
"graphql-subscriptions@2.0.0": "patches/graphql-subscriptions@2.0.0.patch",
"graphql-redis-subscriptions@2.6.1": "patches/graphql-redis-subscriptions@2.6.1.patch"
}
},
"prisma": {
Expand Down
4 changes: 2 additions & 2 deletions ...s/[email protected] → ...s/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/dist/redis-pubsub.d.ts b/dist/redis-pubsub.d.ts
index 4fe658b1ec4afb1a69d702c0981a165e44f26f34..89b32e589a5813f647219615d496fb687242dfe0 100644
index 4bdc1abe0102c8dd505adc6cac10edb9cda3a9c0..ce7c74ba3b421f5ee8ec8edc402f87fd8474698e 100644
--- a/dist/redis-pubsub.d.ts
+++ b/dist/redis-pubsub.d.ts
@@ -24,7 +24,7 @@ export declare class RedisPubSub implements PubSubEngine {
Expand All @@ -10,4 +10,4 @@ index 4fe658b1ec4afb1a69d702c0981a165e44f26f34..89b32e589a5813f647219615d496fb68
+ asyncIterator<T>(triggers: string | string[], options?: unknown): AsyncIterable<T>;
getSubscriber(): RedisClient;
getPublisher(): RedisClient;
close(): Promise<'OK'[]>;
close(): Promise<'OK'[]>;
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9334e9

Please sign in to comment.