Skip to content

Commit

Permalink
Add missing runtime dependencies to proto-signing and tendermint-rpc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 authored Mar 22, 2022
1 parent fcf01d4 commit 1e11948
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to

## [Unreleased]

### Fixed

- @cosmjs/proto-signing: Add missing runtime dependencies @cosmjs/encoding and
@cosmjs/utils.
- @cosmjs/tendermint-rpc: Add missing runtime dependency @cosmjs/utils.

## [0.28.0] - 2022-03-17

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/proto-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"dependencies": {
"@cosmjs/amino": "workspace:packages/amino",
"@cosmjs/crypto": "workspace:packages/crypto",
"@cosmjs/encoding": "workspace:packages/encoding",
"@cosmjs/math": "workspace:packages/math",
"@cosmjs/utils": "workspace:packages/utils",
"cosmjs-types": "^0.4.0",
"long": "^4.0.0",
"protobufjs": "~6.10.2"
},
"devDependencies": {
"@cosmjs/encoding": "workspace:packages/encoding",
"@cosmjs/utils": "workspace:packages/utils",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/tendermint-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@cosmjs/math": "workspace:packages/math",
"@cosmjs/socket": "workspace:packages/socket",
"@cosmjs/stream": "workspace:packages/stream",
"@cosmjs/utils": "workspace:packages/utils",
"axios": "^0.21.2",
"readonly-date": "^1.0.0",
"xstream": "^11.14.0"
},
"devDependencies": {
"@cosmjs/utils": "workspace:packages/utils",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^3.8",
Expand Down

0 comments on commit 1e11948

Please sign in to comment.