@warerebel/sbqueue
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -1,8 +0,8 @@ | ||
import { Message } from "rhea"; | ||
import { ConnectionOptions, SenderOptions, Message } from "rhea"; | ||
export class Sbqueue { | ||
constructor(connectionOptions: ConnectionOptions, senderOptions: SenderOptions); | ||
connect(): void; | ||
push(data: Message): void; | ||
disconnect(): void; | ||
} | ||
} |
{ | ||
"name": "@warerebel/sbqueue", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "A library that queues data in memory and pushes it to an amqp connection", | ||
@@ -5,0 +5,0 @@ "main": "dist/sbqueue.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40962
108
0