@atproto/bsky 0.0.23 → 0.0.24
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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -6
- package/dist/index.js.map +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -129087,12 +129087,7 @@ var _AtpAgent = class {
|
|
|
129087
129087
|
}
|
|
129088
129088
|
async createAccount(opts) {
|
|
129089
129089
|
try {
|
|
129090
|
-
const res = await this.api.com.atproto.server.createAccount(
|
|
129091
|
-
handle: opts.handle,
|
|
129092
|
-
password: opts.password,
|
|
129093
|
-
email: opts.email,
|
|
129094
|
-
inviteCode: opts.inviteCode
|
|
129095
|
-
});
|
|
129090
|
+
const res = await this.api.com.atproto.server.createAccount(opts);
|
|
129096
129091
|
this.session = {
|
|
129097
129092
|
accessJwt: res.data.accessJwt,
|
|
129098
129093
|
refreshJwt: res.data.refreshJwt,
|