@rewaa/event-broker
Advanced tools
+2
-5
| /// <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 {}; |
+1
-1
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
227120
-0.04%1841
-0.16%