@fencyai/react 0.1.92 → 0.1.93
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.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -31587,7 +31587,7 @@ function TA() {
|
|
|
31587
31587
|
return o.H.useFormState(u, l, p);
|
|
31588
31588
|
}, me.useFormStatus = function() {
|
|
31589
31589
|
return o.H.useHostTransitionStatus();
|
|
31590
|
-
}, me.version = "19.2.
|
|
31590
|
+
}, me.version = "19.2.3", me;
|
|
31591
31591
|
}
|
|
31592
31592
|
var be = {};
|
|
31593
31593
|
/**
|
|
@@ -31809,7 +31809,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
31809
31809
|
return o().useFormState(c, d, g);
|
|
31810
31810
|
}, be.useFormStatus = function() {
|
|
31811
31811
|
return o().useHostTransitionStatus();
|
|
31812
|
-
}, be.version = "19.2.
|
|
31812
|
+
}, be.version = "19.2.3", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
31813
31813
|
}()), be;
|
|
31814
31814
|
}
|
|
31815
31815
|
function Yp() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fencyai/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.93",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "staklau <steinaageklaussen@gmail.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepublishOnly": "npm run build"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@fencyai/js": "^0.1.
|
|
35
|
+
"@fencyai/js": "^0.1.93",
|
|
36
36
|
"@types/jest": "^29.5.11",
|
|
37
37
|
"@types/node": "^20.10.5",
|
|
38
38
|
"@types/react": "^18.2.45",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@fencyai/js": "^0.1.
|
|
49
|
+
"@fencyai/js": "^0.1.93",
|
|
50
50
|
"@radix-ui/react-popover": "^1.1.15",
|
|
51
51
|
"react": ">=16.8.0",
|
|
52
52
|
"react-markdown": "^10.1.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"optional": false
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "348583c746b538ff996b2d1f713af5e8f06c184c"
|
|
64
64
|
}
|