@meteorwallet/utils
Advanced tools
Comparing version 0.30.0 to 0.31.0
{ | ||
"name": "@meteorwallet/utils", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "Utility functions used in Meteor Wallet", | ||
@@ -43,3 +43,4 @@ "files": [ | ||
"build-watch": "bun run clean && tsc -p tsconfig.esm.json -w", | ||
"type-check": "bunx tsc --noEmit" | ||
"type-check": "bunx tsc --noEmit", | ||
"type-check-watch": "bunx tsc --noEmit --watch" | ||
}, | ||
@@ -46,0 +47,0 @@ "dependencies": { |
51540