mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	4.1.0 release (#2851)
* update HISTORY * update package-lock * update ripple-binary-codec HISTORY * update release dates * update release dates * update HISTORY files
This commit is contained in:
		
							
								
								
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -14896,7 +14896,7 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "packages/ripple-binary-codec": {
 | 
			
		||||
      "version": "2.1.0",
 | 
			
		||||
      "version": "2.2.0",
 | 
			
		||||
      "license": "ISC",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@xrplf/isomorphic": "^1.0.1",
 | 
			
		||||
@@ -14929,7 +14929,7 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "packages/xrpl": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "version": "4.1.0",
 | 
			
		||||
      "license": "ISC",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@scure/bip32": "^1.3.1",
 | 
			
		||||
@@ -14939,7 +14939,7 @@
 | 
			
		||||
        "bignumber.js": "^9.0.0",
 | 
			
		||||
        "eventemitter3": "^5.0.1",
 | 
			
		||||
        "ripple-address-codec": "^5.0.0",
 | 
			
		||||
        "ripple-binary-codec": "^2.1.0",
 | 
			
		||||
        "ripple-binary-codec": "^2.2.0",
 | 
			
		||||
        "ripple-keypairs": "^2.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,8 @@
 | 
			
		||||
 | 
			
		||||
## Unreleased
 | 
			
		||||
 | 
			
		||||
## 2.2.0 (2024-12-23)
 | 
			
		||||
 | 
			
		||||
### Added
 | 
			
		||||
* Support for the Multi-Purpose Token amendment (XLS-33)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "ripple-binary-codec",
 | 
			
		||||
  "version": "2.1.0",
 | 
			
		||||
  "version": "2.2.0",
 | 
			
		||||
  "description": "XRP Ledger binary codec",
 | 
			
		||||
  "files": [
 | 
			
		||||
    "dist/*",
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
 | 
			
		||||
 | 
			
		||||
## Unreleased Changes
 | 
			
		||||
 | 
			
		||||
## 4.1.0 (2024-12-23)
 | 
			
		||||
 | 
			
		||||
### Added
 | 
			
		||||
* Added new MPT transaction definitions (XLS-33)
 | 
			
		||||
* New `MPTAmount` type support for `Payment` and `Clawback` transactions
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "xrpl",
 | 
			
		||||
  "version": "4.0.0",
 | 
			
		||||
  "version": "4.1.0",
 | 
			
		||||
  "license": "ISC",
 | 
			
		||||
  "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
 | 
			
		||||
  "files": [
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
    "bignumber.js": "^9.0.0",
 | 
			
		||||
    "eventemitter3": "^5.0.1",
 | 
			
		||||
    "ripple-address-codec": "^5.0.0",
 | 
			
		||||
    "ripple-binary-codec": "^2.1.0",
 | 
			
		||||
    "ripple-binary-codec": "^2.2.0",
 | 
			
		||||
    "ripple-keypairs": "^2.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user