This commit is contained in:
Adrian Brzeziński 2024-04-21 16:08:16 +02:00
parent e167fe69f6
commit 43bc5cf2e3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/mangolana",
"version": "0.0.16",
"version": "0.0.17",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -37,11 +37,11 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.23.16",
"typescript": "5.4.5",
"@types/node": "20.12.7"
"typescript": "5.4.5"
}
}