@pinerohit11/testwidget 0.2.109 → 0.2.110

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/index.js CHANGED
@@ -4380,7 +4380,7 @@ function AddCardEasyPay(props) {
4380
4380
  zipCode: ""
4381
4381
  });
4382
4382
  setTimeout(() => {
4383
- HandleSubmit(e, "share", "");
4383
+ HandleSubmit(e, "message", "");
4384
4384
  }, 2e3);
4385
4385
  } catch (err) {
4386
4386
  console.log(err);
package/dist/index.mjs CHANGED
@@ -4342,7 +4342,7 @@ function AddCardEasyPay(props) {
4342
4342
  zipCode: ""
4343
4343
  });
4344
4344
  setTimeout(() => {
4345
- HandleSubmit(e, "share", "");
4345
+ HandleSubmit(e, "message", "");
4346
4346
  }, 2e3);
4347
4347
  } catch (err) {
4348
4348
  console.log(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.2.109",
3
+ "version": "0.2.110",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",