diff --git a/packages/vechain-kit/package.json b/packages/vechain-kit/package.json index 5937d4c..41e4a62 100644 --- a/packages/vechain-kit/package.json +++ b/packages/vechain-kit/package.json @@ -1,56 +1,56 @@ { - "name": "@vechain/vechain-kit", - "version": "0.9.0", - "private": false, - "homepage": "https://github.com/vechain/vechain-kit", - "repository": "github:vechain/vechain-kit", - "license": "MIT", - "sideEffects": false, - "type": "module", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist", - "package.json", - "README.md", - "LICENSE" - ], - "scripts": { - "build": "tsup", - "watch": "tsup --watch", - "clean": "rm -rf dist .turbo", - "lint": "eslint", - "purge": "yarn clean && rm -rf node_modules" - }, - "dependencies": { - "@chakra-ui/react": "^2.8.2", - "@choc-ui/chakra-autocomplete": "^5.3.0", - "@privy-io/cross-app-connect": "^0.1.2", - "@privy-io/react-auth": "2.0.1", - "@tanstack/react-query": "^5.63.0", - "@tanstack/react-query-devtools": "^5.64.1", - "@vechain/dapp-kit-react": "1.3.0", - "@vechain/picasso": "^2.1.1", - "@vechain/sdk-core": "^1.0.0-rc.5", - "@vechain/sdk-network": "^1.0.0-rc.5", - "@vechain/vebetterdao-contracts": "^4.1.0", - "ethers": "^6.13.5", - "framer-motion": "^11.15.0", - "net": "^1.0.2", - "react-icons": "^5.4.0", - "react-qrcode-logo": "^3.0.0", - "wagmi": "^2", - "viem": "2.21.9" - }, - "devDependencies": { - "@types/react": "^18.2.28", - "@types/react-dom": "^18.2.13", - "eslint": "^9.12.0", - "react": "^18.2.0", - "tsup": "*", - "typescript": "*", - "vite": "^4.5.5", - "vitest": "^0.34.6", - "@wagmi/core": "^2.14.6" - } -} + "name": "@vechain/vechain-kit", + "version": "0.10.0", + "private": false, + "homepage": "https://github.com/vechain/vechain-kit", + "repository": "github:vechain/vechain-kit", + "license": "MIT", + "sideEffects": false, + "type": "module", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "files": [ + "dist", + "package.json", + "README.md", + "LICENSE" + ], + "scripts": { + "build": "tsup", + "watch": "tsup --watch", + "clean": "rm -rf dist .turbo", + "lint": "eslint", + "purge": "yarn clean && rm -rf node_modules" + }, + "dependencies": { + "@chakra-ui/react": "^2.8.2", + "@choc-ui/chakra-autocomplete": "^5.3.0", + "@privy-io/cross-app-connect": "^0.1.2", + "@privy-io/react-auth": "2.0.1", + "@tanstack/react-query": "^5.63.0", + "@tanstack/react-query-devtools": "^5.64.1", + "@vechain/dapp-kit-react": "1.3.0", + "@vechain/picasso": "^2.1.1", + "@vechain/sdk-core": "^1.0.0-rc.5", + "@vechain/sdk-network": "^1.0.0-rc.5", + "@vechain/vebetterdao-contracts": "^4.1.0", + "ethers": "^6.13.5", + "framer-motion": "^11.15.0", + "net": "^1.0.2", + "react-icons": "^5.4.0", + "react-qrcode-logo": "^3.0.0", + "wagmi": "^2", + "viem": "2.21.9" + }, + "devDependencies": { + "@types/react": "^18.2.28", + "@types/react-dom": "^18.2.13", + "eslint": "^9.12.0", + "react": "^18.2.0", + "tsup": "*", + "typescript": "*", + "vite": "^4.5.5", + "vitest": "^0.34.6", + "@wagmi/core": "^2.14.6" + } +} \ No newline at end of file