mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
release 3.1.0 (#2703)
* update HISTORYs * update HISTORY for isomorphic * update package.json
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -15304,7 +15304,7 @@
|
|||||||
},
|
},
|
||||||
"packages/isomorphic": {
|
"packages/isomorphic": {
|
||||||
"name": "@xrplf/isomorphic",
|
"name": "@xrplf/isomorphic",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@noble/hashes": "^1.0.0",
|
"@noble/hashes": "^1.0.0",
|
||||||
@@ -15331,10 +15331,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/ripple-binary-codec": {
|
"packages/ripple-binary-codec": {
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"ripple-address-codec": "^5.0.0"
|
"ripple-address-codec": "^5.0.0"
|
||||||
},
|
},
|
||||||
@@ -15364,18 +15364,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/xrpl": {
|
"packages/xrpl": {
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scure/bip32": "^1.3.1",
|
"@scure/bip32": "^1.3.1",
|
||||||
"@scure/bip39": "^1.2.1",
|
"@scure/bip39": "^1.2.1",
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"@xrplf/secret-numbers": "^1.0.0",
|
"@xrplf/secret-numbers": "^1.0.0",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"cross-fetch": "^4.0.0",
|
"cross-fetch": "^4.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"ripple-address-codec": "^5.0.0",
|
"ripple-address-codec": "^5.0.0",
|
||||||
"ripple-binary-codec": "^2.0.0",
|
"ripple-binary-codec": "^2.1.0",
|
||||||
"ripple-keypairs": "^2.0.0"
|
"ripple-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -25379,7 +25379,7 @@
|
|||||||
"ripple-binary-codec": {
|
"ripple-binary-codec": {
|
||||||
"version": "file:packages/ripple-binary-codec",
|
"version": "file:packages/ripple-binary-codec",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"ripple-address-codec": "^5.0.0"
|
"ripple-address-codec": "^5.0.0"
|
||||||
}
|
}
|
||||||
@@ -27199,7 +27199,7 @@
|
|||||||
"@scure/bip32": "^1.3.1",
|
"@scure/bip32": "^1.3.1",
|
||||||
"@scure/bip39": "^1.2.1",
|
"@scure/bip39": "^1.2.1",
|
||||||
"@types/node": "^16.18.38",
|
"@types/node": "^16.18.38",
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"@xrplf/secret-numbers": "^1.0.0",
|
"@xrplf/secret-numbers": "^1.0.0",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"cross-fetch": "^4.0.0",
|
"cross-fetch": "^4.0.0",
|
||||||
@@ -27212,7 +27212,7 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"ripple-address-codec": "^5.0.0",
|
"ripple-address-codec": "^5.0.0",
|
||||||
"ripple-binary-codec": "^2.0.0",
|
"ripple-binary-codec": "^2.1.0",
|
||||||
"ripple-keypairs": "^2.0.0",
|
"ripple-keypairs": "^2.0.0",
|
||||||
"run-s": "^0.0.0",
|
"run-s": "^0.0.0",
|
||||||
"typedoc": "0.25.0",
|
"typedoc": "0.25.0",
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 1.0.1 (2024-06-03)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Throw error if `hexToBytes` or `hexToString` is provided a string that is not in hex
|
* Throw error if `hexToBytes` or `hexToString` is provided a string that is not in hex
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xrplf/isomorphic",
|
"name": "@xrplf/isomorphic",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js",
|
"description": "A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crypto",
|
"crypto",
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 2.1.0 (2024-06-03)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Support for the Price Oracles amendment (XLS-47).
|
* Support for the Price Oracles amendment (XLS-47).
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-binary-codec",
|
"name": "ripple-binary-codec",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"description": "XRP Ledger binary codec",
|
"description": "XRP Ledger binary codec",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"ripple-address-codec": "^5.0.0"
|
"ripple-address-codec": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.1.0 (2024-06-03)
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
* Small fix in the API to use a new flag name `tfNoDirectRipple` instead of the existing flag name `tfNoRippleDirect`
|
* Small fix in the API to use a new flag name `tfNoDirectRipple` instead of the existing flag name `tfNoRippleDirect`
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xrpl",
|
"name": "xrpl",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||||
"files": [
|
"files": [
|
||||||
@@ -24,13 +24,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scure/bip32": "^1.3.1",
|
"@scure/bip32": "^1.3.1",
|
||||||
"@scure/bip39": "^1.2.1",
|
"@scure/bip39": "^1.2.1",
|
||||||
"@xrplf/isomorphic": "^1.0.0",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
"@xrplf/secret-numbers": "^1.0.0",
|
"@xrplf/secret-numbers": "^1.0.0",
|
||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"cross-fetch": "^4.0.0",
|
"cross-fetch": "^4.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"ripple-address-codec": "^5.0.0",
|
"ripple-address-codec": "^5.0.0",
|
||||||
"ripple-binary-codec": "^2.0.0",
|
"ripple-binary-codec": "^2.1.0",
|
||||||
"ripple-keypairs": "^2.0.0"
|
"ripple-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user