pubky-app-specs 0.5.2 → 0.5.3

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
@@ -55,5 +55,5 @@
55
55
  "sideEffects": false,
56
56
  "type": "module",
57
57
  "types": "pubky_app_specs.d.ts",
58
- "version": "0.5.2"
58
+ "version": "0.5.3"
59
59
  }
@@ -246,6 +246,7 @@ export enum PubkyAppFeedLayout {
246
246
  Columns = 0,
247
247
  Wide = 1,
248
248
  Visual = 2,
249
+ List = 3,
249
250
  }
250
251
 
251
252
  /**
Binary file
@@ -21,7 +21,7 @@
21
21
  "userStatusMaxLength": 50,
22
22
  "postShortContentMaxLength": 2000,
23
23
  "postLongContentMaxLength": 50000,
24
- "postAttachmentsMaxCount": 4,
24
+ "postAttachmentsMaxCount": 10,
25
25
  "postAttachmentUrlMaxLength": 200,
26
26
  "postAllowedAttachmentProtocols": [
27
27
  "pubky",