@iov/base-types
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "@iov/base-types", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "The most fundamental types used in IOV products", | ||
@@ -20,4 +20,3 @@ "author": "IOV SAS <admin@iov.one>", | ||
"lint": "cross-env-shell \"tslint -t verbose --project . ${TSLINT_FLAGS}\"", | ||
"lint-fix": "yarn lint --fix", | ||
"prebuild": "yarn format && yarn lint", | ||
"prebuild": "yarn format", | ||
"move-types": "shx rm -r ./types/* && shx mv build/types/* ./types", | ||
@@ -33,3 +32,3 @@ "build": "shx rm -rf ./build && tsc && yarn move-types", | ||
}, | ||
"gitHead": "2b178ec5efdb25691163cb250024386028e2e50a" | ||
"gitHead": "c6258401ce9238f81c4db78927c702e6db165f63" | ||
} |
@@ -20,3 +20,1 @@ import { As } from "type-tagger"; | ||
export type PostableBytes = Uint8Array & As<"postable">; | ||
export type TxId = Uint8Array & As<"txid">; |
@@ -15,2 +15,1 @@ import { As } from "type-tagger"; | ||
export declare type PostableBytes = Uint8Array & As<"postable">; | ||
export declare type TxId = Uint8Array & As<"txid">; |
14409
68