Skip to content

Commit

Permalink
fix: reset deps
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Nov 27, 2023
1 parent 7af4561 commit 09549f3
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.1.0",
"version": "1.0.14",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand All @@ -23,8 +23,8 @@
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"@kyvejs/sdk": "1.0.5",
"@kyvejs/types": "1.1.0",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
"arweave": "^1.10.17",
Expand Down
4 changes: 2 additions & 2 deletions common/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/sdk",
"version": "1.1.0",
"version": "1.0.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmostation/extension-client": "^0.0.6",
"@keplr-wallet/cosmos": "^0.12.44",
"@kyvejs/types": "1.2.0",
"@kyvejs/types": "1.1.0",
"axios": "^0.27.2",
"bech32": "2.0.0",
"bignumber.js": "9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion common/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/types",
"version": "1.2.0",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
Expand Down
Binary file added integrations/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions integrations/tendermint-bsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-bsync",
"version": "1.1.0",
"version": "1.0.14",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.0.14",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions integrations/tendermint-ssync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-ssync",
"version": "1.1.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.0.14",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
Binary file added integrations/tendermint/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions integrations/tendermint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint",
"version": "1.1.0",
"version": "1.0.11",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.0.14",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down
4 changes: 2 additions & 2 deletions tools/kysor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"@kyvejs/sdk": "1.0.5",
"@kyvejs/types": "1.1.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"commander": "^9.4.0",
Expand Down

0 comments on commit 09549f3

Please sign in to comment.