@saberhq/token-utils
Advanced tools
Comparing version 0.8.0 to 0.8.2
@@ -8,2 +8,3 @@ export * from "./ata"; | ||
export { BigintIsh, Fraction, IFormatUint, makeDecimalMultiplier, MAX_U64, MAX_U256, NumberFormat, ONE, parseBigintIsh, Percent, Rounding, TEN, validateU64, validateU256, ZERO, } from "@ubeswap/token-math"; | ||
export { TOKEN_PROGRAM_ID } from "@solana/spl-token"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ZERO = exports.validateU256 = exports.validateU64 = exports.TEN = exports.Rounding = exports.Percent = exports.parseBigintIsh = exports.ONE = exports.MAX_U256 = exports.MAX_U64 = exports.makeDecimalMultiplier = exports.Fraction = void 0; | ||
exports.TOKEN_PROGRAM_ID = exports.ZERO = exports.validateU256 = exports.validateU64 = exports.TEN = exports.Rounding = exports.Percent = exports.parseBigintIsh = exports.ONE = exports.MAX_U256 = exports.MAX_U64 = exports.makeDecimalMultiplier = exports.Fraction = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -26,2 +26,5 @@ tslib_1.__exportStar(require("./ata"), exports); | ||
Object.defineProperty(exports, "ZERO", { enumerable: true, get: function () { return token_math_1.ZERO; } }); | ||
// re-export TOKEN_PROGRAM_ID | ||
var spl_token_1 = require("@solana/spl-token"); | ||
Object.defineProperty(exports, "TOKEN_PROGRAM_ID", { enumerable: true, get: function () { return spl_token_1.TOKEN_PROGRAM_ID; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@saberhq/token-utils", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"repository": "git@github.com:saber-hq/solana-common.git", | ||
@@ -33,3 +33,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
}, | ||
"gitHead": "b8b4fc42049e4c212db1a94aa137ab19c5a3d661" | ||
"gitHead": "48b8da05a4b724a2df674a80e6913b2e48ee74a4" | ||
} |
@@ -27,1 +27,4 @@ export * from "./ata"; | ||
} from "@ubeswap/token-math"; | ||
// re-export TOKEN_PROGRAM_ID | ||
export { TOKEN_PROGRAM_ID } from "@solana/spl-token"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66490
1228