File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " @requestnetwork/create-invoice-form" 
3-   "version" : " 0.11.13 " 
3+   "version" : " 0.11.14 " 
44  "main" : " ./dist/web-component.umd.cjs" 
55  "scripts" : {
66    "dev" : " vite dev" 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export interface CreateInvoiceFormProps {
88  config : IConfig ; 
99  wagmiConfig : WagmiConfig ; 
1010  requestNetwork : RequestNetwork  |  null  |  undefined ; 
11-   currencies : CurrencyTypes . CurrencyInput [ ] ; 
11+   currencies ? : CurrencyTypes . CurrencyInput [ ] ; 
1212} 
1313
1414/** 
Original file line number Diff line number Diff line change 11{
22  "name" : " @requestnetwork/invoice-dashboard" 
3-   "version" : " 0.11.11 " 
3+   "version" : " 0.11.12 " 
44  "main" : " ./dist/web-component.umd.cjs" 
55  "scripts" : {
66    "dev" : " vite dev" 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export interface InvoiceDashboardProps {
88  config : IConfig ; 
99  wagmiConfig : WagmiConfig ; 
1010  requestNetwork : RequestNetwork  |  null  |  undefined ; 
11-   currencies : CurrencyTypes . CurrencyInput [ ] ; 
11+   currencies ? : CurrencyTypes . CurrencyInput [ ] ; 
1212} 
1313/** 
1414 * 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