@atproto/pds 0.4.121 → 0.4.122
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/lexicon/lexicons.d.ts +2 -2
- package/dist/lexicon/lexicons.js +1 -1
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsers.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/lexicon/lexicons.ts +1 -1
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsers.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -9355,7 +9355,7 @@ export declare const schemaDict: {
|
|
9355
9355
|
readonly type: "array";
|
9356
9356
|
readonly items: {
|
9357
9357
|
readonly type: "ref";
|
9358
|
-
readonly ref: "lex:app.bsky.actor.defs#
|
9358
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
9359
9359
|
};
|
9360
9360
|
};
|
9361
9361
|
};
|
@@ -23257,7 +23257,7 @@ export declare const schemas: ({
|
|
23257
23257
|
readonly type: "array";
|
23258
23258
|
readonly items: {
|
23259
23259
|
readonly type: "ref";
|
23260
|
-
readonly ref: "lex:app.bsky.actor.defs#
|
23260
|
+
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
23261
23261
|
};
|
23262
23262
|
};
|
23263
23263
|
};
|