@vechain/vechain-kit 1.2.2 → 1.2.3

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.
@@ -1,5 +1,5 @@
1
- import { d as NFTMediaType, N as NETWORK_TYPE } from '../Constants-Q8PYUyoh.cjs';
2
- export { i as TOKEN_LOGOS, e as TogglePassportCheck, j as VECHAIN_PRIVY_APP_ID, n as notFoundImage } from '../Constants-Q8PYUyoh.cjs';
1
+ import { d as NFTMediaType, N as NETWORK_TYPE } from '../Constants-Cu1LVhH4.cjs';
2
+ export { i as TOKEN_LOGOS, e as TogglePassportCheck, j as VECHAIN_PRIVY_APP_ID, n as notFoundImage } from '../Constants-Cu1LVhH4.cjs';
3
3
  import { BigNumber } from 'bignumber.js';
4
4
  import { Account } from 'viem/accounts';
5
5
 
@@ -1,5 +1,5 @@
1
- import { d as NFTMediaType, N as NETWORK_TYPE } from '../Constants-Q8PYUyoh.js';
2
- export { i as TOKEN_LOGOS, e as TogglePassportCheck, j as VECHAIN_PRIVY_APP_ID, n as notFoundImage } from '../Constants-Q8PYUyoh.js';
1
+ import { d as NFTMediaType, N as NETWORK_TYPE } from '../Constants-Cu1LVhH4.js';
2
+ export { i as TOKEN_LOGOS, e as TogglePassportCheck, j as VECHAIN_PRIVY_APP_ID, n as notFoundImage } from '../Constants-Cu1LVhH4.js';
3
3
  import { BigNumber } from 'bignumber.js';
4
4
  import { Account } from 'viem/accounts';
5
5
 
package/package.json CHANGED
@@ -1,110 +1,110 @@
1
1
  {
2
- "name": "@vechain/vechain-kit",
3
- "version": "1.2.2",
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": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup",
20
- "watch": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
21
- "clean": "rm -rf dist .turbo",
22
- "lint": "eslint",
23
- "purge": "yarn clean && rm -rf node_modules",
24
- "translate": "dotenv -e .env -- translo-cli"
25
- },
26
- "dependencies": {
27
- "@chakra-ui/react": "^2.8.2",
28
- "@choc-ui/chakra-autocomplete": "^5.3.0",
29
- "@privy-io/cross-app-connect": "^0.1.3",
30
- "@privy-io/react-auth": "2.0.1",
31
- "@rainbow-me/rainbowkit": "^2.1.5",
32
- "@tanstack/react-query": "^5.64.2",
33
- "@tanstack/react-query-devtools": "^5.64.1",
34
- "@vechain/dapp-kit-react": "1.4.1",
35
- "@vechain/picasso": "^2.1.1",
36
- "@vechain/sdk-core": "^1.0.0-rc.5",
37
- "@vechain/sdk-network": "^1.0.0-rc.5",
38
- "@vechain/vebetterdao-contracts": "^4.1.0",
39
- "@wagmi/core": "^2.13.4",
40
- "bignumber.js": "^9.1.2",
41
- "buffer": "^6.0.3",
42
- "crypto-browserify": "^3.12.0",
43
- "dotenv": "^16.4.7",
44
- "ethers": "^6.13.5",
45
- "framer-motion": "^11.15.0",
46
- "https-browserify": "^1.0.0",
47
- "i18next": "^24.2.1",
48
- "i18next-browser-languagedetector": "^8.0.2",
49
- "net": "^1.0.2",
50
- "process": "^0.11.10",
51
- "react": "^18.2.0",
52
- "react-device-detect": "^2.2.3",
53
- "react-i18next": "^15.4.0",
54
- "react-icons": "^5.4.0",
55
- "react-qrcode-logo": "^3.0.0",
56
- "stream-browserify": "^3.0.0",
57
- "stream-http": "^3.2.0",
58
- "translo-cli": "^1.0.6",
59
- "viem": "^2.21.3",
60
- "wagmi": "^2.13.4"
61
- },
62
- "devDependencies": {
63
- "@types/react": "^18.2.28",
64
- "@types/react-dom": "^18.2.13",
65
- "cross-env": "^7.0.3",
66
- "dotenv-cli": "^8.0.0",
67
- "eslint": "^9.12.0",
68
- "eslint-plugin-i18next": "^6.1.1",
69
- "tsup": "*",
70
- "typescript": "*",
71
- "vite": "^4.5.5",
72
- "vitest": "^0.34.6"
73
- },
74
- "peerDependencies": {
75
- "@chakra-ui/react": "^2.8.2",
76
- "@tanstack/react-query": "^5.64.2",
77
- "@vechain/dapp-kit-react": "1.4.1"
78
- },
79
- "peerDependenciesMeta": {
80
- "@vechain/dapp-kit-react": {
81
- "optional": true
82
- }
2
+ "name": "@vechain/vechain-kit",
3
+ "version": "1.2.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": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup",
20
+ "watch": "cross-env NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
21
+ "clean": "rm -rf dist .turbo",
22
+ "lint": "eslint",
23
+ "purge": "yarn clean && rm -rf node_modules",
24
+ "translate": "dotenv -e .env -- translo-cli"
25
+ },
26
+ "dependencies": {
27
+ "@chakra-ui/react": "^2.8.2",
28
+ "@choc-ui/chakra-autocomplete": "^5.3.0",
29
+ "@privy-io/cross-app-connect": "^0.1.3",
30
+ "@privy-io/react-auth": "2.0.1",
31
+ "@rainbow-me/rainbowkit": "^2.1.5",
32
+ "@tanstack/react-query": "^5.64.2",
33
+ "@tanstack/react-query-devtools": "^5.64.1",
34
+ "@vechain/dapp-kit-react": "1.4.1",
35
+ "@vechain/picasso": "^2.1.1",
36
+ "@vechain/sdk-core": "^1.0.0-rc.5",
37
+ "@vechain/sdk-network": "^1.0.0-rc.5",
38
+ "@vechain/vebetterdao-contracts": "^4.1.0",
39
+ "@wagmi/core": "^2.13.4",
40
+ "bignumber.js": "^9.1.2",
41
+ "buffer": "^6.0.3",
42
+ "crypto-browserify": "^3.12.0",
43
+ "dotenv": "^16.4.7",
44
+ "ethers": "^6.13.5",
45
+ "framer-motion": "^11.15.0",
46
+ "https-browserify": "^1.0.0",
47
+ "i18next": "^24.2.1",
48
+ "i18next-browser-languagedetector": "^8.0.2",
49
+ "net": "^1.0.2",
50
+ "process": "^0.11.10",
51
+ "react": "^18.2.0",
52
+ "react-device-detect": "^2.2.3",
53
+ "react-i18next": "^15.4.0",
54
+ "react-icons": "^5.4.0",
55
+ "react-qrcode-logo": "^3.0.0",
56
+ "stream-browserify": "^3.0.0",
57
+ "stream-http": "^3.2.0",
58
+ "translo-cli": "^1.0.6",
59
+ "viem": "^2.21.3",
60
+ "wagmi": "^2.13.4"
61
+ },
62
+ "devDependencies": {
63
+ "@types/react": "^18.2.28",
64
+ "@types/react-dom": "^18.2.13",
65
+ "cross-env": "^7.0.3",
66
+ "dotenv-cli": "^8.0.0",
67
+ "eslint": "^9.12.0",
68
+ "eslint-plugin-i18next": "^6.1.1",
69
+ "tsup": "*",
70
+ "typescript": "*",
71
+ "vite": "^4.5.5",
72
+ "vitest": "^0.34.6"
73
+ },
74
+ "peerDependencies": {
75
+ "@chakra-ui/react": "^2.8.2",
76
+ "@tanstack/react-query": "^5.64.2",
77
+ "@vechain/dapp-kit-react": "1.4.1"
78
+ },
79
+ "peerDependenciesMeta": {
80
+ "@vechain/dapp-kit-react": {
81
+ "optional": true
82
+ }
83
+ },
84
+ "resolutions": {
85
+ "@vechain/sdk-core": "^1.0.0-rc.5",
86
+ "@vechain/sdk-network": "^1.0.0-rc.5"
87
+ },
88
+ "overrides": {
89
+ "@vechain/sdk-core": "^1.0.0-rc.5",
90
+ "@vechain/sdk-network": "^1.0.0-rc.5"
91
+ },
92
+ "exports": {
93
+ ".": {
94
+ "types": "./dist/index.d.ts",
95
+ "default": "./dist/index.js"
83
96
  },
84
- "resolutions": {
85
- "@vechain/sdk-core": "^1.0.0-rc.5",
86
- "@vechain/sdk-network": "^1.0.0-rc.5"
97
+ "./contracts": {
98
+ "types": "./dist/contracts/index.d.ts",
99
+ "default": "./dist/contracts/index.js"
87
100
  },
88
- "overrides": {
89
- "@vechain/sdk-core": "^1.0.0-rc.5",
90
- "@vechain/sdk-network": "^1.0.0-rc.5"
101
+ "./utils": {
102
+ "types": "./dist/utils/index.d.ts",
103
+ "default": "./dist/utils/index.js"
91
104
  },
92
- "exports": {
93
- ".": {
94
- "types": "./dist/index.d.ts",
95
- "default": "./dist/index.js"
96
- },
97
- "./contracts": {
98
- "types": "./dist/contracts/index.d.ts",
99
- "default": "./dist/contracts/index.js"
100
- },
101
- "./utils": {
102
- "types": "./dist/utils/index.d.ts",
103
- "default": "./dist/utils/index.js"
104
- },
105
- "./assets": {
106
- "types": "./dist/assets/index.d.ts",
107
- "default": "./dist/assets/index.js"
108
- }
105
+ "./assets": {
106
+ "types": "./dist/assets/index.d.ts",
107
+ "default": "./dist/assets/index.js"
109
108
  }
110
- }
109
+ }
110
+ }