Skip to content

Commit

Permalink
Expose rhea types (#36)
Browse files Browse the repository at this point in the history
* Expose rhea types

* Update to expose type 'Typed' imported from Rhea
  • Loading branch information
ramya0820 authored and amarzavery committed Apr 10, 2019
1 parent 058a4d3 commit a014d24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
uuid_to_string, generate_uuid, string_to_uuid, LinkError, ProtocolError, LinkOptions,
DeliveryAnnotations, MessageAnnotations, ReceiverEvents, SenderEvents, ConnectionEvents,
SessionEvents, ContainerOptions as ContainerOptionsBase, TerminusOptions, Types, Sasl,
EndpointOptions, MessageUtil, TypeError, SimpleError, Source, ConnectionError
EndpointOptions, MessageUtil, TypeError, SimpleError, Source, ConnectionError, Typed
} from "rhea";

export { EventContext, OnAmqpEvent } from "./eventContext";
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "./typings/lib/index.d.ts",
"dependencies": {
"debug": "^3.1.0",
"rhea": "^1.0.2",
"rhea": "^1.0.3",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"bugs": {
"url": "http://github.com/amqp/rhea-promise/issues"
}
}
}

0 comments on commit a014d24

Please sign in to comment.