@connect-xyz/withdraw-react 0.1.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -160,7 +160,7 @@ declare type WithdrawEvent = AppEvent<WithdrawEventType, WithdrawalInitiatedEven
160
160
  /**
161
161
  * Withdraw event type literals
162
162
  */
163
- declare type WithdrawEventType = 'withdrawal.initiated' | 'withdrawal.submitted' | 'withdrawal.completed';
163
+ declare type WithdrawEventType = 'withdrawal.submitted';
164
164
 
165
165
  /**
166
166
  * Props for the Withdraw component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connect-xyz/withdraw-react",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",