File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.2] - 2020-08-20
2
+ ### Fixed
3
+ - Moved from ClientResponse to IncomingMessage in the external api as well.
4
+
1
5
## [ 1.3.1] - 2020-08-19
2
6
### Fixed
3
7
- Moved from ClientResponse to IncomingMessage to support higher node/ts versions.
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export class Message extends CMTypes.MessageEnvelope {
144
144
/**
145
145
* Sends the message to the CM.com Platform
146
146
*/
147
- public send ( ) : Promise < { body : MessagesResponse ; response : http . ClientResponse } > {
147
+ public send ( ) : Promise < { body : MessagesResponse ; response : http . IncomingMessage } > {
148
148
return this . api . messagesSendMessage ( this ) ;
149
149
}
150
150
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cmdotcom/text-sdk" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Package to make it very easy to send text messages with CM.com" ,
5
5
"keywords" : [
6
6
" cm" ,
You can’t perform that action at this time.
0 commit comments