bkper-js 1.13.1 → 1.13.2

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.
@@ -281,7 +281,7 @@ export class Amount {
281
281
  /** @internal */
282
282
  wrap(big) {
283
283
  let amount = Amount.create();
284
- amount.wrapped = big;
284
+ amount.big = big;
285
285
  return amount;
286
286
  }
287
287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper-js",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Javascript client for Bkper REST API",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",