This commit is contained in:
Joseph-André Turk
2024-09-25 15:28:56 +02:00
parent 123adbd4bb
commit af6d18df00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "fhevm",
"version": "0.5.8",
"version": "0.5.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fhevm",
"version": "0.5.8",
"version": "0.5.9",
"license": "BSD-3-Clause-Clear",
"dependencies": {
"@openzeppelin/contracts": "^5.0.1"

View File

@@ -1,7 +1,7 @@
{
"name": "fhevm",
"description": "A Solidity library for interacting with the Zama Blockchain",
"version": "0.5.8",
"version": "0.5.9",
"engines": {
"node": ">=20.0.0"
},