Skip to content

Commit

Permalink
**** Testing *****
Browse files Browse the repository at this point in the history
## What's Changed 2

* Bugfix #686 | Attempt to parse object as JSON results in "JSON parse body failed" written to 'console ouput' from `xero` org.

[google](www.google.com)
  • Loading branch information
actions-user committed Aug 30, 2024
1 parent a88d283 commit 67c0b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xero-node",
"version": "9.2.0",
"version": "9.77.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/gen/api/accountingApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export enum AccountingApiApiKeys {

export class AccountingApi {
protected _basePath = defaultBasePath;
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
protected defaultHeaders : any = {'user-agent': 'xero-node-9.77.0'};
protected _useQuerystring : boolean = false;
protected binaryHeaders : any = {};

Expand Down

0 comments on commit 67c0b3f

Please sign in to comment.