Skip to content

Commit 38aa936

Browse files
authored
Merge pull request #447 from vechain/v2.0.0-rc.15
chore(release): v2.0.0-rc.15
2 parents 8e23142 + 6afcd6c commit 38aa936

2 files changed

Lines changed: 105 additions & 209 deletions

File tree

packages/vechain-kit/package.json

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,111 @@
11
{
2-
"name": "@vechain/vechain-kit",
3-
"version": "2.0.0-rc.14",
4-
"homepage": "https://github.com/vechain/vechain-kit",
5-
"repository": "github:vechain/vechain-kit",
6-
"license": "MIT",
7-
"sideEffects": false,
8-
"type": "module",
9-
"main": "./dist/index.js",
10-
"types": "./dist/index.d.ts",
11-
"files": [
12-
"dist",
13-
"package.json",
14-
"README.md",
15-
"LICENSE"
16-
],
17-
"scripts": {
18-
"build": "tsc --noEmit && cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup",
19-
"watch": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
20-
"clean": "rm -rf dist .turbo",
21-
"lint": "eslint",
22-
"purge": "yarn clean && rm -rf node_modules",
23-
"translate": "dotenv -e .env -- translo-cli",
24-
"typecheck": "tsc --noEmit"
2+
"name": "@vechain/vechain-kit",
3+
"version": "2.0.0-rc.15",
4+
"homepage": "https://github.com/vechain/vechain-kit",
5+
"repository": "github:vechain/vechain-kit",
6+
"license": "MIT",
7+
"sideEffects": false,
8+
"type": "module",
9+
"main": "./dist/index.js",
10+
"types": "./dist/index.d.ts",
11+
"files": [
12+
"dist",
13+
"package.json",
14+
"README.md",
15+
"LICENSE"
16+
],
17+
"scripts": {
18+
"build": "tsc --noEmit && cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup",
19+
"watch": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
20+
"clean": "rm -rf dist .turbo",
21+
"lint": "eslint",
22+
"purge": "yarn clean && rm -rf node_modules",
23+
"translate": "dotenv -e .env -- translo-cli",
24+
"typecheck": "tsc --noEmit"
25+
},
26+
"dependencies": {
27+
"@adraffy/ens-normalize": "^1.11.0",
28+
"@chakra-ui/react": "^2.8.2",
29+
"@choc-ui/chakra-autocomplete": "^5.3.0",
30+
"@emotion/styled": "^11.14.1",
31+
"@privy-io/cross-app-connect": "0.2.2",
32+
"@privy-io/react-auth": "2.24.0",
33+
"@rainbow-me/rainbowkit": "^2.1.5",
34+
"@solana/web3.js": "^1.98.0",
35+
"@tanstack/react-query": "^5.64.2",
36+
"@tanstack/react-query-devtools": "^5.64.1",
37+
"@vechain/dapp-kit-react": "2.0.4",
38+
"@vechain/picasso": "^2.1.1",
39+
"@vechain/vebetterdao-contracts": "^4.1.0",
40+
"@vechain/vechain-contract-types": "^1.0.0",
41+
"@wagmi/core": "^2.17.2",
42+
"axios": "^1.10.0",
43+
"bignumber.js": "^9.1.2",
44+
"browser-image-compression": "^2.0.2",
45+
"buffer": "^6.0.3",
46+
"crypto-browserify": "^3.12.0",
47+
"dotenv": "^16.4.7",
48+
"ethers": "^6.13.5",
49+
"framer-motion": "^11.15.0",
50+
"https-browserify": "^1.0.0",
51+
"i18next": "^24.2.1",
52+
"i18next-browser-languagedetector": "^8.0.2",
53+
"mixpanel-browser": "^2.61.1",
54+
"net": "^1.0.2",
55+
"process": "^0.11.10",
56+
"react": "^18.2.0",
57+
"react-device-detect": "^2.2.3",
58+
"react-hook-form": "^7.54.2",
59+
"react-i18next": "^15.4.0",
60+
"react-icons": "^5.4.0",
61+
"react-qrcode-logo": "^3.0.0",
62+
"stream-browserify": "^3.0.0",
63+
"stream-http": "^3.2.0",
64+
"translo-cli": "^1.0.6",
65+
"viem": "^2.29.3",
66+
"wagmi": "^2.15.4"
67+
},
68+
"devDependencies": {
69+
"@types/mixpanel-browser": "^2.51.0",
70+
"@types/react": "^18.2.28",
71+
"@types/react-dom": "^18.2.13",
72+
"cross-env": "^7.0.3",
73+
"dotenv-cli": "^8.0.0",
74+
"eslint": "^9.12.0",
75+
"eslint-plugin-i18next": "^6.1.1",
76+
"tsup": "*",
77+
"typescript": "*",
78+
"vite": "^4.5.5",
79+
"vitest": "^0.34.6"
80+
},
81+
"peerDependencies": {
82+
"@chakra-ui/react": "^2.8.2",
83+
"@tanstack/react-query": "^5.64.2",
84+
"@vechain/dapp-kit-react": "2.0.4"
85+
},
86+
"peerDependenciesMeta": {
87+
"@chakra-ui/react": {
88+
"optional": true
2589
},
26-
"dependencies": {
27-
"@adraffy/ens-normalize": "^1.11.0",
28-
"@chakra-ui/react": "^2.8.2",
29-
"@choc-ui/chakra-autocomplete": "^5.3.0",
30-
"@emotion/styled": "^11.14.1",
31-
"@privy-io/cross-app-connect": "0.2.2",
32-
"@privy-io/react-auth": "2.24.0",
33-
"@rainbow-me/rainbowkit": "^2.1.5",
34-
"@solana/web3.js": "^1.98.0",
35-
"@tanstack/react-query": "^5.64.2",
36-
"@tanstack/react-query-devtools": "^5.64.1",
37-
"@vechain/dapp-kit-react": "2.0.4",
38-
"@vechain/picasso": "^2.1.1",
39-
"@vechain/vebetterdao-contracts": "^4.1.0",
40-
"@vechain/vechain-contract-types": "^1.0.0",
41-
"@wagmi/core": "^2.17.2",
42-
"axios": "^1.10.0",
43-
"bignumber.js": "^9.1.2",
44-
"browser-image-compression": "^2.0.2",
45-
"buffer": "^6.0.3",
46-
"crypto-browserify": "^3.12.0",
47-
"dotenv": "^16.4.7",
48-
"ethers": "^6.13.5",
49-
"framer-motion": "^11.15.0",
50-
"https-browserify": "^1.0.0",
51-
"i18next": "^24.2.1",
52-
"i18next-browser-languagedetector": "^8.0.2",
53-
"mixpanel-browser": "^2.61.1",
54-
"net": "^1.0.2",
55-
"process": "^0.11.10",
56-
"react": "^18.2.0",
57-
"react-device-detect": "^2.2.3",
58-
"react-hook-form": "^7.54.2",
59-
"react-i18next": "^15.4.0",
60-
"react-icons": "^5.4.0",
61-
"react-qrcode-logo": "^3.0.0",
62-
"stream-browserify": "^3.0.0",
63-
"stream-http": "^3.2.0",
64-
"translo-cli": "^1.0.6",
65-
"viem": "^2.29.3",
66-
"wagmi": "^2.15.4"
90+
"@tanstack/react-query": {
91+
"optional": true
6792
},
68-
"devDependencies": {
69-
"@types/mixpanel-browser": "^2.51.0",
70-
"@types/react": "^18.2.28",
71-
"@types/react-dom": "^18.2.13",
72-
"cross-env": "^7.0.3",
73-
"dotenv-cli": "^8.0.0",
74-
"eslint": "^9.12.0",
75-
"eslint-plugin-i18next": "^6.1.1",
76-
"tsup": "*",
77-
"typescript": "*",
78-
"vite": "^4.5.5",
79-
"vitest": "^0.34.6"
80-
},
81-
"peerDependencies": {
82-
"@chakra-ui/react": "^2.8.2",
83-
"@tanstack/react-query": "^5.64.2",
84-
"@vechain/dapp-kit-react": "2.0.4"
93+
"@vechain/dapp-kit-react": {
94+
"optional": true
95+
}
96+
},
97+
"exports": {
98+
".": {
99+
"types": "./dist/index.d.ts",
100+
"default": "./dist/index.js"
85101
},
86-
"peerDependenciesMeta": {
87-
"@chakra-ui/react": {
88-
"optional": true
89-
},
90-
"@tanstack/react-query": {
91-
"optional": true
92-
},
93-
"@vechain/dapp-kit-react": {
94-
"optional": true
95-
}
102+
"./utils": {
103+
"types": "./dist/utils/index.d.ts",
104+
"default": "./dist/utils/index.js"
96105
},
97-
"exports": {
98-
".": {
99-
"types": "./dist/index.d.ts",
100-
"default": "./dist/index.js"
101-
},
102-
"./utils": {
103-
"types": "./dist/utils/index.d.ts",
104-
"default": "./dist/utils/index.js"
105-
},
106-
"./assets": {
107-
"types": "./dist/assets/index.d.ts",
108-
"default": "./dist/assets/index.js"
109-
}
106+
"./assets": {
107+
"types": "./dist/assets/index.d.ts",
108+
"default": "./dist/assets/index.js"
110109
}
111-
}
110+
}
111+
}

yarn.lock

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -7058,31 +7058,6 @@ __metadata:
70587058
languageName: node
70597059
linkType: hard
70607060

7061-
"@walletconnect/core@npm:2.21.5":
7062-
version: 2.21.5
7063-
resolution: "@walletconnect/core@npm:2.21.5"
7064-
dependencies:
7065-
"@walletconnect/heartbeat": "npm:1.2.2"
7066-
"@walletconnect/jsonrpc-provider": "npm:1.0.14"
7067-
"@walletconnect/jsonrpc-types": "npm:1.0.4"
7068-
"@walletconnect/jsonrpc-utils": "npm:1.0.8"
7069-
"@walletconnect/jsonrpc-ws-connection": "npm:1.0.16"
7070-
"@walletconnect/keyvaluestorage": "npm:1.1.1"
7071-
"@walletconnect/logger": "npm:2.1.2"
7072-
"@walletconnect/relay-api": "npm:1.0.11"
7073-
"@walletconnect/relay-auth": "npm:1.1.0"
7074-
"@walletconnect/safe-json": "npm:1.0.2"
7075-
"@walletconnect/time": "npm:1.0.2"
7076-
"@walletconnect/types": "npm:2.21.5"
7077-
"@walletconnect/utils": "npm:2.21.5"
7078-
"@walletconnect/window-getters": "npm:1.0.1"
7079-
es-toolkit: "npm:1.39.3"
7080-
events: "npm:3.3.0"
7081-
uint8arrays: "npm:3.1.1"
7082-
checksum: 10c0/25c122c21060a3d76bd1607152dff64fe74c277645607c664659020d0653fea30ebe44b41086d8a5e3ecde40925025a0393b2d7d74fece16d771bcf2bdd05e2d
7083-
languageName: node
7084-
linkType: hard
7085-
70867061
"@walletconnect/core@npm:2.21.7":
70877062
version: 2.21.7
70887063
resolution: "@walletconnect/core@npm:2.21.7"
@@ -7371,23 +7346,6 @@ __metadata:
73717346
languageName: node
73727347
linkType: hard
73737348

7374-
"@walletconnect/sign-client@npm:2.21.5":
7375-
version: 2.21.5
7376-
resolution: "@walletconnect/sign-client@npm:2.21.5"
7377-
dependencies:
7378-
"@walletconnect/core": "npm:2.21.5"
7379-
"@walletconnect/events": "npm:1.0.1"
7380-
"@walletconnect/heartbeat": "npm:1.2.2"
7381-
"@walletconnect/jsonrpc-utils": "npm:1.0.8"
7382-
"@walletconnect/logger": "npm:2.1.2"
7383-
"@walletconnect/time": "npm:1.0.2"
7384-
"@walletconnect/types": "npm:2.21.5"
7385-
"@walletconnect/utils": "npm:2.21.5"
7386-
events: "npm:3.3.0"
7387-
checksum: 10c0/1e4bd32a25ecf5247bf87f1563ca8109853aea5fd6bf86871b2e748049bd263f9954bbf936269d78402483f4426331bc96f5cc85cbc029e4c657032757867e19
7388-
languageName: node
7389-
linkType: hard
7390-
73917349
"@walletconnect/sign-client@npm:2.21.7":
73927350
version: 2.21.7
73937351
resolution: "@walletconnect/sign-client@npm:2.21.7"
@@ -7456,20 +7414,6 @@ __metadata:
74567414
languageName: node
74577415
linkType: hard
74587416

7459-
"@walletconnect/types@npm:2.21.5":
7460-
version: 2.21.5
7461-
resolution: "@walletconnect/types@npm:2.21.5"
7462-
dependencies:
7463-
"@walletconnect/events": "npm:1.0.1"
7464-
"@walletconnect/heartbeat": "npm:1.2.2"
7465-
"@walletconnect/jsonrpc-types": "npm:1.0.4"
7466-
"@walletconnect/keyvaluestorage": "npm:1.1.1"
7467-
"@walletconnect/logger": "npm:2.1.2"
7468-
events: "npm:3.3.0"
7469-
checksum: 10c0/b870cae5295b9951305be653d78346bb81dedee945d395d043597034635d402ba0e688bf65d0c8cc3b50f86387727449c6043805795250135f70c9b7c6bc5998
7470-
languageName: node
7471-
linkType: hard
7472-
74737417
"@walletconnect/types@npm:2.21.7":
74747418
version: 2.21.7
74757419
resolution: "@walletconnect/types@npm:2.21.7"
@@ -7524,26 +7468,6 @@ __metadata:
75247468
languageName: node
75257469
linkType: hard
75267470

7527-
"@walletconnect/universal-provider@npm:2.21.5":
7528-
version: 2.21.5
7529-
resolution: "@walletconnect/universal-provider@npm:2.21.5"
7530-
dependencies:
7531-
"@walletconnect/events": "npm:1.0.1"
7532-
"@walletconnect/jsonrpc-http-connection": "npm:1.0.8"
7533-
"@walletconnect/jsonrpc-provider": "npm:1.0.14"
7534-
"@walletconnect/jsonrpc-types": "npm:1.0.4"
7535-
"@walletconnect/jsonrpc-utils": "npm:1.0.8"
7536-
"@walletconnect/keyvaluestorage": "npm:1.1.1"
7537-
"@walletconnect/logger": "npm:2.1.2"
7538-
"@walletconnect/sign-client": "npm:2.21.5"
7539-
"@walletconnect/types": "npm:2.21.5"
7540-
"@walletconnect/utils": "npm:2.21.5"
7541-
es-toolkit: "npm:1.39.3"
7542-
events: "npm:3.3.0"
7543-
checksum: 10c0/2a018afe092020820952fe7fd5c3e81497dc16a3df9cc54e87eb126a8ebf6a30930578c290894f9ac05ca24c8cf49cbdf9e30a334277efc71e4d5a099def3f9b
7544-
languageName: node
7545-
linkType: hard
7546-
75477471
"@walletconnect/universal-provider@npm:2.21.7":
75487472
version: 2.21.7
75497473
resolution: "@walletconnect/universal-provider@npm:2.21.7"
@@ -7639,34 +7563,6 @@ __metadata:
76397563
languageName: node
76407564
linkType: hard
76417565

7642-
"@walletconnect/utils@npm:2.21.5":
7643-
version: 2.21.5
7644-
resolution: "@walletconnect/utils@npm:2.21.5"
7645-
dependencies:
7646-
"@msgpack/msgpack": "npm:3.1.2"
7647-
"@noble/ciphers": "npm:1.3.0"
7648-
"@noble/curves": "npm:1.9.2"
7649-
"@noble/hashes": "npm:1.8.0"
7650-
"@scure/base": "npm:1.2.6"
7651-
"@walletconnect/jsonrpc-utils": "npm:1.0.8"
7652-
"@walletconnect/keyvaluestorage": "npm:1.1.1"
7653-
"@walletconnect/relay-api": "npm:1.0.11"
7654-
"@walletconnect/relay-auth": "npm:1.1.0"
7655-
"@walletconnect/safe-json": "npm:1.0.2"
7656-
"@walletconnect/time": "npm:1.0.2"
7657-
"@walletconnect/types": "npm:2.21.5"
7658-
"@walletconnect/window-getters": "npm:1.0.1"
7659-
"@walletconnect/window-metadata": "npm:1.0.1"
7660-
blakejs: "npm:1.2.1"
7661-
bs58: "npm:6.0.0"
7662-
detect-browser: "npm:5.3.0"
7663-
query-string: "npm:7.1.3"
7664-
uint8arrays: "npm:3.1.1"
7665-
viem: "npm:2.31.0"
7666-
checksum: 10c0/9fbc70add96a456a505c8b3e039634e68fd4ec9467da09f7560eb841671cc5c1e84bba8c4888d781f7b3316d4c9eef43eb714990391a02f5a034979694448b56
7667-
languageName: node
7668-
linkType: hard
7669-
76707566
"@walletconnect/utils@npm:2.21.7":
76717567
version: 2.21.7
76727568
resolution: "@walletconnect/utils@npm:2.21.7"

0 commit comments

Comments
 (0)