@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
@@ -1,5 +1,12 @@
1
1
  # @atproto/bsky
2
2
 
3
+ ## 0.0.190
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.0.189
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";
@@ -16309,7 +16309,7 @@ export declare const schemas: ({
16309
16309
  };
16310
16310
  readonly hiddenReplies: {
16311
16311
  readonly type: "array";
16312
- readonly maxLength: 50;
16312
+ readonly maxLength: 300;
16313
16313
  readonly items: {
16314
16314
  readonly type: "string";
16315
16315
  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',