@keplr-wallet/unit
Advanced tools
Comparing version 0.8.0-rc.0 to 0.8.0-rc.1
import { IntPretty, IntPrettyOptions } from "./int-pretty"; | ||
import { Int } from "./int"; | ||
import { Dec } from "./decimal"; | ||
import { Currency } from "@keplr/types"; | ||
import { Currency } from "@keplr-wallet/types"; | ||
import { DeepReadonly } from "utility-types"; | ||
@@ -6,0 +6,0 @@ export declare type CoinPrettyOptions = { |
import { Coin } from "./coin"; | ||
import { Int } from "./int"; | ||
import { Currency } from "@keplr/types"; | ||
import { Currency } from "@keplr-wallet/types"; | ||
export declare class CoinUtils { | ||
@@ -5,0 +5,0 @@ static createCoinsFromPrimitives(coinPrimitives: { |
import { IntPretty, IntPrettyOptions } from "./int-pretty"; | ||
import { Int } from "./int"; | ||
import { Dec } from "./decimal"; | ||
import { FiatCurrency } from "@keplr/types"; | ||
import { FiatCurrency } from "@keplr-wallet/types"; | ||
import { DeepReadonly } from "utility-types"; | ||
@@ -6,0 +6,0 @@ export declare type PricePrettyOptions = { |
{ | ||
"name": "@keplr-wallet/unit", | ||
"version": "0.8.0-rc.0", | ||
"version": "0.8.0-rc.1", | ||
"main": "build/index.js", | ||
@@ -20,3 +20,3 @@ "author": "chainapsis", | ||
"dependencies": { | ||
"@keplr-wallet/types": "^0.8.0-rc.0", | ||
"@keplr-wallet/types": "^0.8.0-rc.1", | ||
"big-integer": "^1.6.48", | ||
@@ -28,3 +28,3 @@ "utility-types": "^3.10.0" | ||
}, | ||
"gitHead": "1b34adaaa8227f03404ea8f2d591b2b6bce4ed7a" | ||
"gitHead": "32549d9b95b8f3b3bcfada2bfd293503c1d08d25" | ||
} |
import { IntPretty, IntPrettyOptions } from "./int-pretty"; | ||
import { Int } from "./int"; | ||
import { Dec } from "./decimal"; | ||
import { Currency } from "@keplr/types"; | ||
import { Currency } from "@keplr-wallet/types"; | ||
import { DeepReadonly } from "utility-types"; | ||
@@ -6,0 +6,0 @@ |
@@ -5,3 +5,3 @@ import { Coin } from "./coin"; | ||
import { DecUtils } from "./dec-utils"; | ||
import { Currency } from "@keplr/types"; | ||
import { Currency } from "@keplr-wallet/types"; | ||
@@ -8,0 +8,0 @@ export class CoinUtils { |
import { IntPretty, IntPrettyOptions } from "./int-pretty"; | ||
import { Int } from "./int"; | ||
import { Dec } from "./decimal"; | ||
import { FiatCurrency } from "@keplr/types"; | ||
import { FiatCurrency } from "@keplr-wallet/types"; | ||
import { DeepReadonly } from "utility-types"; | ||
@@ -6,0 +6,0 @@ import { DecUtils } from "./dec-utils"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143129