Skip to content

Commit

Permalink
fix: missing types and clean lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Aug 22, 2024
1 parent e97f88c commit d5e8c66
Show file tree
Hide file tree
Showing 324 changed files with 151,029 additions and 3,695 deletions.
3,936 changes: 241 additions & 3,695 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/codegen/amino/amino.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {}
4 changes: 4 additions & 0 deletions src/codegen/amino/bundle.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as _0 from "./amino";
export const amino = {
..._0
};
Loading

0 comments on commit d5e8c66

Please sign in to comment.