mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	chore: remove jsonschemas from dependabot (#1728)
* remove dependabot from jsonschemas * fix typo
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,8 +6,3 @@ updates:
 | 
			
		||||
    interval: monthly
 | 
			
		||||
    time: "15:00"
 | 
			
		||||
  open-pull-requests-limit: 10
 | 
			
		||||
  ignore:
 | 
			
		||||
  - dependency-name: jsonschema
 | 
			
		||||
    versions:
 | 
			
		||||
    - "> 1.2.2"
 | 
			
		||||
    - "< 2"
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ A migration guide is available at https://xrpl.org/xrpljs2-migration-guide.html.
 | 
			
		||||
 | 
			
		||||
### Removed
 | 
			
		||||
* Automatic client subscription to incoming ledgers
 | 
			
		||||
* Removed `jsonschemas` in favor of TypeScript types and `validate` for JS users
 | 
			
		||||
* Removed `jsonschema` in favor of TypeScript types and `validate` for JS users
 | 
			
		||||
* Functions that were replaced by similar functionality elsewhere in the library
 | 
			
		||||
  * `api.combine` -> `multisign`
 | 
			
		||||
  * `api.sign` -> `Wallet.sign`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user