@trycourier/courier
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -8,2 +8,8 @@ # Change Log | ||
## [v1.7.3] - 2021-03-03 | ||
### Added | ||
- ICourierClient exported as a type [#33](https://github.com/trycourier/courier-node/pull/33) | ||
## [v1.7.2] - 2021-02-16 | ||
@@ -133,3 +139,4 @@ | ||
[unreleased]: https://github.com/trycourier/courier-node/compare/v1.7.2...HEAD | ||
[unreleased]: https://github.com/trycourier/courier-node/compare/v1.7.3...HEAD | ||
[v1.7.3]: https://github.com/trycourier/courier-node/compare/v1.7.2...v1.7.3 | ||
[v1.7.2]: https://github.com/trycourier/courier-node/compare/v1.7.1...v1.7.2 | ||
@@ -136,0 +143,0 @@ [v1.7.1]: https://github.com/trycourier/courier-node/compare/v1.7.0...v1.7.1 |
import { ICourierClientOptions } from "./types"; | ||
export { ICourierClient } from "./types"; | ||
export declare const CourierClient: (options?: ICourierClientOptions) => import("./types").ICourierClient; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
51518
871