Skip to content

Commit

Permalink
Publish Crypto + deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyusternie committed Aug 19, 2024
1 parent 0ca774b commit fd0a1cd
Show file tree
Hide file tree
Showing 22 changed files with 279 additions and 263 deletions.
20 changes: 10 additions & 10 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
},
"repository": "https://github.com/avasdao/nexajs.git",
"dependencies": {
"@nexajs/address": "24.7.20",
"@nexajs/address": "24.8.16",
"@nexajs/app": "24.8.15",
"@nexajs/crypto": "24.7.20",
"@nexajs/hdnode": "24.7.20",
"@nexajs/crypto": "24.8.16",
"@nexajs/hdnode": "24.8.16",
"@nexajs/id": "23.5.15",
"@nexajs/market": "24.7.20",
"@nexajs/message": "24.7.20",
"@nexajs/market": "24.8.16",
"@nexajs/message": "24.8.16",
"@nexajs/privacy": "24.8.15",
"@nexajs/provider": "23.12.25",
"@nexajs/purse": "24.7.20",
"@nexajs/purse": "24.8.16",
"@nexajs/request": "23.5.15",
"@nexajs/rostrum": "24.6.23",
"@nexajs/rpc": "23.5.15",
"@nexajs/script": "24.7.15",
"@nexajs/token": "24.7.20",
"@nexajs/transaction": "24.7.20",
"@nexajs/token": "24.8.16",
"@nexajs/transaction": "24.8.16",
"@nexajs/utils": "24.7.15",
"@nexajs/wallet": "24.7.20",
"@nexajs/zk": "24.8.15",
"@nexajs/wallet": "24.8.16",
"@nexajs/zk": "24.8.16",
"events": "3.3.0"
},
"devDependencies": {
Expand Down
140 changes: 70 additions & 70 deletions lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@nexajs/address@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/address/-/address-24.7.20.tgz#2369be84971a937f96f808ca40e74dbb07eda0e1"
integrity sha512-AgUsofFg0L4w/v2/eISFN2VCaX1VqoDVlcJdvXRQMyTjJr5vYVhFbxp5qPFc8d/Uru5AIw6jtkWhLQgh/217ZA==
"@nexajs/address@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/address/-/address-24.8.16.tgz#80f437ee592b1295e0c992544b5ad29566740ca6"
integrity sha512-c+T66fkI47UYE6V5P3a7n37/UnlgHRRjMe6x0O2ngcU9haUSQ30fWWoRCcCVE1xnT/lsVcl8NCYXxqLYv3FMRg==
dependencies:
"@nexajs/crypto" "24.7.20"
"@nexajs/crypto" "24.8.16"
"@nexajs/rostrum" "24.6.23"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"
Expand All @@ -479,20 +479,20 @@
graphql-ws "5.12.0"
ws "8.13.0"

"@nexajs/app@23.9.4":
version "23.9.4"
resolved "https://registry.yarnpkg.com/@nexajs/app/-/app-23.9.4.tgz#471757c416ab9a2ca30b577af8dc0b6d51a3ed9f"
integrity sha512-0KI25JSOja0jh70aGwNQHrRH6XvktlJbWT3Pr4cOn5Gdxmuz3ImNQs2ebhQbGUmja3hpVI5YsuISHOVaVv7BvA==
"@nexajs/app@24.8.15":
version "24.8.15"
resolved "https://registry.yarnpkg.com/@nexajs/app/-/app-24.8.15.tgz#0d9c9d5257f412d59039d06a058580751f56cd9d"
integrity sha512-AXB1vxavOAgeB5WYc2yIBkKHqvFu2YEOjuPRIuD+tL7jITP7HqQi5xovyEr3UNY7YfyMbFKbLPyZO5l9LjqhAQ==
dependencies:
debug "4.3.4"
events "3.3.0"

"@nexajs/crypto@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.7.20.tgz#1c5253716330fad450243023225399354e8de4be"
integrity sha512-szGhquJWFFggklYq1zwfrR61rSMgSnXHd3KKmKqH1JMwrPzU/UrtYNiUPbB5VnnDRmXw6nk9tsmgSfE5jtzrJg==
"@nexajs/crypto@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.8.16.tgz#1ec6b94b87a4b2a7a1d50e5c21f5e413f87ebffe"
integrity sha512-+Yraj8wLndReZWIWxW8e++yx5hrsOtknyMMqtpQTYGOOyJs/joVOQzSJJwp0KKtyutDIyCUHazI/nMG/PGtyiQ==
dependencies:
"@ethersproject/random" "5.7.0"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"
bn.js "5.2.1"
bs58 "6.0.0"
Expand All @@ -502,14 +502,14 @@
scrypt-js "3.0.1"
secure-ls "1.2.6"

"@nexajs/hdnode@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/hdnode/-/hdnode-24.7.20.tgz#a0bd11d4b10a842da7c642d289a6ab33c7e57c96"
integrity sha512-bDXKhXKjX+/JwEnzWR7FiUKKUkK3+bzbUCXge5m3nfHfTxYBg/0XNnWIeCY/EowFfcKRnNtZOcTMPGIWfYMTdQ==
"@nexajs/hdnode@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/hdnode/-/hdnode-24.8.16.tgz#6081feaa3a1e79c169afd83b0bc26041cab47d92"
integrity sha512-X/c6QPrBhTtvIIgv6jtVT2HKXnLR6+/Gx249+RHL4eMfl01v5/bROz1fiXZnRt9GDUwHjyxplJkdiFVpMqNowQ==
dependencies:
"@ethersproject/hdnode" "5.7.0"
"@nexajs/address" "24.7.20"
"@nexajs/crypto" "24.7.20"
"@nexajs/address" "24.8.16"
"@nexajs/crypto" "24.8.16"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"

Expand All @@ -523,25 +523,25 @@
uuid "9.0.0"
zxcvbn "4.4.2"

"@nexajs/market@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/market/-/market-24.7.20.tgz#377f7408686799bad12f94b1d80fa065d874a947"
integrity sha512-6HxQUQAntkPztU0AgRvhH1wbBTRLNU1mAngqfmeY0tYwSRYa6iktojjMPtfKVuQjq5/jIyv6SHHY5XqYNFZpIA==
"@nexajs/market@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/market/-/market-24.8.16.tgz#21dd4b93e0d1a00e2a561a7b4b742304c00721e8"
integrity sha512-RYIwamWRKRV+h8dFGrR708L9+gg8bw4jG6rJEXRC1xspu3NUHtQhEwMD58YDW5ksn64lOzEr/VIT2hAjvX1NYw==
dependencies:
"@nexajs/provider" "23.12.25"
"@nexajs/transaction" "24.7.20"
"@nexajs/transaction" "24.8.16"
events "3.3.0"
moment "2.29.4"
numeral "2.0.6"
uuid "9.0.0"

"@nexajs/message@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/message/-/message-24.7.20.tgz#2434a31ba4f03113915f15a4855665604cb4bee6"
integrity sha512-e7TjpuHkKNpXEPm3vM37Tk4P3eAyjoS5eZQglDF63vMDQ4jD3aotJoZtqaf0aa+aMfVdySfa33Q/TbcpAQJ2ow==
"@nexajs/message@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/message/-/message-24.8.16.tgz#e073353cda7e59fd7e884a8dea0b0d1d4a371fd7"
integrity sha512-XzNYQXRP9FWv6tpimPmbkcjNXVZ5jhjCRHXi+Tjov9eQ/Aif72Yj4rCWRfy8QAR5XTR+gpTxFn+EwabM/BpnDQ==
dependencies:
"@nexajs/crypto" "24.7.20"
"@nexajs/hdnode" "24.7.20"
"@nexajs/crypto" "24.8.16"
"@nexajs/hdnode" "24.8.16"
"@nexajs/utils" "24.7.15"
events "3.3.0"

Expand All @@ -562,15 +562,15 @@
isomorphic-ws "5.0.0"
ws "8.13.0"

"@nexajs/purse@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/purse/-/purse-24.7.20.tgz#8e4d0bc2a2121cacfa730443cb6d968193642955"
integrity sha512-G9kIGtsxC90tKTF/ydcJqBzraPzR9hVIAbZb5zHiCQv6I7R6rZYXUUCuGsQKCxIwLSEBulDsUDpDAk3MG7tggA==
"@nexajs/purse@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/purse/-/purse-24.8.16.tgz#882f9a071c75a28aa97a75757cfd1e0f6bb34926"
integrity sha512-FhrIRswbx52/nmh/wouFapvvdbrzRrm/hjGi1sqqEx5Dg0CLhTdNxgTu4UkYwDmeP/RAzjfSkIWfMQjnxmUjIw==
dependencies:
"@nexajs/address" "24.7.20"
"@nexajs/hdnode" "24.7.20"
"@nexajs/address" "24.8.16"
"@nexajs/hdnode" "24.8.16"
"@nexajs/provider" "23.12.25"
"@nexajs/transaction" "24.7.20"
"@nexajs/transaction" "24.8.16"
events "3.3.0"

"@nexajs/request@23.5.15":
Expand Down Expand Up @@ -608,27 +608,27 @@
dependencies:
"@nexajs/utils" "24.7.15"

"@nexajs/token@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/token/-/token-24.7.20.tgz#acbb1d76243b7a5901f4556dbb2e0e3a62a3bf40"
integrity sha512-SkeE7ftKh2S0Y3nNy7KCpUxqg6YDnhxfa9b4tZHN9BBByPEd638dpiFx3/wKNp9OxAG4ZETELzIt390yfQctYQ==
"@nexajs/token@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/token/-/token-24.8.16.tgz#ef4a1c2b8c1489da36dfea9973f6c1369dd0b477"
integrity sha512-3CyA7MFVWXItTORMWHFyd1uffME4az2mS2t8Ij4FLbsmqZq1fIGussis8QaLYLc6vLb9n0WiFjlT3/X9P995Dw==
dependencies:
"@nexajs/address" "24.7.20"
"@nexajs/crypto" "24.7.20"
"@nexajs/hdnode" "24.7.20"
"@nexajs/address" "24.8.16"
"@nexajs/crypto" "24.8.16"
"@nexajs/hdnode" "24.8.16"
"@nexajs/provider" "23.12.25"
"@nexajs/script" "24.7.15"
"@nexajs/transaction" "24.7.20"
"@nexajs/transaction" "24.8.16"
events "3.3.0"

"@nexajs/transaction@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/transaction/-/transaction-24.7.20.tgz#2bb5baabed12a9a5cae7fe9d44c1db133e86206e"
integrity sha512-i7RRviB8fZWX7EVnOtqyhCg6V9bUMVf7FR7e2Qnex03aQtXxbM7sxMIeMMhHv3yW0AJrRLm09iMqGnoS7rgrmA==
"@nexajs/transaction@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/transaction/-/transaction-24.8.16.tgz#cae9e90a72843a64ad3be5b4940b843452d98b89"
integrity sha512-uvuvl7wg4x3TMxQmGJXDYW+tQS3FgrJFex3FiUna1AwcaprS749v+CQi7KAjRZ4JXdSuZ6wDW/Ai6G5vECEARg==
dependencies:
"@nexajs/address" "24.7.20"
"@nexajs/crypto" "24.7.20"
"@nexajs/hdnode" "24.7.20"
"@nexajs/address" "24.8.16"
"@nexajs/crypto" "24.8.16"
"@nexajs/hdnode" "24.8.16"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"

Expand All @@ -637,28 +637,28 @@
resolved "https://registry.yarnpkg.com/@nexajs/utils/-/utils-24.7.15.tgz#499bf20e1643e7c7bad91529a3f30c80512b6c5a"
integrity sha512-kI2GSorfBmylBjmnuwqeIeJWqlaIONX2MLPZ1FyGSviXFfd9H91Yr5KrHyDTh+BIV2dIfhPDqu/Lk5caG6XiiA==

"@nexajs/wallet@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/wallet/-/wallet-24.7.20.tgz#594054b20f090289f6f199e57d93f627a74c00d1"
integrity sha512-9V/Ca+p+i2qNFOID0bg6nXOjiwQ/S3bzOmoIPaT/2IlxkEnsbn7+rflx2VGA2khu15ftVezeoQ2vQiKflq98MA==
"@nexajs/wallet@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/wallet/-/wallet-24.8.16.tgz#4614dceaf3a567ab588ded70730906f31d11538d"
integrity sha512-G72RZ34n3Ag/glZL3oz2xb8ypGGa0Jga98aCoLnxbPtA4VLrV53+bKNoMC97ZXi2KcTwfLfar0LpD1ByddZRUw==
dependencies:
"@nexajs/address" "24.7.20"
"@nexajs/crypto" "24.7.20"
"@nexajs/hdnode" "24.7.20"
"@nexajs/purse" "24.7.20"
"@nexajs/address" "24.8.16"
"@nexajs/crypto" "24.8.16"
"@nexajs/hdnode" "24.8.16"
"@nexajs/purse" "24.8.16"
"@nexajs/rostrum" "24.6.23"
"@nexajs/script" "24.7.15"
"@nexajs/token" "24.7.20"
"@nexajs/token" "24.8.16"
cross-fetch "4.0.0"
events "3.3.0"
numeral "2.0.6"

"@nexajs/zk@24.8.15":
version "24.8.15"
resolved "https://registry.yarnpkg.com/@nexajs/zk/-/zk-24.8.15.tgz#b7c6765e83eb1449791880466d94356650c4cb00"
integrity sha512-weV1wa9S8GIwodHkW9dSyLtDBuEbigyfU/kdyrIxgmtr7dFOn4f6ie+nJVex4HGBfZihn8ufsetYDU8ALAnOQw==
"@nexajs/zk@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/zk/-/zk-24.8.16.tgz#59f3d9b218e540ffe9935037173ce3f7d8acea82"
integrity sha512-4rEFoyDsbfsFaOWwBSyv1AHo54jg1TsflgpOWosuL8Svvl2QIWthFs37Y9bKkDS4PC8lnlfgCRzBhQ3aASfR5A==
dependencies:
"@nexajs/crypto" "24.7.20"
"@nexajs/crypto" "24.8.16"
"@nexajs/utils" "24.7.15"
big-integer "1.6.52"

Expand Down Expand Up @@ -1600,9 +1600,9 @@ eastasianwidth@^0.2.0:
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==

electron-to-chromium@^1.5.4:
version "1.5.10"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.10.tgz#2791f966880389f96078d5e784b0d500f71abd14"
integrity sha512-C3RDERDjrNW262GCRvpoer3a0Ksd66CtgDLxMHhzShQ8fhL4kwnpVXsJPAKg9xJjIROXUbLBrvtOzVAjALMIWA==
version "1.5.11"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.11.tgz#258077f1077a1c72f2925cd5b326c470a7f5adef"
integrity sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew==

elliptic@6.5.4:
version "6.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/Address/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nexajs/address",
"version": "24.7.20",
"version": "24.8.16",
"description": "A comprehensive suite of Address querying, monitoring and formatting utilities.",
"main": "index.js",
"repository": "https://github.com/avasdao/nexajs",
"author": "NEXA.js developers",
"license": "MIT",
"type": "module",
"dependencies": {
"@nexajs/crypto": "24.7.20",
"@nexajs/crypto": "24.8.16",
"@nexajs/rostrum": "24.6.23",
"@nexajs/script": "24.7.15",
"@nexajs/utils": "24.7.15",
Expand Down
9 changes: 5 additions & 4 deletions packages/Address/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"@ethersproject/bytes" "^5.7.0"
"@ethersproject/logger" "^5.7.0"

"@nexajs/crypto@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.7.20.tgz#1c5253716330fad450243023225399354e8de4be"
integrity sha512-szGhquJWFFggklYq1zwfrR61rSMgSnXHd3KKmKqH1JMwrPzU/UrtYNiUPbB5VnnDRmXw6nk9tsmgSfE5jtzrJg==
"@nexajs/crypto@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.8.16.tgz#1ec6b94b87a4b2a7a1d50e5c21f5e413f87ebffe"
integrity sha512-+Yraj8wLndReZWIWxW8e++yx5hrsOtknyMMqtpQTYGOOyJs/joVOQzSJJwp0KKtyutDIyCUHazI/nMG/PGtyiQ==
dependencies:
"@ethersproject/random" "5.7.0"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"
bn.js "5.2.1"
bs58 "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/Crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexajs/crypto",
"version": "24.8.15",
"version": "24.8.16",
"description": "Suite of useful cryptographic functions for decentralized applications.",
"main": "index.js",
"repository": "https://github.com/avasdao/nexajs",
Expand Down
2 changes: 1 addition & 1 deletion packages/Crypto/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ethersproject/bytes" "^5.7.0"
"@ethersproject/logger" "^5.7.0"

"@nexajs/script@^24.7.15":
"@nexajs/script@24.7.15":
version "24.7.15"
resolved "https://registry.yarnpkg.com/@nexajs/script/-/script-24.7.15.tgz#2af82c392805c8a1e9794d77d4e0b962f8b8daed"
integrity sha512-mhGqfT7EAQMfxTx4v6FgPKzCQvo/Thy5XMXxREXJ5I8LccVKce/OiWVllWs73BXUd8BbTVrERuhTwj1EMnNPqw==
Expand Down
6 changes: 3 additions & 3 deletions packages/Hdnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexajs/hdnode",
"version": "24.7.20",
"version": "24.8.16",
"description": "Manages the use of BIP-32 Hierarchical Deterministic (HD) wallets and nodes.",
"main": "index.js",
"type": "module",
Expand All @@ -9,8 +9,8 @@
"license": "MIT",
"dependencies": {
"@ethersproject/hdnode": "5.7.0",
"@nexajs/address": "24.7.20",
"@nexajs/crypto": "24.7.20",
"@nexajs/address": "24.8.16",
"@nexajs/crypto": "24.8.16",
"@nexajs/script": "24.7.15",
"@nexajs/utils": "24.7.15"
}
Expand Down
19 changes: 10 additions & 9 deletions packages/Hdnode/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@nexajs/address@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/address/-/address-24.7.20.tgz#2369be84971a937f96f808ca40e74dbb07eda0e1"
integrity sha512-AgUsofFg0L4w/v2/eISFN2VCaX1VqoDVlcJdvXRQMyTjJr5vYVhFbxp5qPFc8d/Uru5AIw6jtkWhLQgh/217ZA==
"@nexajs/address@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/address/-/address-24.8.16.tgz#80f437ee592b1295e0c992544b5ad29566740ca6"
integrity sha512-c+T66fkI47UYE6V5P3a7n37/UnlgHRRjMe6x0O2ngcU9haUSQ30fWWoRCcCVE1xnT/lsVcl8NCYXxqLYv3FMRg==
dependencies:
"@nexajs/crypto" "24.7.20"
"@nexajs/crypto" "24.8.16"
"@nexajs/rostrum" "24.6.23"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"
Expand All @@ -240,12 +240,13 @@
graphql-ws "5.12.0"
ws "8.13.0"

"@nexajs/crypto@24.7.20":
version "24.7.20"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.7.20.tgz#1c5253716330fad450243023225399354e8de4be"
integrity sha512-szGhquJWFFggklYq1zwfrR61rSMgSnXHd3KKmKqH1JMwrPzU/UrtYNiUPbB5VnnDRmXw6nk9tsmgSfE5jtzrJg==
"@nexajs/crypto@24.8.16":
version "24.8.16"
resolved "https://registry.yarnpkg.com/@nexajs/crypto/-/crypto-24.8.16.tgz#1ec6b94b87a4b2a7a1d50e5c21f5e413f87ebffe"
integrity sha512-+Yraj8wLndReZWIWxW8e++yx5hrsOtknyMMqtpQTYGOOyJs/joVOQzSJJwp0KKtyutDIyCUHazI/nMG/PGtyiQ==
dependencies:
"@ethersproject/random" "5.7.0"
"@nexajs/script" "24.7.15"
"@nexajs/utils" "24.7.15"
bn.js "5.2.1"
bs58 "6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/Market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexajs/market",
"version": "24.7.20",
"version": "24.8.16",
"description": "Access and trade with Nexa's exchange partners all from one place.",
"main": "index.js",
"repository": "https://github.com/avasdao/nexajs",
Expand All @@ -9,7 +9,7 @@
"type": "module",
"dependencies": {
"@nexajs/provider": "23.12.25",
"@nexajs/transaction": "24.7.20",
"@nexajs/transaction": "24.8.16",
"events": "3.3.0",
"moment": "2.29.4",
"numeral": "2.0.6",
Expand Down
Loading

0 comments on commit fd0a1cd

Please sign in to comment.