@medusajs/types
Advanced tools
Comparing version 1.8.2 to 1.8.3-next-20230420102356
@@ -1,3 +0,4 @@ | ||
import { EmitData, Subscriber, SubscriberContext } from "./common"; | ||
import { EmitData, Subscriber, SubscriberContext, SubscriberDescriptor } from "./common"; | ||
export interface IEventBusModuleService { | ||
retrieveSubscribers(event: string | symbol): SubscriberDescriptor[] | undefined; | ||
emit<T>(eventName: string, data: T, options: Record<string, unknown>): Promise<void>; | ||
@@ -4,0 +5,0 @@ emit<T>(data: EmitData<T>[]): Promise<void>; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.2", | ||
"version": "1.8.3-next-20230420102356", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52816
1231
2