@openfort/react 0.0.29 → 0.0.30
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/build/index.es.js +1 -1
- package/build/version.d.ts +1 -1
- package/package.json +1 -3
package/build/index.es.js
CHANGED
|
@@ -5444,7 +5444,7 @@ const FitText = ({ children, maxFontSize = 100, minFontSize = 70, }) => {
|
|
|
5444
5444
|
};
|
|
5445
5445
|
FitText.displayName = 'FitText';
|
|
5446
5446
|
|
|
5447
|
-
const OPENFORT_VERSION = '0.0.
|
|
5447
|
+
const OPENFORT_VERSION = '0.0.30';
|
|
5448
5448
|
|
|
5449
5449
|
const Portal = (props) => {
|
|
5450
5450
|
props = {
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OPENFORT_VERSION = "0.0.
|
|
1
|
+
export declare const OPENFORT_VERSION = "0.0.30";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfort/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"author": "Openfort (https://www.openfort.io)",
|
|
5
5
|
"license": "BSD-2-Clause license",
|
|
6
6
|
"description": "The easiest way to integrate Openfort to your project.",
|
|
@@ -47,8 +47,6 @@
|
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@tanstack/react-query": ">=5.0.0",
|
|
50
|
-
"@wagmi/connectors": "6.x",
|
|
51
|
-
"@wagmi/core": "2.x",
|
|
52
50
|
"react": "17.x || 18.x || 19.x",
|
|
53
51
|
"react-dom": "17.x || 18.x || 19.x",
|
|
54
52
|
"viem": "2.x",
|