Skip to content

Commit 43407b7

Browse files
committed
increased version
1 parent 9ef5a45 commit 43407b7

2 files changed

Lines changed: 11 additions & 11 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/bitcoin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -19,7 +19,7 @@
1919
"outputPath": "out"
2020
},
2121
"dependencies": {
22-
"@kyve/core": "1.2.0",
22+
"@kyve/core": "1.2.1",
2323
"axios": "^0.26.1",
2424
"nanoid": "^3.3.3"
2525
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,14 @@
473473
big-integer "^1.6.48"
474474
utility-types "^3.10.0"
475475

476-
"@kyve/core@1.2.0":
477-
version "1.2.0"
478-
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.0.tgz#533f6af3c62b293ee1a366bc25f684fc1d6316d8"
479-
integrity sha512-BU45zsBQvfwCLaryFI9auCzYL8bl8hZrmYc1pUrUcd8SLfV4DNQKRTgIbK39VtrMlAVJRkXKWnXdrpe6h3Zsvg==
476+
"@kyve/core@1.2.1":
477+
version "1.2.1"
478+
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.1.tgz#cd47838662e060a0a42a0c7fc9226a6b92693823"
479+
integrity sha512-WJylVG3kAfbhOCJBOH6D/v9sgfF1UqAkS95LLstCRNNaVH4fMGtaDI5WGpxmK3czqwVXy3opFVrG1NV3qWuaJw==
480480
dependencies:
481481
"@cosmjs/proto-signing" "^0.27.1"
482482
"@cosmjs/stargate" "^0.27.1"
483-
"@kyve/sdk" "1.2.0"
483+
"@kyve/sdk" "1.2.1"
484484
"@types/cli-progress" "^3.9.2"
485485
"@types/jsonfile" "^6.0.1"
486486
arweave "^1.10.17"
@@ -497,10 +497,10 @@
497497
tslog "^3.2.2"
498498
unique-names-generator "^4.6.0"
499499

500-
"@kyve/sdk@1.2.0":
501-
version "1.2.0"
502-
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.0.tgz#c8d373e92028b62888965fd5fafd73e843bcda52"
503-
integrity sha512-b+SAtpnnqs5V6HLZWVdY7jETOwy4oWi0cDRdte4CxwvtYFcUwcoy/XbGb2oNWXyJCnycXarpkm9pigAk2xyakA==
500+
"@kyve/sdk@1.2.1":
501+
version "1.2.1"
502+
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.1.tgz#5e066f5d4a731f21db90b678f52f896b63425621"
503+
integrity sha512-ztB8BXwi03DSxltSx+KgQ/qUTn+vO1ljnZRflUOsm0rsmKafgIuGNIY2Mxn6Cex+Q8tCaRiYc5IFVLqQku4EPg==
504504
dependencies:
505505
"@cosmjs/amino" "0.28.3"
506506
"@cosmjs/crypto" "0.27.1"

0 commit comments

Comments
 (0)