@aptos-labs/wallet-adapter-core
Advanced tools
Comparing version
{ | ||
"name": "@aptos-labs/wallet-adapter-core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Aptos Wallet Adapter Core", | ||
@@ -30,14 +30,8 @@ "main": "./dist/index.js", | ||
], | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts", | ||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts", | ||
"lint": "TIMING=1 eslint \"src/**/*.ts*\"", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
}, | ||
"devDependencies": { | ||
"@aptos-labs/wallet-adapter-tsconfig": "workspace:*", | ||
"eslint": "^8.15.0", | ||
"@aptos-labs/eslint-config-adapter": "workspace:*", | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3" | ||
"typescript": "^4.5.3", | ||
"@aptos-labs/wallet-adapter-tsconfig": "0.0.0", | ||
"@aptos-labs/eslint-config-adapter": "0.0.0" | ||
}, | ||
@@ -47,3 +41,9 @@ "dependencies": { | ||
"eventemitter3": "^4.0.7" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts", | ||
"dev": "tsup src/index.ts --format esm,cjs --watch --dts", | ||
"lint": "TIMING=1 eslint \"src/**/*.ts*\"", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
} | ||
} | ||
} |
42077
147.85%15
25%1301
168.25%111
1.83%5
66.67%12
20%2
Infinity%