File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " mcsets-js-sdk-client" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Library to manage and interact with MCSets API's" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = class Rest {
1515 this . platform = platform
1616 const hostEntry = constants [ platform ] || constants . base
1717 this . host = hostEntry . host
18- this . userAgent = options . userAgent || 'mcsets-js-sdk-client/1.0.2 ' // gotcha: bump with version of this package for support
18+ this . userAgent = options . userAgent || 'mcsets-js-sdk-client/1.0.3 ' // gotcha: bump with version of this package for support
1919 this . maxRetries = options . maxRetries ?? 4
2020
2121 // add the proper headers based on the used API. For base API, no auth is required.
You can’t perform that action at this time.
0 commit comments