Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 1, 2022
1 parent 6923bc8 commit 91cdc16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/near",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.2.0",
"@kyve/core": "1.2.1",
"near-api-js": "^0.44.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,14 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyve/[email protected].0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.0.tgz#533f6af3c62b293ee1a366bc25f684fc1d6316d8"
integrity sha512-BU45zsBQvfwCLaryFI9auCzYL8bl8hZrmYc1pUrUcd8SLfV4DNQKRTgIbK39VtrMlAVJRkXKWnXdrpe6h3Zsvg==
"@kyve/[email protected].1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.2.1.tgz#cd47838662e060a0a42a0c7fc9226a6b92693823"
integrity sha512-WJylVG3kAfbhOCJBOH6D/v9sgfF1UqAkS95LLstCRNNaVH4fMGtaDI5WGpxmK3czqwVXy3opFVrG1NV3qWuaJw==
dependencies:
"@cosmjs/proto-signing" "^0.27.1"
"@cosmjs/stargate" "^0.27.1"
"@kyve/sdk" "1.2.0"
"@kyve/sdk" "1.2.1"
"@types/cli-progress" "^3.9.2"
"@types/jsonfile" "^6.0.1"
arweave "^1.10.17"
Expand All @@ -497,10 +497,10 @@
tslog "^3.2.2"
unique-names-generator "^4.6.0"

"@kyve/[email protected].0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.0.tgz#c8d373e92028b62888965fd5fafd73e843bcda52"
integrity sha512-b+SAtpnnqs5V6HLZWVdY7jETOwy4oWi0cDRdte4CxwvtYFcUwcoy/XbGb2oNWXyJCnycXarpkm9pigAk2xyakA==
"@kyve/[email protected].1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@kyve/sdk/-/sdk-1.2.1.tgz#5e066f5d4a731f21db90b678f52f896b63425621"
integrity sha512-ztB8BXwi03DSxltSx+KgQ/qUTn+vO1ljnZRflUOsm0rsmKafgIuGNIY2Mxn6Cex+Q8tCaRiYc5IFVLqQku4EPg==
dependencies:
"@cosmjs/amino" "0.28.3"
"@cosmjs/crypto" "0.27.1"
Expand Down

0 comments on commit 91cdc16

Please sign in to comment.