Skip to content

Commit 70c4d7b

Browse files
author
John Letey
committed
chore: bump core version
1 parent a243fdd commit 70c4d7b

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.10",
3+
"version": "0.0.11",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",
@@ -9,7 +9,7 @@
99
"format": "prettier --write ."
1010
},
1111
"dependencies": {
12-
"@kyve/core": "^0.0.12",
12+
"@kyve/core": "^0.0.13",
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.12":
365-
version "0.0.12"
366-
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-0.0.12.tgz#332a3e47e920683957beac8617e8759aa414b5d7"
367-
integrity sha512-gbDCWKUB5tKqim/SkLFPFeKTCGbvY4gGx+YwTwJqRxsnL2AhxE++mhNkysddiJweKSLeYdrzsgjJ7hocVfnQkg==
364+
"@kyve/core@^0.0.13":
365+
version "0.0.13"
366+
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-0.0.13.tgz#2137b4381714e63d3d63842cbaafafaca3b6c273"
367+
integrity sha512-d2tK91iPnRQAWeFrGY2a3VYE2CKccmLdnDNeTg1uwhqJV6u/VFILaBha6jm2cr8JSdoAWEfn/dNaF9zOJMc/6A==
368368
dependencies:
369369
arweave "^1.10.17"
370370
base64url "^3.0.1"

0 commit comments

Comments
 (0)