@saykit/react 0.0.0-beta-20260422181516 → 0.0.0-beta-20260423010238

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/client.d.mts CHANGED
@@ -28,6 +28,6 @@ declare function SayProvider({
28
28
  * @returns The current {@link Say} instance
29
29
  * @throws If no provider is in the component tree
30
30
  */
31
- declare function useSay(): any;
31
+ declare function useSay(): ReadonlySay;
32
32
  //#endregion
33
33
  export { SayProvider, useSay };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saykit/react",
3
- "version": "0.0.0-beta-20260422181516",
3
+ "version": "0.0.0-beta-20260423010238",
4
4
  "description": "React integration for saykit, i18n hooks and components",
5
5
  "keywords": [
6
6
  "i18n",
@@ -48,11 +48,11 @@
48
48
  "devDependencies": {
49
49
  "@types/react": "^19.2.14",
50
50
  "react": "^19.2.5",
51
- "saykit": "^0.0.0-beta-20260422181516"
51
+ "saykit": "^0.0.0-beta-20260423010238"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "*",
55
- "saykit": "0.0.0-beta-20260422181516"
55
+ "saykit": "0.0.0-beta-20260423010238"
56
56
  },
57
57
  "scripts": {
58
58
  "check": "tsc --noEmit",