@saberhq/token-utils
Advanced tools
Comparing version 1.3.16 to 1.3.17
{ | ||
"name": "@saberhq/token-utils", | ||
"description": "Token-related math and transaction utilities for Solana.", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"repository": "git@github.com:saber-hq/solana-common.git", | ||
@@ -18,7 +18,8 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.3.16", | ||
"@saberhq/solana-contrib": "^1.3.17", | ||
"@solana/buffer-layout": "^3.0.0", | ||
"@solana/spl-token": "^0.1.8", | ||
"@ubeswap/token-math": "^4.2.0", | ||
"tiny-invariant": "^1.1.0" | ||
"tiny-invariant": "^1.1.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
@@ -33,4 +34,3 @@ "main": "dist/index.js", | ||
"@solana/web3.js": "^1.29.2", | ||
"@types/bn.js": "^5.1.0", | ||
"tslib": "^2.3.1" | ||
"@types/bn.js": "^5.1.0" | ||
}, | ||
@@ -40,4 +40,3 @@ "peerDependencies": { | ||
"@solana/web3.js": "^1.29.2", | ||
"bn.js": "^5.2", | ||
"tslib": "^2.3.1" | ||
"bn.js": "^5.2" | ||
}, | ||
@@ -47,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "214bd1dc2c508435133a497ab2fef40f1228e879" | ||
"gitHead": "d12600c247af7957a8917f730cf14b514ab5fd3e" | ||
} |
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
3
113201
+ Addedtslib@^2.3.1