@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.js
CHANGED
|
@@ -4804,7 +4804,7 @@ var AddressDisplay = ({
|
|
|
4804
4804
|
|
|
4805
4805
|
// package.json
|
|
4806
4806
|
var package_default = {
|
|
4807
|
-
version: "2.0.0-rc.
|
|
4807
|
+
version: "2.0.0-rc.2"};
|
|
4808
4808
|
var VersionFooter = ({ ...props }) => {
|
|
4809
4809
|
const { darkMode: isDark } = useVeChainKitConfig();
|
|
4810
4810
|
return /* @__PURE__ */ jsxs(
|