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.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Library to manage and interact with MCSets API's" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = class Rest {
99 this . platform = platform
1010 const hostEntry = constants [ platform ] || constants . base
1111 this . host = hostEntry . host
12- this . userAgent = options . userAgent || 'mcsets-js-sdk-client/1.0.0 ' // gotcha: bump with version of this package for support
12+ this . userAgent = options . userAgent || 'mcsets-js-sdk-client/1.0.1 ' // gotcha: bump with version of this package for support
1313 this . maxRetries = options . maxRetries ?? 4
1414
1515 // 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