arvo-core 1.0.18 → 1.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/dist/ArvoEventFactory/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -44,7 +44,7 @@ export default class ArvoEventFactory<TUri extends string = string, TType extend
|
|
44
44
|
*/
|
45
45
|
emits<U extends keyof TEmits & string, TExtension extends Record<string, any>>(event: CreateArvoEvent<z.infer<TEmits[U]>, U> & {
|
46
46
|
to: string;
|
47
|
-
}, extensions?: TExtension, telemetry?: TelemetryContext): import("..").ArvoEvent<z.TypeOf<
|
47
|
+
}, extensions?: TExtension, telemetry?: TelemetryContext): import("..").ArvoEvent<z.TypeOf<TEmits[U]>, TExtension, U>;
|
48
48
|
/**
|
49
49
|
* Creates a system error ArvoEvent.
|
50
50
|
*
|