Skip to content

Commit

Permalink
Merge pull request #166 from proximax-storage/next
Browse files Browse the repository at this point in the history
release-v0.10.7
  • Loading branch information
sleepyOwl14 authored Mar 4, 2024
2 parents 0848bb2 + 901d114 commit 604bc8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsjs-xpx-chain-sdk",
"version": "0.10.6",
"version": "0.10.7",
"description": "Proximax Blockchain sdk for typescript and javascript",
"scripts": {
"pretest": "npm run build",
Expand Down
3 changes: 2 additions & 1 deletion src/infrastructure/api/mosaicRoutesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ export class MosaicRoutesApi {
headers: requestHeaders,
url: localVarPath,
baseURL: this.basePath,
responseType: 'json'
responseType: 'json',
params: localVarQueryParameters
};

return new Promise<MosaicRichListResponse>((resolve, reject) => {
Expand Down

0 comments on commit 604bc8e

Please sign in to comment.