Skip to content

Commit 3dab7d4

Browse files
committed
Merge branch 'v1.10.5' into version1
2 parents a2124d7 + a6f5ce7 commit 3dab7d4

3 files changed

Lines changed: 110 additions & 137 deletions

File tree

.yarn/install-state.gz

94.8 KB
Binary file not shown.

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": "1.10.5",
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": "1.10.5",
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.18.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": "1.5.1",
38+
"@vechain/picasso": "^2.1.1",
39+
"@vechain/vebetterdao-contracts": "^4.1.0",
40+
"@vechain/vechain-contract-types": "1.0.3",
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": "1.5.1"
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.18.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": "1.5.1",
38-
"@vechain/picasso": "^2.1.1",
39-
"@vechain/vebetterdao-contracts": "^4.1.0",
40-
"@vechain/vechain-contract-types": "1.0.3",
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": "1.5.1"
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: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9415,22 +9415,7 @@ __metadata:
94159415
languageName: node
94169416
linkType: hard
94179417

9418-
"elliptic@npm:6.5.4":
9419-
version: 6.5.4
9420-
resolution: "elliptic@npm:6.5.4"
9421-
dependencies:
9422-
bn.js: "npm:^4.11.9"
9423-
brorand: "npm:^1.1.0"
9424-
hash.js: "npm:^1.0.0"
9425-
hmac-drbg: "npm:^1.0.1"
9426-
inherits: "npm:^2.0.4"
9427-
minimalistic-assert: "npm:^1.0.1"
9428-
minimalistic-crypto-utils: "npm:^1.0.1"
9429-
checksum: 10c0/5f361270292c3b27cf0843e84526d11dec31652f03c2763c6c2b8178548175ff5eba95341dd62baff92b2265d1af076526915d8af6cc9cb7559c44a62f8ca6e2
9430-
languageName: node
9431-
linkType: hard
9432-
9433-
"elliptic@npm:6.6.1, elliptic@npm:^6.5.3, elliptic@npm:^6.5.5, elliptic@npm:^6.5.7, elliptic@npm:^6.6.1":
9418+
"elliptic@npm:6.6.1":
94349419
version: 6.6.1
94359420
resolution: "elliptic@npm:6.6.1"
94369421
dependencies:
@@ -9689,27 +9674,15 @@ __metadata:
96899674
languageName: node
96909675
linkType: hard
96919676

9692-
"es-toolkit@npm:1.33.0":
9693-
version: 1.33.0
9694-
resolution: "es-toolkit@npm:1.33.0"
9695-
dependenciesMeta:
9696-
"@trivago/prettier-plugin-sort-imports@4.3.0":
9697-
unplugged: true
9698-
prettier-plugin-sort-re-exports@0.0.1:
9699-
unplugged: true
9700-
checksum: 10c0/4c8dea3167a813070812e5c3f827fb677b4729b622c209cfad68dd5b449a008df6f3b515e675a4a8519618f52b87fe1d157c320668be871165f934a15c1d2f37
9701-
languageName: node
9702-
linkType: hard
9703-
9704-
"es-toolkit@npm:1.39.3":
9705-
version: 1.39.3
9706-
resolution: "es-toolkit@npm:1.39.3"
9677+
"es-toolkit@npm:1.39.4":
9678+
version: 1.39.4
9679+
resolution: "es-toolkit@npm:1.39.4"
97079680
dependenciesMeta:
97089681
"@trivago/prettier-plugin-sort-imports@4.3.0":
97099682
unplugged: true
97109683
prettier-plugin-sort-re-exports@0.0.1:
97119684
unplugged: true
9712-
checksum: 10c0/1c85e518b1d129d38fdc5796af353f45e8dcb8a20968ff25da1ae1749fc4a36f914570fcd992df33b47c7bca9f3866d53e4e6fa6411c21eb424e99a3e479c96e
9685+
checksum: 10c0/d269a7b7a32d21eb8cef93592dc947fc4f2e8b230fcddf9020a827d15cbcea0e2ec5d22f264b3250e8cdb12f188c0c7b4813bbc911c92a92d16888388de70b85
97139686
languageName: node
97149687
linkType: hard
97159688

0 commit comments

Comments
 (0)