applesauce-react 0.0.0-next-20250128190416 → 0.0.0-next-20250129183155

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.
@@ -1,2 +1,2 @@
1
1
  import { IAccount } from "applesauce-accounts";
2
- export declare function useActiveAccount(): IAccount | null;
2
+ export declare function useActiveAccount(): IAccount | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applesauce-react",
3
- "version": "0.0.0-next-20250128190416",
3
+ "version": "0.0.0-next-20250129183155",
4
4
  "description": "React hooks for applesauce",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -48,10 +48,10 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "applesauce-accounts": "0.0.0-next-20250128190416",
52
- "applesauce-content": "0.0.0-next-20250128190416",
53
- "applesauce-core": "0.0.0-next-20250128190416",
54
- "applesauce-factory": "0.0.0-next-20250128190416",
51
+ "applesauce-accounts": "0.0.0-next-20250129183155",
52
+ "applesauce-content": "0.0.0-next-20250129183155",
53
+ "applesauce-core": "0.0.0-next-20250129183155",
54
+ "applesauce-factory": "0.0.0-next-20250129183155",
55
55
  "nostr-tools": "^2.10.3",
56
56
  "react": "^18.3.1",
57
57
  "rxjs": "^7.8.1"