@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/pds",
3
- "version": "0.4.185",
3
+ "version": "0.4.186",
4
4
  "license": "MIT",
5
5
  "description": "Reference implementation of atproto Personal Data Server (PDS)",
6
6
  "keywords": [
@@ -52,7 +52,7 @@
52
52
  "@atproto-labs/simple-store-memory": "0.1.4",
53
53
  "@atproto-labs/simple-store-redis": "0.0.1",
54
54
  "@atproto-labs/xrpc-utils": "0.0.22",
55
- "@atproto/api": "^0.17.2",
55
+ "@atproto/api": "^0.17.3",
56
56
  "@atproto/aws": "^0.2.30",
57
57
  "@atproto/common": "^0.4.12",
58
58
  "@atproto/crypto": "^0.4.4",
@@ -82,8 +82,8 @@
82
82
  "ts-node": "^10.8.2",
83
83
  "typescript": "^5.6.3",
84
84
  "ws": "^8.12.0",
85
- "@atproto/api": "^0.17.2",
86
- "@atproto/bsky": "^0.0.189",
85
+ "@atproto/api": "^0.17.3",
86
+ "@atproto/bsky": "^0.0.190",
87
87
  "@atproto/lex-cli": "^0.9.5",
88
88
  "@atproto/oauth-client-browser-example": "0.0.6"
89
89
  },
@@ -3694,7 +3694,7 @@ export const schemaDict = {
3694
3694
  },
3695
3695
  hiddenReplies: {
3696
3696
  type: 'array',
3697
- maxLength: 50,
3697
+ maxLength: 300,
3698
3698
  items: {
3699
3699
  type: 'string',
3700
3700
  format: 'at-uri',