@semiont/react-ui 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -684,6 +684,7 @@ declare function useAuthApi(): {
684
684
  termsAcceptedAt: string | null;
685
685
  lastLogin: string | null;
686
686
  created: string;
687
+ token: string;
687
688
  }, Error>;
688
689
  };
689
690
  acceptTerms: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/react-ui",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "React components and hooks for Semiont",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",