Skip to content

Commit

Permalink
feat: Revert to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Apr 5, 2023
1 parent 2c550f1 commit 5e6d72d
Show file tree
Hide file tree
Showing 108 changed files with 1,772 additions and 2,046 deletions.
15 changes: 10 additions & 5 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.js";
import _m0 from "protobufjs/minimal";

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

Expand Down
1 change: 0 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ plugins:
- esModuleInterop=true
- emitImportedFiles=true
- exportCommonSymbols=false
- importSuffix=.js
24 changes: 15 additions & 9 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.js";
import _m0 from "protobufjs/minimal";

export interface KeyValuePair {
key: string;
Expand Down
Loading

0 comments on commit 5e6d72d

Please sign in to comment.