@atproto/bsky 0.0.189 → 0.0.190
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";
|
|
@@ -16309,7 +16309,7 @@ export declare const schemas: ({
|
|
|
16309
16309
|
};
|
|
16310
16310
|
readonly hiddenReplies: {
|
|
16311
16311
|
readonly type: "array";
|
|
16312
|
-
readonly maxLength:
|
|
16312
|
+
readonly maxLength: 300;
|
|
16313
16313
|
readonly items: {
|
|
16314
16314
|
readonly type: "string";
|
|
16315
16315
|
readonly format: "at-uri";
|