applesauce-accounts
Advanced tools
Comparing version 0.0.0-next-20250125183855 to 0.0.0-next-20250125184511
@@ -40,3 +40,3 @@ import { describe, it, expect, beforeEach, vi } from "vitest"; | ||
const account = new BaseAccount(await signer.getPublicKey(), signer); | ||
account.disableQueue = false; | ||
account.disableQueue = true; | ||
let resolve = []; | ||
@@ -43,0 +43,0 @@ vi.spyOn(signer, "signEvent").mockImplementation(() => { |
{ | ||
"name": "applesauce-accounts", | ||
"version": "0.0.0-next-20250125183855", | ||
"version": "0.0.0-next-20250125184511", | ||
"description": "A simple nostr account management system", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"@noble/hashes": "^1.5.0", | ||
"applesauce-signer": "0.0.0-next-20250125183855", | ||
"applesauce-signer": "0.0.0-next-20250125184511", | ||
"nanoid": "^5.0.9", | ||
@@ -38,0 +38,0 @@ "nostr-tools": "^2.10.3", |
34419
+ Addedapplesauce-core@0.0.0-next-20250125184511(transitive)
+ Addedapplesauce-signer@0.0.0-next-20250125184511(transitive)
- Removedapplesauce-core@0.0.0-next-20250125183855(transitive)
- Removedapplesauce-signer@0.0.0-next-20250125183855(transitive)