@vechain/vechain-kit 2.0.0-rc.1 → 2.0.0-rc.2
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -4810,7 +4810,7 @@ var AddressDisplay = ({
|
|
|
4810
4810
|
|
|
4811
4811
|
// package.json
|
|
4812
4812
|
var package_default = {
|
|
4813
|
-
version: "2.0.0-rc.
|
|
4813
|
+
version: "2.0.0-rc.2"};
|
|
4814
4814
|
var VersionFooter = ({ ...props }) => {
|
|
4815
4815
|
const { darkMode: isDark } = useVeChainKitConfig();
|
|
4816
4816
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|