-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected]
- Loading branch information
1 parent
f67914c
commit d81a5bc
Showing
14 changed files
with
97 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
**Note:** Version bump only for package @cosmology/ast | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/ast | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/ast", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Cosmos TypeScript AST generation", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/ast#readme", | ||
|
@@ -63,7 +63,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/parser": "^7.23.6", | ||
"@cosmology/proto-parser": "^1.8.2", | ||
"@cosmology/proto-parser": "^1.8.3", | ||
"@types/jest": "^29.5.0", | ||
"ast-stringify": "0.1.0", | ||
"cross-env": "^7.0.2", | ||
|
@@ -84,8 +84,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/types": "7.23.6", | ||
"@cosmology/types": "^1.8.2", | ||
"@cosmology/utils": "^1.8.2", | ||
"@cosmology/types": "^1.9.0", | ||
"@cosmology/utils": "^1.8.3", | ||
"case": "1.6.3", | ||
"dotty": "0.1.2" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.14.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
|
||
### Features | ||
|
||
* add timeout to the argument of LcdClient constructor ([8e7c4e9](https://github.com/cosmology-tech/telescope/commit/8e7c4e92206b4931f8397c9810d582d85784ef4e)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.13.5](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/lcd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/lcd", | ||
"version": "0.13.5", | ||
"version": "0.14.0", | ||
"description": "Telescope LCDClient helpers", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/helpers#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
**Note:** Version bump only for package @cosmology/proto-parser | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/proto-parser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/proto-parser", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "A Parser for Cosmos Protobufs", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/parser#readme", | ||
|
@@ -74,8 +74,8 @@ | |
}, | ||
"dependencies": { | ||
"@cosmology/protobufjs": "7.3.2", | ||
"@cosmology/types": "^1.8.2", | ||
"@cosmology/utils": "^1.8.2", | ||
"@cosmology/types": "^1.9.0", | ||
"@cosmology/utils": "^1.8.3", | ||
"dotty": "0.1.2", | ||
"fast-json-patch": "3.1.1", | ||
"glob": "8.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.8.5](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
**Note:** Version bump only for package @cosmology/starship-test | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.4](https://github.com/osmosis-labs/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/starship-test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@cosmology/starship-test", | ||
"private": true, | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "E2E tests for telescope with Starship", | ||
"author": "Anmol1696 <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/telescope#readme", | ||
|
@@ -59,7 +59,7 @@ | |
"@confio/relayer": "0.7.0", | ||
"@cosmjs/cosmwasm-stargate": "0.29.4", | ||
"@cosmjs/crypto": "0.29.4", | ||
"@cosmology/telescope": "^1.8.4", | ||
"@cosmology/telescope": "^1.9.0", | ||
"@protobufs/confio": "^0.0.6", | ||
"@protobufs/cosmos": "^0.0.11", | ||
"@protobufs/cosmos_proto": "^0.0.10", | ||
|
@@ -102,7 +102,7 @@ | |
"@cosmjs/stargate": "^0.32.0", | ||
"@cosmjs/tendermint-rpc": "^0.32.0", | ||
"@cosmology/core": "1.23.0", | ||
"@cosmology/lcd": "^0.13.5", | ||
"@cosmology/lcd": "^0.14.0", | ||
"@keplr-wallet/unit": "0.11.56", | ||
"@tanstack/react-query": "4.29.1", | ||
"cosmjs-utils": "0.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.9.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove unused code. ([40b4130](https://github.com/cosmology-tech/telescope/commit/40b4130db43f14c8ea938171de0be53b9a19fe3f)) | ||
* use correct var name for options ([f294fb9](https://github.com/cosmology-tech/telescope/commit/f294fb936e1688e30a8b884db756693a80f52407)) | ||
|
||
|
||
### Features | ||
|
||
* add conditional logic to change UTILS.decimals value ([cf5279b](https://github.com/cosmology-tech/telescope/commit/cf5279bbc9afa52bae57cccb2961c945d64c9ad4)) | ||
* decimal supporting bigInt and options to use from cosmjs or agoric-sdk ([cc8dbb7](https://github.com/cosmology-tech/telescope/commit/cc8dbb7e7d96c1b53cd630fe9e987981389cf585)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.4](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/telescope", | ||
"version": "1.8.4", | ||
"version": "1.9.0", | ||
"description": "A TypeScript Transpiler for Cosmos Protobufs", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/telescope#readme", | ||
|
@@ -89,10 +89,10 @@ | |
"@babel/parser": "^7.23.6", | ||
"@babel/traverse": "7.23.6", | ||
"@babel/types": "7.23.6", | ||
"@cosmology/ast": "^1.8.2", | ||
"@cosmology/proto-parser": "^1.8.2", | ||
"@cosmology/types": "^1.8.2", | ||
"@cosmology/utils": "^1.8.2", | ||
"@cosmology/ast": "^1.8.3", | ||
"@cosmology/proto-parser": "^1.8.3", | ||
"@cosmology/types": "^1.9.0", | ||
"@cosmology/utils": "^1.8.3", | ||
"@cosmwasm/ts-codegen": "0.35.7", | ||
"@types/parse-package-name": "0.1.0", | ||
"case": "1.6.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.9.0](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use correct var name for options ([f294fb9](https://github.com/cosmology-tech/telescope/commit/f294fb936e1688e30a8b884db756693a80f52407)) | ||
|
||
|
||
### Features | ||
|
||
* add conditional logic to change UTILS.decimals value ([cf5279b](https://github.com/cosmology-tech/telescope/commit/cf5279bbc9afa52bae57cccb2961c945d64c9ad4)) | ||
* add options to choose beteen cosmjs or agoric-sdk ([f4a4a6b](https://github.com/cosmology-tech/telescope/commit/f4a4a6bc28ab413823dbf2c59caf5d8a28a14666)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/types", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"description": "Telescope types", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/types#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.8.3](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-16) | ||
|
||
**Note:** Version bump only for package @cosmology/utils | ||
|
||
|
||
|
||
|
||
|
||
## [1.8.2](https://github.com/cosmology-tech/telescope/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-09-12) | ||
|
||
**Note:** Version bump only for package @cosmology/utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@cosmology/utils", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Telescope utils", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/telescope/tree/master/packages/utils#readme", | ||
|
@@ -74,7 +74,7 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@cosmology/types": "^1.8.2", | ||
"@cosmology/types": "^1.9.0", | ||
"dotty": "0.1.2" | ||
} | ||
} |