Skip to content

Commit

Permalink
chore: upgrade dependencies (#104)
Browse files Browse the repository at this point in the history
chore: upgrade some deps
  • Loading branch information
troykessler authored Nov 27, 2023
1 parent 74de592 commit 7af4561
Show file tree
Hide file tree
Showing 8 changed files with 1,660 additions and 1,500 deletions.
8 changes: 4 additions & 4 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyvejs/sdk": "1.1.0-rc1.0",
"@kyvejs/types": "1.2.0-rc0.0",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
"arweave": "^1.10.17",
"axios": "^0.24.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.2",
"clone": "^2.1.2",
"commander": "^9.4.1",
Expand All @@ -39,7 +39,7 @@
"level": "^8.0.0",
"prando": "^6.0.1",
"prom-client": "^14.1.0",
"protobufjs": "^6.11.2",
"protobufjs": "^6.11.4",
"seedrandom": "^3.0.5",
"semver": "^7.5.3",
"tslog": "^3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion common/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-rc1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected].0-rc1.0) (2023-11-16)
# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

**Note:** Version bump only for package @kyvejs/sdk

Expand Down
10 changes: 5 additions & 5 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-rc1.0",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,16 +30,16 @@
"@cosmjs/stargate": "^0.31.3",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmostation/extension-client": "^0.0.6",
"@keplr-wallet/cosmos": "^0.12.39",
"@kyvejs/types": "1.2.0-rc0.0",
"axios": "0.25.0",
"@keplr-wallet/cosmos": "^0.12.44",
"@kyvejs/types": "1.2.0",
"axios": "^0.27.2",
"bech32": "2.0.0",
"bignumber.js": "9.1.2",
"humanize-number": "0.0.2",
"qs": "^6.10.5"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.38",
"@keplr-wallet/types": "^0.12.44",
"@types/jest": "^28.1.3",
"@types/qs": "^6.9.7",
"ajv": "^8.11.0",
Expand Down
2 changes: 0 additions & 2 deletions common/sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const KYVE_KEPLR_CONFIG: ChainInfo = {
bech32Config: Bech32Address.defaultBech32Config("kyve"),
currencies: [],
feeCurrencies: [],
coinType: COIN_TYPE,
features: ["ibc-transfer", "ibc-go"],
};

Expand Down Expand Up @@ -142,6 +141,5 @@ export const KYVE_LEAP_CONFIG: ChainInfo = {
bech32Config: Bech32Address.defaultBech32Config("kyve"),
currencies: [],
feeCurrencies: [],
coinType: 118,
features: ["ibc-transfer", "ibc-go"],
};
2 changes: 1 addition & 1 deletion common/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-rc0.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected].0-rc0.0) (2023-11-16)
# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

**Note:** Version bump only for package @kyvejs/types

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-rc0.0",
"version": "1.2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
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-rc1.0",
"@kyvejs/types": "1.2.0-rc0.0",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"commander": "^9.4.0",
Expand Down
Loading

0 comments on commit 7af4561

Please sign in to comment.