@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
@@ -1,5 +1,12 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.4.186
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`386f583cf`](https://github.com/bluesky-social/atproto/commit/386f583cffa2c596a12be4e98dde498f3b8670f6)]:
8
+ - @atproto/api@0.17.3
9
+
3
10
  ## 0.4.185
4
11
 
5
12
  ### Patch Changes
@@ -3429,7 +3429,7 @@ export declare const schemaDict: {
3429
3429
  };
3430
3430
  readonly hiddenReplies: {
3431
3431
  readonly type: "array";
3432
- readonly maxLength: 50;
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: 50;
20770
+ readonly maxLength: 300;
20771
20771
  readonly items: {
20772
20772
  readonly type: "string";
20773
20773
  readonly format: "at-uri";
@@ -3575,7 +3575,7 @@ exports.schemaDict = {
3575
3575
  },
3576
3576
  hiddenReplies: {
3577
3577
  type: 'array',
3578
- maxLength: 50,
3578
+ maxLength: 300,
3579
3579
  items: {
3580
3580
  type: 'string',
3581
3581
  format: 'at-uri',