@blotoutio/providers-blotout-wallet-sdk 0.63.1 → 0.64.0
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/index.cjs.js +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
@@ -561,7 +561,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
|
|
561
561
|
throw new Error(`Could not update status in DB - ${response.status}: ${response.text}\n\n${await response.text()}`);
|
562
562
|
}
|
563
563
|
this.lastExpiredCart = undefined;
|
564
|
-
this.dispatchEvent(new CustomEvent('blotout-wallet-restored', {
|
564
|
+
this.dispatchEvent(new CustomEvent('blotout-wallet-cart-restored', {
|
565
565
|
bubbles: true,
|
566
566
|
}));
|
567
567
|
// Send the request as beacon as there could be a immediate redirect in the next step
|
package/index.js
CHANGED
@@ -562,7 +562,7 @@ var ProvidersBlotoutWalletSdk = (function () {
|
|
562
562
|
throw new Error(`Could not update status in DB - ${response.status}: ${response.text}\n\n${await response.text()}`);
|
563
563
|
}
|
564
564
|
this.lastExpiredCart = undefined;
|
565
|
-
this.dispatchEvent(new CustomEvent('blotout-wallet-restored', {
|
565
|
+
this.dispatchEvent(new CustomEvent('blotout-wallet-cart-restored', {
|
566
566
|
bubbles: true,
|
567
567
|
}));
|
568
568
|
// Send the request as beacon as there could be a immediate redirect in the next step
|
package/index.mjs
CHANGED
@@ -559,7 +559,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
|
|
559
559
|
throw new Error(`Could not update status in DB - ${response.status}: ${response.text}\n\n${await response.text()}`);
|
560
560
|
}
|
561
561
|
this.lastExpiredCart = undefined;
|
562
|
-
this.dispatchEvent(new CustomEvent('blotout-wallet-restored', {
|
562
|
+
this.dispatchEvent(new CustomEvent('blotout-wallet-cart-restored', {
|
563
563
|
bubbles: true,
|
564
564
|
}));
|
565
565
|
// Send the request as beacon as there could be a immediate redirect in the next step
|