@blotoutio/providers-blotout-wallet-sdk 0.46.1 → 0.47.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.
package/index.cjs.js CHANGED
@@ -377,6 +377,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
377
377
  const email = (_a = this.email) === null || _a === void 0 ? void 0 : _a.value.trim().toLowerCase();
378
378
  try {
379
379
  if (email) {
380
+ window.edgetag('user', 'email', email);
380
381
  const response = await fetch(this.getUrl('/user/email'), {
381
382
  method: 'POST',
382
383
  body: JSON.stringify({
package/index.js CHANGED
@@ -378,6 +378,7 @@ var ProvidersBlotoutWalletSdk = (function () {
378
378
  const email = (_a = this.email) === null || _a === void 0 ? void 0 : _a.value.trim().toLowerCase();
379
379
  try {
380
380
  if (email) {
381
+ window.edgetag('user', 'email', email);
381
382
  const response = await fetch(this.getUrl('/user/email'), {
382
383
  method: 'POST',
383
384
  body: JSON.stringify({
package/index.mjs CHANGED
@@ -375,6 +375,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
375
375
  const email = (_a = this.email) === null || _a === void 0 ? void 0 : _a.value.trim().toLowerCase();
376
376
  try {
377
377
  if (email) {
378
+ window.edgetag('user', 'email', email);
378
379
  const response = await fetch(this.getUrl('/user/email'), {
379
380
  method: 'POST',
380
381
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-blotout-wallet-sdk",
3
- "version": "0.46.1",
3
+ "version": "0.47.1",
4
4
  "description": "Blotout Wallet SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",