@medusajs/types
Advanced tools
Comparing version 1.8.4-snapshot-20230503145654 to 1.8.4
@@ -1,4 +0,3 @@ | ||
import { EmitData, Subscriber, SubscriberContext, SubscriberDescriptor } from "./common"; | ||
import { EmitData, Subscriber, SubscriberContext } from "./common"; | ||
export interface IEventBusModuleService { | ||
retrieveSubscribers(event: string | symbol): SubscriberDescriptor[] | undefined; | ||
emit<T>(eventName: string, data: T, options: Record<string, unknown>): Promise<void>; | ||
@@ -5,0 +4,0 @@ emit<T>(data: EmitData<T>[]): Promise<void>; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.4-snapshot-20230503145654", | ||
"version": "1.8.4", | ||
"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
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
56236
91
1305
1