@trycourier/courier
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -8,2 +8,9 @@ # Change Log | ||
## [v1.6.2] - 2021-01-19 | ||
### Fixed | ||
- Bumped [axios](https://www.npmjs.com/package/axios) to version 0.21.1 | ||
- Updated types for Send to List Parameters by @rileylnapier | ||
## [v1.6.1] - 2020-09-23 | ||
@@ -105,3 +112,4 @@ | ||
[unreleased]: https://github.com/trycourier/courier-python/compare/v1.6.1...HEAD | ||
[unreleased]: https://github.com/trycourier/courier-python/compare/v1.6.2...HEAD | ||
[v1.6.2]: https://github.com/trycourier/courier-python/compare/v1.6.1...v1.6.2 | ||
[v1.6.1]: https://github.com/trycourier/courier-python/compare/v1.6.0...v1.6.1 | ||
@@ -108,0 +116,0 @@ [v1.6.0]: https://github.com/trycourier/courier-python/compare/v1.5.0...v1.6.0 |
@@ -35,3 +35,3 @@ import { AxiosRequestConfig } from "axios"; | ||
} | ||
export interface ICourierSendListOrPatternParams { | ||
export interface ICourierSendParams { | ||
event: string; | ||
@@ -42,8 +42,9 @@ data?: object; | ||
} | ||
export interface ICourierSendListParams extends ICourierSendListOrPatternParams { | ||
export interface ICourierSendListParams extends ICourierSendParams { | ||
list: string; | ||
} | ||
export interface ICourierSendPatternParams extends ICourierSendListOrPatternParams { | ||
export interface ICourierSendPatternParams extends ICourierSendParams { | ||
pattern: string; | ||
} | ||
export declare type ICourierSendListOrPatternParams = ICourierSendListParams | ICourierSendPatternParams; | ||
export interface ICourierProfilePutParameters { | ||
@@ -50,0 +51,0 @@ recipientId: string; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -34,4 +34,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"axios": "^0.19.0" | ||
"axios": "^0.21.1" | ||
} | ||
} |
43910
728
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.21.1