mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	cut v4.0.1
This commit is contained in:
		
							
								
								
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -14746,7 +14746,7 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "packages/xahau": {
 | 
					    "packages/xahau": {
 | 
				
			||||||
      "version": "4.0.0",
 | 
					      "version": "4.0.1",
 | 
				
			||||||
      "license": "ISC",
 | 
					      "license": "ISC",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@scure/bip32": "^1.3.1",
 | 
					        "@scure/bip32": "^1.3.1",
 | 
				
			||||||
@@ -14756,7 +14756,7 @@
 | 
				
			|||||||
        "bignumber.js": "^9.0.0",
 | 
					        "bignumber.js": "^9.0.0",
 | 
				
			||||||
        "eventemitter3": "^5.0.1",
 | 
					        "eventemitter3": "^5.0.1",
 | 
				
			||||||
        "xahau-address-codec": "^5.0.0",
 | 
					        "xahau-address-codec": "^5.0.0",
 | 
				
			||||||
        "xahau-binary-codec": "^2.1.0",
 | 
					        "xahau-binary-codec": "^2.1.1",
 | 
				
			||||||
        "xahau-keypairs": "^2.0.0"
 | 
					        "xahau-keypairs": "^2.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "devDependencies": {
 | 
					      "devDependencies": {
 | 
				
			||||||
@@ -14789,7 +14789,7 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "packages/xahau-binary-codec": {
 | 
					    "packages/xahau-binary-codec": {
 | 
				
			||||||
      "version": "2.1.0",
 | 
					      "version": "2.1.1",
 | 
				
			||||||
      "license": "ISC",
 | 
					      "license": "ISC",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@xrplf/isomorphic": "^1.0.1",
 | 
					        "@xrplf/isomorphic": "^1.0.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "xahau-binary-codec",
 | 
					  "name": "xahau-binary-codec",
 | 
				
			||||||
  "version": "2.1.0",
 | 
					  "version": "2.1.1",
 | 
				
			||||||
  "description": "XAH Ledger binary codec",
 | 
					  "description": "XAH Ledger binary codec",
 | 
				
			||||||
  "files": [
 | 
					  "files": [
 | 
				
			||||||
    "dist/*",
 | 
					    "dist/*",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "xahau",
 | 
					  "name": "xahau",
 | 
				
			||||||
  "version": "4.0.0",
 | 
					  "version": "4.0.1",
 | 
				
			||||||
  "license": "ISC",
 | 
					  "license": "ISC",
 | 
				
			||||||
  "description": "A TypeScript/JavaScript API for interacting with the XAH Ledger in Node.js and the browser",
 | 
					  "description": "A TypeScript/JavaScript API for interacting with the XAH Ledger in Node.js and the browser",
 | 
				
			||||||
  "files": [
 | 
					  "files": [
 | 
				
			||||||
@@ -29,7 +29,7 @@
 | 
				
			|||||||
    "bignumber.js": "^9.0.0",
 | 
					    "bignumber.js": "^9.0.0",
 | 
				
			||||||
    "eventemitter3": "^5.0.1",
 | 
					    "eventemitter3": "^5.0.1",
 | 
				
			||||||
    "xahau-address-codec": "^5.0.0",
 | 
					    "xahau-address-codec": "^5.0.0",
 | 
				
			||||||
    "xahau-binary-codec": "^2.1.0",
 | 
					    "xahau-binary-codec": "^2.1.1",
 | 
				
			||||||
    "xahau-keypairs": "^2.0.0"
 | 
					    "xahau-keypairs": "^2.0.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user