Skip to content

Commit 2e4d826

Browse files
author
Luke Wilson
committed
Fix types import
1 parent ec071d6 commit 2e4d826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terran-one/cosmwasm-vm-js",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"license": "MIT",
55
"author": "TerranOne",
66
"main": "dist/index.js",

src/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { bech32, BechLib } from 'bech32';
33
import { Region } from './memory';
44
import { ecdsaRecover, ecdsaVerify } from 'secp256k1';
55
import { IBackend, Record } from './backend';
6-
import { Env, MessageInfo } from 'types';
6+
import { Env, MessageInfo } from './types';
77
import { toByteArray, toNumber } from './helpers/byte-array';
88

99
export const MAX_LENGTH_DB_KEY: number = 64 * 1024;

0 commit comments

Comments
 (0)