@synonymdev/pubky 0.4.2-rc1 → 0.4.2-rc2

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@synonymdev/pubky",
3
3
  "type": "module",
4
4
  "description": "Pubky client",
5
- "version": "0.4.2-rc1",
5
+ "version": "0.4.2-rc2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/pubky.d.ts CHANGED
@@ -81,7 +81,7 @@ export class Client {
81
81
  * republishing. On a failed signin due to homeserver resolution failure, a key
82
82
  * manager should always attempt to republish the last known homeserver.
83
83
  */
84
- republishHomeserver(keypair: Keypair, host: string): Promise<void>;
84
+ republishHomeserver(keypair: Keypair, host: PublicKey): Promise<void>;
85
85
  /**
86
86
  * Create Client with default Settings including default relays
87
87
  */
package/pubky_bg.wasm CHANGED
Binary file