@vechain/vechain-kit 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
1
  {
2
- "name": "@vechain/vechain-kit",
3
- "version": "0.10.3",
4
- "private": false,
5
- "homepage": "https://github.com/vechain/vechain-kit",
6
- "repository": "github:vechain/vechain-kit",
7
- "license": "MIT",
8
- "sideEffects": false,
9
- "type": "module",
10
- "main": "./dist/index.js",
11
- "types": "./dist/index.d.ts",
12
- "files": [
13
- "dist",
14
- "package.json",
15
- "README.md",
16
- "LICENSE"
17
- ],
18
- "scripts": {
19
- "build": "tsup",
20
- "watch": "tsup --watch",
21
- "clean": "rm -rf dist .turbo",
22
- "lint": "eslint",
23
- "purge": "yarn clean && rm -rf node_modules"
24
- },
25
- "dependencies": {
26
- "@chakra-ui/react": "^2.8.2",
27
- "@choc-ui/chakra-autocomplete": "^5.3.0",
28
- "@privy-io/cross-app-connect": "^0.1.1",
29
- "@privy-io/react-auth": "2.0.1",
30
- "@tanstack/react-query": "^5.63.0",
31
- "@tanstack/react-query-devtools": "^5.64.1",
32
- "@vechain/dapp-kit-react": "1.3.0",
33
- "@vechain/picasso": "^2.1.1",
34
- "@vechain/sdk-core": "^1.0.0-rc.5",
35
- "@vechain/sdk-network": "^1.0.0-rc.5",
36
- "@vechain/vebetterdao-contracts": "^4.1.0",
37
- "ethers": "^6.13.5",
38
- "framer-motion": "^11.15.0",
39
- "net": "^1.0.2",
40
- "react-icons": "^5.4.0",
41
- "react-qrcode-logo": "^3.0.0",
42
- "viem": "^2.21.3",
43
- "wagmi": "^2",
44
- "@rainbow-me/rainbowkit": "^2.1.5"
45
- },
46
- "devDependencies": {
47
- "@types/react": "^18.2.28",
48
- "@types/react-dom": "^18.2.13",
49
- "eslint": "^9.12.0",
50
- "react": "^18.2.0",
51
- "tsup": "*",
52
- "typescript": "*",
53
- "vite": "^4.5.5",
54
- "vitest": "^0.34.6",
55
- "@wagmi/core": "^2.13.4"
56
- }
57
- }
2
+ "name": "@vechain/vechain-kit",
3
+ "version": "0.10.4",
4
+ "private": false,
5
+ "homepage": "https://github.com/vechain/vechain-kit",
6
+ "repository": "github:vechain/vechain-kit",
7
+ "license": "MIT",
8
+ "sideEffects": false,
9
+ "type": "module",
10
+ "main": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "files": [
13
+ "dist",
14
+ "package.json",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsup",
20
+ "watch": "tsup --watch",
21
+ "clean": "rm -rf dist .turbo",
22
+ "lint": "eslint",
23
+ "purge": "yarn clean && rm -rf node_modules"
24
+ },
25
+ "dependencies": {
26
+ "@chakra-ui/react": "^2.8.2",
27
+ "@choc-ui/chakra-autocomplete": "^5.3.0",
28
+ "@privy-io/cross-app-connect": "^0.1.1",
29
+ "@privy-io/react-auth": "2.0.1",
30
+ "@tanstack/react-query": "^5.63.0",
31
+ "@tanstack/react-query-devtools": "^5.64.1",
32
+ "@vechain/picasso": "^2.1.1",
33
+ "@vechain/sdk-core": "^1.0.0-rc.5",
34
+ "@vechain/sdk-network": "^1.0.0-rc.5",
35
+ "@vechain/vebetterdao-contracts": "^4.1.0",
36
+ "@vechain/dapp-kit-react": "1.4.1",
37
+ "ethers": "^6.13.5",
38
+ "framer-motion": "^11.15.0",
39
+ "net": "^1.0.2",
40
+ "react-icons": "^5.4.0",
41
+ "react-qrcode-logo": "^3.0.0",
42
+ "viem": "^2.21.3",
43
+ "wagmi": "^2",
44
+ "@rainbow-me/rainbowkit": "^2.1.5"
45
+ },
46
+ "devDependencies": {
47
+ "@types/react": "^18.2.28",
48
+ "@types/react-dom": "^18.2.13",
49
+ "eslint": "^9.12.0",
50
+ "react": "^18.2.0",
51
+ "tsup": "*",
52
+ "typescript": "*",
53
+ "vite": "^4.5.5",
54
+ "vitest": "^0.34.6",
55
+ "@wagmi/core": "^2.13.4"
56
+ }
57
+ }