@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/index.cjs +9 -10
- package/index.js +12 -13
- package/package.json +1 -1
- package/pubky.d.ts +1 -1
- package/pubky_bg.wasm +0 -0
package/package.json
CHANGED
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:
|
|
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
|