Skip to content

Commit 55d4df4

Browse files
author
John Letey
committed
chore: bump core version
1 parent d063669 commit 55d4df4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyve/evm",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",
@@ -9,7 +9,7 @@
99
"format": "prettier --write ."
1010
},
1111
"dependencies": {
12-
"@kyve/core": "^0.0.9",
12+
"@kyve/core": "^0.0.10",
1313
"commander": "^8.2.0",
1414
"ethers": "^5.5.1",
1515
"object-hash": "^2.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,10 @@
361361
"@ethersproject/properties" "^5.5.0"
362362
"@ethersproject/strings" "^5.5.0"
363363

364-
"@kyve/core@^0.0.9":
365-
version "0.0.9"
366-
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-0.0.9.tgz#ea9d61e0b3681f6823397dc2a7d1b6ac9f12a22d"
367-
integrity sha512-tCevnZd8bIuRZlqI3oyLqPIt5A3EQKl1kyWA0THS6ZDY9TO8j63FhFdOwR5wDJpeuDCVxI0ZPd525vNLfQwsBA==
364+
"@kyve/core@^0.0.10":
365+
version "0.0.10"
366+
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-0.0.10.tgz#e56027a5b0f49053c45b56321c5977846eca4532"
367+
integrity sha512-HQU6e9TmuNREKbBrXHhtvNHqXLKiVxU7QIPB2i+T4Hc6MZXjuydc2ixDbzWkoxjPNxwGuFSTRXXRKROFsLSkiQ==
368368
dependencies:
369369
arweave "^1.10.17"
370370
base64url "^3.0.1"

0 commit comments

Comments
 (0)