applesauce-react 0.0.0-next-20251231055351 → 0.0.0-next-20251231062646

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.
@@ -2,5 +2,5 @@ import { ActionBuilder } from "applesauce-actions";
2
2
  export declare function useAction<Args extends Array<any>>(Action: ActionBuilder<Args>, args: Args | undefined): {
3
3
  loading: boolean;
4
4
  run: () => Promise<void>;
5
- exec: () => import("rxjs").Observable<import("nostr-tools").Event> | undefined;
5
+ exec: () => import("rxjs").Observable<import("nostr-tools").NostrEvent> | undefined;
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applesauce-react",
3
- "version": "0.0.0-next-20251231055351",
3
+ "version": "0.0.0-next-20251231062646",
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-20251231055351",
52
- "applesauce-actions": "0.0.0-next-20251231055351",
53
- "applesauce-content": "0.0.0-next-20251231055351",
54
- "applesauce-core": "0.0.0-next-20251231055351",
51
+ "applesauce-accounts": "0.0.0-next-20251231062646",
52
+ "applesauce-actions": "0.0.0-next-20251231062646",
53
+ "applesauce-content": "0.0.0-next-20251231062646",
54
+ "applesauce-core": "0.0.0-next-20251231062646",
55
55
  "hash-sum": "^2.0.0",
56
56
  "observable-hooks": "^4.2.4",
57
57
  "react": "^18.3.1",