@vechain/vechain-kit 1.10.2 → 1.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/README.md CHANGED
@@ -27,10 +27,25 @@ It offers:
27
27
  - [Sample Next.js App](https://github.com/vechain/vechain-kit/tree/main/examples/next-template)
28
28
  - [Smart Account Factory](https://vechain.github.io/smart-accounts/)
29
29
 
30
- # Installation
30
+ # Install dependencies
31
31
 
32
32
  ```bash
33
- yarn add @tanstack/react-query@"^5.64.2" @chakra-ui/react@"^2.8.2" @vechain/dapp-kit-react@"1.5.0" @vechain/vechain-kit
33
+ yarn add \
34
+ @emotion/styled@^11.14.0 \
35
+ @emotion/react@^11.14.0 \
36
+ framer-motion@^11.14.0 \
37
+ @tanstack/react-query@^5.64.2 \
38
+ @chakra-ui/react@^2.8.2 \
39
+ @vechain/dapp-kit-react@2.0.4 \
40
+ @vechain/sdk-core@1.2.0 \
41
+ @vechain/sdk-network@1.2.0
42
+
43
+ ```
44
+
45
+ # Install vechain kit
46
+
47
+ ```bash
48
+ yarn @vechain/vechain-kit@1.10.4
34
49
  ```
35
50
 
36
51
  # Quick Start
package/dist/index.cjs CHANGED
@@ -4817,7 +4817,7 @@ var AddressDisplay = ({
4817
4817
 
4818
4818
  // package.json
4819
4819
  var package_default = {
4820
- version: "1.10.2"};
4820
+ version: "1.10.4"};
4821
4821
  var VersionFooter = ({ ...props }) => {
4822
4822
  const { darkMode: isDark } = useVeChainKitConfig();
4823
4823
  return /* @__PURE__ */ jsxRuntime.jsxs(