Skip to content

Commit

Permalink
build!: Transition to ESM exports (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 authored Feb 13, 2023
1 parent 4c72a4a commit d0a59cc
Show file tree
Hide file tree
Showing 93 changed files with 742 additions and 724 deletions.
8 changes: 4 additions & 4 deletions amino/amino.js

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

2 changes: 1 addition & 1 deletion amino/amino.js.map

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

2 changes: 1 addition & 1 deletion amino/amino.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
import Long from "long";
import _m0 from "protobufjs/minimal";
import _m0 from "protobufjs/minimal.js";

type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;

Expand Down
1 change: 1 addition & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ plugins:
- esModuleInterop=true
- emitImportedFiles=true
- exportCommonSymbols=false
- importSuffix=.js
12 changes: 6 additions & 6 deletions cheqd/did/v1/common.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/v1/common.js.map

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/v1/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
import Long from "long";
import _m0 from "protobufjs/minimal";
import _m0 from "protobufjs/minimal.js";

export interface KeyValuePair {
key: string;
Expand Down
32 changes: 16 additions & 16 deletions cheqd/did/v1/did.js

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

Loading

0 comments on commit d0a59cc

Please sign in to comment.