@atproto/pds 0.4.185 → 0.4.186
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
CHANGED
@@ -3429,7 +3429,7 @@ export declare const schemaDict: {
|
|
3429
3429
|
};
|
3430
3430
|
readonly hiddenReplies: {
|
3431
3431
|
readonly type: "array";
|
3432
|
-
readonly maxLength:
|
3432
|
+
readonly maxLength: 300;
|
3433
3433
|
readonly items: {
|
3434
3434
|
readonly type: "string";
|
3435
3435
|
readonly format: "at-uri";
|
@@ -20767,7 +20767,7 @@ export declare const schemas: ({
|
|
20767
20767
|
};
|
20768
20768
|
readonly hiddenReplies: {
|
20769
20769
|
readonly type: "array";
|
20770
|
-
readonly maxLength:
|
20770
|
+
readonly maxLength: 300;
|
20771
20771
|
readonly items: {
|
20772
20772
|
readonly type: "string";
|
20773
20773
|
readonly format: "at-uri";
|