tek-wallet 0.0.422 → 0.0.423

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.
@@ -207,7 +207,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
207
207
  pushNotification({
208
208
  message: "Test notification",
209
209
  type: "success",
210
- id: "test-notification",
210
+ id: new Date().getTime().toString(),
211
211
  });
212
212
  };
213
213
  (0, react_1.useEffect)(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.422",
3
+ "version": "0.0.423",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",