@webiny/pubsub
Advanced tools
Comparing version 5.40.5 to 5.41.0-dbt.0
{ | ||
"name": "@webiny/pubsub", | ||
"version": "5.40.5", | ||
"version": "5.41.0-dbt.0", | ||
"main": "index.js", | ||
@@ -22,7 +22,7 @@ "repository": { | ||
"@babel/runtime": "7.24.1", | ||
"@webiny/cli": "5.40.5", | ||
"@webiny/project-utils": "5.40.5", | ||
"@webiny/cli": "5.41.0-dbt.0", | ||
"@webiny/project-utils": "5.41.0-dbt.0", | ||
"rimraf": "5.0.5", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -33,3 +33,3 @@ "scripts": { | ||
}, | ||
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6" | ||
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8" | ||
} |
export interface Subscriber<TEvent> { | ||
(event: TEvent): void | Promise<void>; | ||
} | ||
export declare type Event = Record<string, any>; | ||
export type Event = Record<string, any>; | ||
export interface Topic<TEvent extends Event = Event> { | ||
@@ -6,0 +6,0 @@ getTopicName(): string; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7399
2