File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
packages/invoice-dashboard Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# @requestnetwork/invoice-dashboard
22
3+ ## 0.11.7
4+
5+ ### Patch Changes
6+
7+ - Fix InvoiceDashboardProps types
8+
39## 0.11.6
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @requestnetwork/invoice-dashboard" ,
3- "version" : " 0.11.6 " ,
3+ "version" : " 0.11.7 " ,
44 "main" : " ./dist/web-component.umd.cjs" ,
55 "scripts" : {
66 "dev" : " vite dev" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ export interface InvoiceDashboardProps {
99 wagmiConfig : WagmiConfig ;
1010 requestNetwork : RequestNetwork | null | undefined ;
1111 currencies : CurrencyTypes . CurrencyInput [ ] ;
12- isDecryptionEnabled : boolean ;
13- enableDecryption : ( option : boolean ) => void ;
1412}
1513/**
1614 * InvoiceDashboard is a React component that integrates with the Request Network to manage and display invoices.
You can’t perform that action at this time.
0 commit comments