@cryptoeconomicslab/primitives
Advanced tools
Comparing version 0.0.39 to 0.0.40
@@ -6,2 +6,3 @@ import Codable from './Codable'; | ||
import Bytes from './Bytes'; | ||
import FixedBytes from './FixedBytes'; | ||
import List from './List'; | ||
@@ -12,2 +13,2 @@ import Tuple from './Tuple'; | ||
import { ParamType } from './ParamType'; | ||
export { Codable, Integer, Address, Bytes, BigNumber, List, Tuple, Struct, Range, ParamType }; | ||
export { Codable, Integer, Address, Bytes, FixedBytes, BigNumber, List, Tuple, Struct, Range, ParamType }; |
@@ -12,2 +12,4 @@ "use strict"; | ||
exports.Bytes = Bytes_1.default; | ||
const FixedBytes_1 = tslib_1.__importDefault(require("./FixedBytes")); | ||
exports.FixedBytes = FixedBytes_1.default; | ||
const List_1 = tslib_1.__importDefault(require("./List")); | ||
@@ -14,0 +16,0 @@ exports.List = List_1.default; |
{ | ||
"name": "@cryptoeconomicslab/primitives", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "primitive types", | ||
@@ -38,3 +38,3 @@ "author": { | ||
}, | ||
"gitHead": "d1a8f15e7edae904aac7603fa988035825a367dd" | ||
"gitHead": "f0eb6f958451991a243c76671b56ee55adadabf7" | ||
} |
Sorry, the diff of this file is not supported yet
42570
39
560