bkper-js 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ import { Transaction } from "./Transaction.js";
14
14
  export class TransactionList {
15
15
  constructor(book, payload) {
16
16
  this.book = book;
17
- this.payload = payload;
17
+ this.payload = payload || {};
18
18
  }
19
19
  /**
20
20
  * @returns The cursor associated with the query for pagination.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper-js",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Javascript client for Bkper REST API",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",