@dahlia-labs/token-utils
Advanced tools
Comparing version 0.6.0 to 0.6.2
{ | ||
"name": "@dahlia-labs/token-utils", | ||
"description": "Token-related math and transaction utilities.", | ||
"version": "0.6.0", | ||
"version": "0.6.2", | ||
"repository": { | ||
@@ -11,2 +11,8 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -19,3 +25,3 @@ "celo", | ||
"scripts": { | ||
"build": "tsc && tsc -P tsconfig.esm.json", | ||
"build": "tsc && tsc -P tsconfig.cjs.json", | ||
"clean": "rm -fr dist/", | ||
@@ -25,3 +31,3 @@ "prepublishOnly": "npm run build" | ||
"dependencies": { | ||
"@dahlia-labs/celo-contrib": "^0.6.0", | ||
"@dahlia-labs/celo-contrib": "^0.6.2", | ||
"@ubeswap/token-math": "^5.2.0", | ||
@@ -40,3 +46,4 @@ "tiny-invariant": "^1.2.0", | ||
"@types/bn.js": "^5.1.1", | ||
"jsbi": "^4.3.0" | ||
"jsbi": "^4.3.0", | ||
"typescript": "^4.8.3" | ||
}, | ||
@@ -55,3 +62,3 @@ "peerDependencies": { | ||
"homepage": "https://github.com/DahliaLabs/dahlia-common#readme", | ||
"gitHead": "6624bfd85551b0648240ea3ea3fae0040516f69b" | ||
} | ||
"gitHead": "f41418de24916ae96753da2fba3fff2d404c178e" | ||
} |
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
96665
50
4