@manahippo/move-to-ts
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
import { TypeTag } from "aptos/dist/transaction_builder/aptos_types"; | ||
import { TypeTag } from "./typeTag"; | ||
import { U8, U64, U128, UnsignedInt } from "./builtinTypes"; | ||
@@ -3,0 +3,0 @@ export declare function assert(cond: boolean, error: any): void; |
{ | ||
"name": "@manahippo/move-to-ts", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
import { TypeTag } from "aptos/dist/transaction_builder/aptos_types"; | ||
import { TypeTag } from "./typeTag"; | ||
import bigInt from "big-integer"; | ||
@@ -3,0 +3,0 @@ import { U8, U64, U128, UnsignedInt } from "./builtinTypes"; |
Sorry, the diff of this file is not supported yet
230161