Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Switch index exports #84

Merged
merged 3 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Features

* Switched to `esnext` as default tied latest ([#81](https://github.com/cheqd/ts-proto/issues/81)) ([097ee07](https://github.com/cheqd/ts-proto/commit/097ee0709b9a24c14070dd8282f305da51293dd0))
## [3.1.0-develop.2](https://github.com/cheqd/ts-proto/compare/3.1.0-develop.1...3.1.0-develop.2) (2023-02-14)

## [3.1.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.0.0...3.1.0-develop.1) (2023-02-14)

Expand Down
10 changes: 5 additions & 5 deletions cheqd/did/v2/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cheqd/did/v2/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cheqd/did/v2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './diddoc';
export * from './fee';
export * from './tx';
export * from './genesis';
export * from './query';
export * from './diddoc.js'
export * from './fee.js'
export * from './tx.js'
export * from './genesis.js'
export * from './query.js'
export const protobufPackage = "cheqd.did.v2"
10 changes: 5 additions & 5 deletions cheqd/resource/v2/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cheqd/resource/v2/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cheqd/resource/v2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './genesis';
export * from './query';
export * from './resource';
export * from './tx';
export * from './fee'
export * from './genesis.js'
export * from './query.js'
export * from './resource.js'
export * from './tx.js'
export * from './fee.js'
export const protobufPackage = "cheqd.resource.v2"