@highoutput/amqp
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -5,3 +5,4 @@ import Client, { ClientOptions } from './lib/client'; | ||
import Subscriber, { SubscriberOptions } from './lib/subscriber'; | ||
export { Client, Worker, Publisher, Subscriber, ClientOptions, WorkerOptions, PublisherOptions, SubscriberOptions, }; | ||
import { serialize, deserialize } from './lib/util'; | ||
export { Client, Worker, Publisher, Subscriber, ClientOptions, WorkerOptions, PublisherOptions, SubscriberOptions, serialize, deserialize, }; | ||
export declare type AmqpOptions = { | ||
@@ -8,0 +9,0 @@ host: string; |
@@ -18,2 +18,5 @@ "use strict"; | ||
exports.Subscriber = subscriber_1.default; | ||
const util_1 = require("./lib/util"); | ||
exports.serialize = util_1.serialize; | ||
exports.deserialize = util_1.deserialize; | ||
class Amqp { | ||
@@ -20,0 +23,0 @@ constructor(options) { |
{ | ||
"name": "@highoutput/amqp", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A simplified abstraction of the AMQP 1.0 protocol", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "76f29011b812ebcd2db08b81c00608b4402c2513" | ||
"gitHead": "24973267d808f94a6a5b1b21c009450fea39449d" | ||
} |
@@ -10,6 +10,15 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion, @typescript-eslint/camelcase */ | ||
import Subscriber, { SubscriberOptions } from './lib/subscriber'; | ||
import { serialize, deserialize } from './lib/util'; | ||
export { | ||
Client, Worker, Publisher, Subscriber, | ||
ClientOptions, WorkerOptions, PublisherOptions, SubscriberOptions, | ||
Client, | ||
Worker, | ||
Publisher, | ||
Subscriber, | ||
ClientOptions, | ||
WorkerOptions, | ||
PublisherOptions, | ||
SubscriberOptions, | ||
serialize, | ||
deserialize, | ||
}; | ||
@@ -16,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
57246
19
813