pubky-app-specs 0.3.3-rc1 → 0.3.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
@@ -2,7 +2,7 @@
2
2
  "name": "pubky-app-specs",
3
3
  "type": "module",
4
4
  "description": "Pubky.app Data Model Specifications",
5
- "version": "0.3.3-rc1",
5
+ "version": "0.3.3",
6
6
  "license": "MIT",
7
7
  "collaborators": [
8
8
  "SHAcollision"
@@ -569,16 +569,16 @@ export interface InitOutput {
569
569
  readonly __wbg_set_pubkyapplastread_timestamp: (a: number, b: bigint) => void;
570
570
  readonly __wbg_set_pubkyappmute_created_at: (a: number, b: bigint) => void;
571
571
  readonly __wbg_set_pubkyapptag_created_at: (a: number, b: bigint) => void;
572
- readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
573
- readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
574
572
  readonly __wbg_get_pubkyapplastread_timestamp: (a: number) => bigint;
575
- readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
573
+ readonly __wbg_get_pubkyappmute_created_at: (a: number) => bigint;
576
574
  readonly __wbg_get_pubkyappfollow_created_at: (a: number) => bigint;
575
+ readonly __wbg_get_pubkyappfile_created_at: (a: number) => bigint;
576
+ readonly __wbg_get_pubkyapptag_created_at: (a: number) => bigint;
577
577
  readonly __wbg_pubkyappmute_free: (a: number, b: number) => void;
578
- readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
579
- readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
580
578
  readonly __wbg_muteresult_free: (a: number, b: number) => void;
581
579
  readonly __wbg_lastreadresult_free: (a: number, b: number) => void;
580
+ readonly __wbg_pubkyapplastread_free: (a: number, b: number) => void;
581
+ readonly __wbg_pubkyspecsbuilder_free: (a: number, b: number) => void;
582
582
  readonly muteresult_meta: (a: number) => number;
583
583
  readonly muteresult_mute: (a: number) => number;
584
584
  readonly lastreadresult_meta: (a: number) => number;
Binary file