release: xrpl.js 3.0 (#2633)

- @xrplf/isomorphic@1.0.0
 - ripple-address-codec@5.0.0
 - ripple-binary-codec@2.0.0
 - ripple-keypairs@2.0.0
 - @xrplf/secret-numbers@1.0.0
 - xrpl@3.0.0
This commit is contained in:
Caleb Kniffen
2024-02-01 15:48:48 -06:00
committed by GitHub
parent a58bf2663b
commit a09084289b
334 changed files with 2728 additions and 2594 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-keypairs",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc --build tsconfig.build.json",
@@ -20,8 +20,8 @@
},
"dependencies": {
"@noble/curves": "^1.0.0",
"@xrplf/isomorphic": "^1.0.0-beta.1",
"ripple-address-codec": "^5.0.0-beta.1"
"@xrplf/isomorphic": "^1.0.0",
"ripple-address-codec": "^5.0.0"
},
"keywords": [
"ripple",