File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getracker/api" ,
3
- "version" : " 6.0.0-22 " ,
3
+ "version" : " 6.0.0" ,
4
4
"description" : " Official GE-Tracker.com API client" ,
5
5
"repository" : " https://github.com/ge-tracker/ge-tracker-api" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ const DefaultOptions: CreateAxiosDefaults = {
28
28
// specify a custom user-agent header to identify the client used
29
29
// and for a point of contact
30
30
headers : {
31
- 'User-Agent' : 'ge-tracker-api client v6.0.0-22 ' ,
32
- 'X-Api-Client' : 'ge-tracker-api client v6.0.0-22 ' ,
31
+ 'User-Agent' : 'ge-tracker-api client v6.0.0' ,
32
+ 'X-Api-Client' : 'ge-tracker-api client v6.0.0' ,
33
33
Accept : `application/x.getracker.${ GE_TRACKER_API_VERSION } +json` ,
34
34
} ,
35
35
} ;
You can’t perform that action at this time.
0 commit comments