@atproto/pds 0.4.118 → 0.4.119
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/getSuggestedStarterPacks.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/lexicon/lexicons.ts +1 -1
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedStarterPacks.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -9193,7 +9193,7 @@ export declare const schemaDict: {
|
|
9193
9193
|
readonly type: "array";
|
9194
9194
|
readonly items: {
|
9195
9195
|
readonly type: "ref";
|
9196
|
-
readonly ref: "lex:app.bsky.graph.defs#
|
9196
|
+
readonly ref: "lex:app.bsky.graph.defs#starterPackView";
|
9197
9197
|
};
|
9198
9198
|
};
|
9199
9199
|
};
|
@@ -22933,7 +22933,7 @@ export declare const schemas: ({
|
|
22933
22933
|
readonly type: "array";
|
22934
22934
|
readonly items: {
|
22935
22935
|
readonly type: "ref";
|
22936
|
-
readonly ref: "lex:app.bsky.graph.defs#
|
22936
|
+
readonly ref: "lex:app.bsky.graph.defs#starterPackView";
|
22937
22937
|
};
|
22938
22938
|
};
|
22939
22939
|
};
|
package/dist/lexicon/lexicons.js
CHANGED