@rewaa/event-broker
Advanced tools
Comparing version
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import EventEmitter from "events"; | ||
@@ -29,9 +28,8 @@ import { Consumer } from "sqs-consumer"; | ||
} | ||
type Binary = Buffer | Uint8Array | Blob | string; | ||
export interface IMessageAttributes { | ||
DataType: "String" | "Number" | "Binary" | "String.Array"; | ||
StringValue?: string; | ||
BinaryValue?: Binary; | ||
BinaryValue?: Uint8Array; | ||
StringListValues?: string[]; | ||
BinaryListValues?: Binary[]; | ||
BinaryListValues?: Uint8Array[]; | ||
} | ||
@@ -489,2 +487,1 @@ export interface IEmitOptions { | ||
} | ||
export {}; |
{ | ||
"name": "@rewaa/event-broker", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "A broker for all the events that Rewaa will ever produce or consume", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
227120
-0.04%1841
-0.16%