@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.11-pr9230718 to 0.6.11-pra7832cc
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.11-pr9230718", | ||
"version": "0.6.11-pra7832cc", | ||
"type": "module", | ||
@@ -57,3 +57,4 @@ "private": false, | ||
"test:coverage": "bun test --coverage", | ||
"typecheck": "tsc --noEmit" | ||
"typecheck": "tsc --noEmit", | ||
"publish-npm": "bun publish --tag ${TAG} --access public" | ||
}, | ||
@@ -60,0 +61,0 @@ "devDependencies": { |
281523