@vechain/vechain-kit 1.9.3 → 1.9.5

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,124 +1,124 @@
1
1
  {
2
- "name": "@vechain/vechain-kit",
3
- "version": "1.9.3",
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.9.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
+ "@privy-io/cross-app-connect": "0.1.8",
31
+ "@privy-io/react-auth": "2.8.0",
32
+ "@rainbow-me/rainbowkit": "^2.1.5",
33
+ "@solana/web3.js": "^1.98.0",
34
+ "@tanstack/react-query": "^5.64.2",
35
+ "@tanstack/react-query-devtools": "^5.64.1",
36
+ "@vechain/dapp-kit-react": "1.5.1",
37
+ "@vechain/picasso": "^2.1.1",
38
+ "@vechain/sdk-core": "^1.2.0-rc.3",
39
+ "@vechain/sdk-network": "^1.2.0-rc.3",
40
+ "@vechain/vebetterdao-contracts": "^4.1.0",
41
+ "@wagmi/core": "^2.17.2",
42
+ "bignumber.js": "^9.1.2",
43
+ "browser-image-compression": "^2.0.2",
44
+ "buffer": "^6.0.3",
45
+ "crypto-browserify": "^3.12.0",
46
+ "dotenv": "^16.4.7",
47
+ "ethers": "^6.13.5",
48
+ "framer-motion": "^11.15.0",
49
+ "https-browserify": "^1.0.0",
50
+ "i18next": "^24.2.1",
51
+ "i18next-browser-languagedetector": "^8.0.2",
52
+ "mixpanel-browser": "^2.61.1",
53
+ "net": "^1.0.2",
54
+ "process": "^0.11.10",
55
+ "react": "^18.2.0",
56
+ "react-device-detect": "^2.2.3",
57
+ "react-hook-form": "^7.54.2",
58
+ "react-i18next": "^15.4.0",
59
+ "react-icons": "^5.4.0",
60
+ "react-qrcode-logo": "^3.0.0",
61
+ "stream-browserify": "^3.0.0",
62
+ "stream-http": "^3.2.0",
63
+ "translo-cli": "^1.0.6",
64
+ "viem": "^2.29.3",
65
+ "wagmi": "^2.15.4"
66
+ },
67
+ "devDependencies": {
68
+ "@types/mixpanel-browser": "^2.51.0",
69
+ "@types/react": "^18.2.28",
70
+ "@types/react-dom": "^18.2.13",
71
+ "cross-env": "^7.0.3",
72
+ "dotenv-cli": "^8.0.0",
73
+ "eslint": "^9.12.0",
74
+ "eslint-plugin-i18next": "^6.1.1",
75
+ "tsup": "*",
76
+ "typescript": "*",
77
+ "vite": "^4.5.5",
78
+ "vitest": "^0.34.6"
79
+ },
80
+ "peerDependencies": {
81
+ "@chakra-ui/react": "^2.8.2",
82
+ "@tanstack/react-query": "^5.64.2",
83
+ "@vechain/dapp-kit-react": "1.5.1"
84
+ },
85
+ "peerDependenciesMeta": {
86
+ "@chakra-ui/react": {
87
+ "optional": true
25
88
  },
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
- "@privy-io/cross-app-connect": "0.1.8",
31
- "@privy-io/react-auth": "2.8.0",
32
- "@rainbow-me/rainbowkit": "^2.1.5",
33
- "@solana/web3.js": "^1.98.0",
34
- "@tanstack/react-query": "^5.64.2",
35
- "@tanstack/react-query-devtools": "^5.64.1",
36
- "@vechain/dapp-kit-react": "1.5.1",
37
- "@vechain/picasso": "^2.1.1",
38
- "@vechain/sdk-core": "^1.2.0-rc.3",
39
- "@vechain/sdk-network": "^1.2.0-rc.3",
40
- "@vechain/vebetterdao-contracts": "^4.1.0",
41
- "@wagmi/core": "^2.17.2",
42
- "bignumber.js": "^9.1.2",
43
- "browser-image-compression": "^2.0.2",
44
- "buffer": "^6.0.3",
45
- "crypto-browserify": "^3.12.0",
46
- "dotenv": "^16.4.7",
47
- "ethers": "^6.13.5",
48
- "framer-motion": "^11.15.0",
49
- "https-browserify": "^1.0.0",
50
- "i18next": "^24.2.1",
51
- "i18next-browser-languagedetector": "^8.0.2",
52
- "mixpanel-browser": "^2.61.1",
53
- "net": "^1.0.2",
54
- "process": "^0.11.10",
55
- "react": "^18.2.0",
56
- "react-device-detect": "^2.2.3",
57
- "react-hook-form": "^7.54.2",
58
- "react-i18next": "^15.4.0",
59
- "react-icons": "^5.4.0",
60
- "react-qrcode-logo": "^3.0.0",
61
- "stream-browserify": "^3.0.0",
62
- "stream-http": "^3.2.0",
63
- "translo-cli": "^1.0.6",
64
- "viem": "^2.29.3",
65
- "wagmi": "^2.15.4"
89
+ "@tanstack/react-query": {
90
+ "optional": true
66
91
  },
67
- "devDependencies": {
68
- "@types/mixpanel-browser": "^2.51.0",
69
- "@types/react": "^18.2.28",
70
- "@types/react-dom": "^18.2.13",
71
- "cross-env": "^7.0.3",
72
- "dotenv-cli": "^8.0.0",
73
- "eslint": "^9.12.0",
74
- "eslint-plugin-i18next": "^6.1.1",
75
- "tsup": "*",
76
- "typescript": "*",
77
- "vite": "^4.5.5",
78
- "vitest": "^0.34.6"
79
- },
80
- "peerDependencies": {
81
- "@chakra-ui/react": "^2.8.2",
82
- "@tanstack/react-query": "^5.64.2",
83
- "@vechain/dapp-kit-react": "1.5.1"
84
- },
85
- "peerDependenciesMeta": {
86
- "@chakra-ui/react": {
87
- "optional": true
88
- },
89
- "@tanstack/react-query": {
90
- "optional": true
91
- },
92
- "@vechain/dapp-kit-react": {
93
- "optional": true
94
- }
92
+ "@vechain/dapp-kit-react": {
93
+ "optional": true
94
+ }
95
+ },
96
+ "resolutions": {
97
+ "@vechain/sdk-core": "^1.2.0-rc.3",
98
+ "@vechain/sdk-network": "^1.2.0-rc.3",
99
+ "@vechain/dapp-kit-ui": "1.5.1",
100
+ "@vechain/dapp-kit": "1.5.1"
101
+ },
102
+ "overrides": {
103
+ "@vechain/sdk-core": "^1.2.0-rc.3",
104
+ "@vechain/sdk-network": "^1.2.0-rc.3"
105
+ },
106
+ "exports": {
107
+ ".": {
108
+ "types": "./dist/index.d.ts",
109
+ "default": "./dist/index.js"
95
110
  },
96
- "resolutions": {
97
- "@vechain/sdk-core": "^1.2.0-rc.3",
98
- "@vechain/sdk-network": "^1.2.0-rc.3",
99
- "@vechain/dapp-kit-ui": "1.5.1",
100
- "@vechain/dapp-kit": "1.5.1"
111
+ "./contracts": {
112
+ "types": "./dist/contracts/index.d.ts",
113
+ "default": "./dist/contracts/index.js"
101
114
  },
102
- "overrides": {
103
- "@vechain/sdk-core": "^1.2.0-rc.3",
104
- "@vechain/sdk-network": "^1.2.0-rc.3"
115
+ "./utils": {
116
+ "types": "./dist/utils/index.d.ts",
117
+ "default": "./dist/utils/index.js"
105
118
  },
106
- "exports": {
107
- ".": {
108
- "types": "./dist/index.d.ts",
109
- "default": "./dist/index.js"
110
- },
111
- "./contracts": {
112
- "types": "./dist/contracts/index.d.ts",
113
- "default": "./dist/contracts/index.js"
114
- },
115
- "./utils": {
116
- "types": "./dist/utils/index.d.ts",
117
- "default": "./dist/utils/index.js"
118
- },
119
- "./assets": {
120
- "types": "./dist/assets/index.d.ts",
121
- "default": "./dist/assets/index.js"
122
- }
119
+ "./assets": {
120
+ "types": "./dist/assets/index.d.ts",
121
+ "default": "./dist/assets/index.js"
123
122
  }
124
- }
123
+ }
124
+ }