Skip to content

Commit

Permalink
ESM build fixed (#22)
Browse files Browse the repository at this point in the history
* ESM build fixed

* bump: [email protected]
  • Loading branch information
itslesther authored Aug 11, 2024
1 parent 24f630a commit 3d44414
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisstronik/sdk",
"version": "1.15.0",
"version": "1.16.0",
"description": "TypeScript SDK for Swisstronik Network",
"license": "Apache-2.0",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/compliance/addressDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
PageResponse,
} from "cosmjs-types/cosmos/base/query/v1beta1/pagination.js";
import _m0 from "protobufjs/minimal.js";
import { verificationTypes } from "./verificationDetails";
import { verificationTypes } from "./verificationDetails.js";

export type AddressDetails = {
isVerified?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Period,
} from "./vestingAccount.js";
import Long from "long";
import _m0 from "protobufjs/minimal";
import _m0 from "protobufjs/minimal.js";

export const protobufPackage = "swisstronik.vesting";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable */
import { BaseAccount } from "cosmjs-types/cosmos/auth/v1beta1/auth";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import { BaseAccount } from "cosmjs-types/cosmos/auth/v1beta1/auth.js";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin.js";
import Long from "long";
import _m0 from "protobufjs/minimal";
import _m0 from "protobufjs/minimal.js";

export const protobufPackage = "cosmos.vesting.v1beta1";

Expand Down

0 comments on commit 3d44414

Please sign in to comment.