File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 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+
15## [ 1.3.1] - 2020-08-19
26### Fixed
37- 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 {
144144 /**
145145 * Sends the message to the CM.com Platform
146146 */
147- public send ( ) : Promise < { body : MessagesResponse ; response : http . ClientResponse } > {
147+ public send ( ) : Promise < { body : MessagesResponse ; response : http . IncomingMessage } > {
148148 return this . api . messagesSendMessage ( this ) ;
149149 }
150150
Original file line number Diff line number Diff line change 11{
22 "name" : " @cmdotcom/text-sdk" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Package to make it very easy to send text messages with CM.com" ,
55 "keywords" : [
66 " cm" ,
You can’t perform that action at this time.
0 commit comments