release: v4.0.0 (#2739)

* update HISTORY

* update package.json
This commit is contained in:
Omar Khan
2024-07-16 14:20:55 -04:00
committed by GitHub
parent 3bc3c2029b
commit 275c95752b
3 changed files with 10 additions and 20 deletions

22
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"webpack-cli": "^5.0.1" "webpack-cli": "^5.0.1"
}, },
"engines": { "engines": {
"node": ">=16.0.0", "node": ">=18.0.0",
"npm": ">=7.10.0 < 10.0.0" "npm": ">=7.10.0 < 10.0.0"
} }
}, },
@@ -14121,19 +14121,13 @@
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.38", "@types/node": "^18.18.38",
"@types/ws": "^8.5.6" "@types/ws": "^8.5.6"
}, },
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=18.0.0"
} }
}, },
"packages/isomorphic/node_modules/@types/node": {
"version": "16.18.101",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.101.tgz",
"integrity": "sha512-AAsx9Rgz2IzG8KJ6tXd6ndNkVcu+GYB6U/SnFAaokSPNx2N7dcIIfnighYUNumvj6YS2q39Dejz5tT0NCV7CWA==",
"dev": true
},
"packages/ripple-address-codec": { "packages/ripple-address-codec": {
"version": "5.0.0", "version": "5.0.0",
"license": "ISC", "license": "ISC",
@@ -14179,7 +14173,7 @@
} }
}, },
"packages/xrpl": { "packages/xrpl": {
"version": "3.1.0", "version": "4.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@scure/bip32": "^1.3.1", "@scure/bip32": "^1.3.1",
@@ -14193,7 +14187,7 @@
"ripple-keypairs": "^2.0.0" "ripple-keypairs": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.38", "@types/node": "^18.18.38",
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"https-proxy-agent": "^7.0.1", "https-proxy-agent": "^7.0.1",
"karma": "^6.4.1", "karma": "^6.4.1",
@@ -14210,12 +14204,6 @@
"node": ">=18.0.0" "node": ">=18.0.0"
} }
}, },
"packages/xrpl/node_modules/@types/node": {
"version": "16.18.101",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.101.tgz",
"integrity": "sha512-AAsx9Rgz2IzG8KJ6tXd6ndNkVcu+GYB6U/SnFAaokSPNx2N7dcIIfnighYUNumvj6YS2q39Dejz5tT0NCV7CWA==",
"dev": true
},
"packages/xrpl/node_modules/agent-base": { "packages/xrpl/node_modules/agent-base": {
"version": "7.1.0", "version": "7.1.0",
"dev": true, "dev": true,

View File

@@ -2,8 +2,7 @@
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 ## 4.0.0 (2024-07-15)
* Remove references to the Hooks testnet faucet in the xrpl.js code repository.
### BREAKING CHANGES ### BREAKING CHANGES
* Use rippled api_version v2 as default while maintaining support for v1. * Use rippled api_version v2 as default while maintaining support for v1.
@@ -14,6 +13,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
* Support for the user version of the `feature` RPC. * Support for the user version of the `feature` RPC.
* Add `hash` field to `ledger` command response * Add `hash` field to `ledger` command response
### Removed
* Remove references to the Hooks testnet faucet in the xrpl.js code repository.
## 3.1.0 (2024-06-03) ## 3.1.0 (2024-06-03)
### BREAKING CHANGES ### BREAKING CHANGES

View File

@@ -1,6 +1,6 @@
{ {
"name": "xrpl", "name": "xrpl",
"version": "3.1.0", "version": "4.0.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": [