@aurigami/sdk 1.18.1 → 1.18.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.
- package/dist/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/interactors/Pulp.ts +1 -1
|
@@ -3956,7 +3956,7 @@ var PulpRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
3956
3956
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
3957
3957
|
while (1) switch (_context.prev = _context.next) {
|
|
3958
3958
|
case 0:
|
|
3959
|
-
return _context.abrupt("return", this.env.pulp.
|
|
3959
|
+
return _context.abrupt("return", this.env.pulp.earlyRedeems(user));
|
|
3960
3960
|
case 1:
|
|
3961
3961
|
case "end":
|
|
3962
3962
|
return _context.stop();
|