forked from hyperweb-io/telescope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
102 additions
and
70 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
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
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
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
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. | ||
|
||
# [0.84.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-21) | ||
|
||
**Note:** Version bump only for package @osmonauts/ast | ||
|
||
|
||
|
||
|
||
|
||
# [0.83.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-07) | ||
|
||
**Note:** Version bump only for package @osmonauts/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": "@osmonauts/ast", | ||
"version": "0.83.0", | ||
"version": "0.84.0", | ||
"description": "Cosmos TypeScript AST generation", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/ast#readme", | ||
|
@@ -90,7 +90,7 @@ | |
"@babel/parser": "^7.21.4", | ||
"@babel/runtime": "^7.21.0", | ||
"@babel/types": "7.21.4", | ||
"@osmonauts/proto-parser": "^0.43.0", | ||
"@osmonauts/proto-parser": "^0.44.0", | ||
"@osmonauts/types": "^0.35.0", | ||
"@osmonauts/utils": "^0.11.1", | ||
"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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.44.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-21) | ||
|
||
**Note:** Version bump only for package @osmonauts/proto-parser | ||
|
||
|
||
|
||
|
||
|
||
# [0.43.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-05-23) | ||
|
||
**Note:** Version bump only for package @osmonauts/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": "@osmonauts/proto-parser", | ||
"version": "0.43.0", | ||
"version": "0.44.0", | ||
"description": "A Parser for Cosmos Protobufs", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/parser#readme", | ||
|
@@ -70,8 +70,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.0", | ||
"@cosmology/protobufjs": "6.11.6", | ||
"@osmonauts/types": "^0.35.0", | ||
"@pyramation/protobufjs": "6.11.5", | ||
"dotty": "0.1.2", | ||
"glob": "8.0.3", | ||
"minimatch": "5.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
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
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
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
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. | ||
|
||
# [0.98.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-21) | ||
|
||
**Note:** Version bump only for package @osmonauts/telescope | ||
|
||
|
||
|
||
|
||
|
||
# [0.97.0](https://github.com/osmosis-labs/telescope/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-07) | ||
|
||
**Note:** Version bump only for package @osmonauts/telescope | ||
|
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": "@osmonauts/telescope", | ||
"version": "0.97.0", | ||
"version": "0.98.0", | ||
"description": "A TypeScript Transpiler for Cosmos Protobufs", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/telescope/tree/master/packages/telescope#readme", | ||
|
@@ -84,8 +84,8 @@ | |
"@babel/traverse": "7.21.4", | ||
"@babel/types": "7.21.4", | ||
"@cosmwasm/ts-codegen": "0.30.1", | ||
"@osmonauts/ast": "^0.83.0", | ||
"@osmonauts/proto-parser": "^0.43.0", | ||
"@osmonauts/ast": "^0.84.0", | ||
"@osmonauts/proto-parser": "^0.44.0", | ||
"@osmonauts/types": "^0.35.0", | ||
"@osmonauts/utils": "^0.11.1", | ||
"@types/parse-package-name": "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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.93.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-21) | ||
|
||
**Note:** Version bump only for package @osmonauts/test-example | ||
|
||
|
||
|
||
|
||
|
||
# [0.92.0](https://github.com/osmosis-labs/osmojs/compare/@osmonauts/[email protected]...@osmonauts/[email protected]) (2023-06-07) | ||
|
||
**Note:** Version bump only for package @osmonauts/test-example | ||
|
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": "@osmonauts/test-example", | ||
"private": true, | ||
"version": "0.92.0", | ||
"version": "0.93.0", | ||
"description": "Typescript Protobuf Messages for Osmosis", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme", | ||
|
@@ -62,7 +62,7 @@ | |
"@babel/preset-typescript": "^7.21.4", | ||
"@babel/traverse": "7.21.4", | ||
"@babel/types": "7.21.4", | ||
"@osmonauts/telescope": "^0.97.0", | ||
"@osmonauts/telescope": "^0.98.0", | ||
"@protobufs/cosmos": "^0.0.11", | ||
"@protobufs/cosmwasm": "^0.0.11", | ||
"@protobufs/ibc": "^0.0.11", | ||
|
Oops, something went wrong.