pubky-app-specs 0.4.2 → 0.4.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pubky-app-specs",
3
3
  "description": "Pubky.app Data Model Specifications",
4
- "version": "0.4.2",
4
+ "version": "0.4.3",
5
5
  "license": "MIT",
6
6
  "contributors": [
7
7
  "SHAcollision",
@@ -483,6 +483,10 @@ export class PubkySpecsBuilder {
483
483
  createMute(mutee_id: string): MuteResult;
484
484
  createLastRead(): LastReadResult;
485
485
  createBlob(blob_data: any): BlobResult;
486
+ /**
487
+ * Returns validation limits as a JSON value for client-side use.
488
+ */
489
+ readonly validationLimits: any;
486
490
  }
487
491
  export class TagResult {
488
492
  private constructor();
Binary file