Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Oct 26, 2022
1 parent 503dd29 commit e03c4b7
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 587 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<a href="https://github.com/osmosis-labs/telescope/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/osmosis-labs/telescope/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://www.npmjs.com/package/@osmonauts/telescope"><img height="20" src="https://img.shields.io/npm/dt/@osmonauts/telescope"></a>
<a href="https://github.com/osmosis-labs/telescope/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://github.com/osmosis-labs/telescope/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@osmonauts/telescope"><img height="20" src="https://img.shields.io/github/package-json/v/osmosis-labs/telescope?filename=packages%2Ftelescope%2Fpackage.json"/></a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@pyramation/babel-preset-env": "0.1.0",
"@pyramation/babel-preset-env": "0.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.1.2",
"eslint": "8.24.0",
Expand Down
1 change: 1 addition & 0 deletions packages/telescope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<a href="https://github.com/osmosis-labs/telescope/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/osmosis-labs/telescope/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://www.npmjs.com/package/@osmonauts/telescope"><img height="20" src="https://img.shields.io/npm/dt/@osmonauts/telescope"></a>
<a href="https://github.com/osmosis-labs/telescope/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/osmosis-labs/telescope/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"></a>
<a href="https://www.npmjs.com/package/@osmonauts/telescope"><img height="20" src="https://img.shields.io/github/package-json/v/osmosis-labs/telescope?filename=packages%2Ftelescope%2Fpackage.json"></a>
Expand Down
2 changes: 1 addition & 1 deletion packages/telescope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@babel/runtime": "^7.19.0",
"@babel/traverse": "7.19.3",
"@babel/types": "7.19.3",
"@cosmwasm/ts-codegen": "0.17.0",
"@cosmwasm/ts-codegen": "0.20.0",
"@osmonauts/ast": "^0.63.0",
"@osmonauts/proto-parser": "^0.32.0",
"@osmonauts/types": "^0.24.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@cosmjs/amino": "0.29.0",
"@cosmjs/proto-signing": "0.29.0",
"@cosmjs/stargate": "0.29.0",
"@cosmjs/tendermint-rpc": "^0.29.0",
"@cosmjs/amino": "0.29.3",
"@cosmjs/proto-signing": "0.29.3",
"@cosmjs/stargate": "0.29.3",
"@cosmjs/tendermint-rpc": "^0.29.3",
"@osmonauts/lcd": "^0.8.0",
"long": "^5.2.0",
"protobufjs": "^6.11.3"
Expand Down
Loading

0 comments on commit e03c4b7

Please sign in to comment.