@candypoets/nipworker 0.91.3 → 0.92.0

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.
@@ -94,13 +94,13 @@ export interface InitOutput {
94
94
  readonly crypto_setPrivateKey: (a: number, b: number, c: number) => [number, number];
95
95
  readonly crypto_signEvent: (a: number, b: number, c: number) => any;
96
96
  readonly init_tracing: (a: number, b: number) => void;
97
- readonly wasm_bindgen__closure__destroy__hcf48224fc18a41d9: (a: number, b: number) => void;
98
- readonly wasm_bindgen__closure__destroy__he0403ab48d7afe3f: (a: number, b: number) => void;
99
- readonly wasm_bindgen__closure__destroy__hd738244e00b377f9: (a: number, b: number) => void;
100
- readonly wasm_bindgen__convert__closures_____invoke__h30dc8e230286c6e8: (a: number, b: number, c: any, d: any) => void;
101
- readonly wasm_bindgen__convert__closures_____invoke__h185a63f49d4aeeba: (a: number, b: number, c: any) => void;
102
- readonly wasm_bindgen__convert__closures_____invoke__h3c7979e7c59c1d6e: (a: number, b: number, c: any) => void;
103
- readonly wasm_bindgen__convert__closures_____invoke__hc9f8cabea7ce7744: (a: number, b: number) => void;
97
+ readonly wasm_bindgen__closure__destroy__h98d8ad48d414002a: (a: number, b: number) => void;
98
+ readonly wasm_bindgen__closure__destroy__h0624a5636588086d: (a: number, b: number) => void;
99
+ readonly wasm_bindgen__closure__destroy__h4f04ee171a9acf30: (a: number, b: number) => void;
100
+ readonly wasm_bindgen__convert__closures_____invoke__h19b003aa3b9b8880: (a: number, b: number, c: any, d: any) => void;
101
+ readonly wasm_bindgen__convert__closures_____invoke__hcfb1808d466c631e: (a: number, b: number, c: any) => void;
102
+ readonly wasm_bindgen__convert__closures_____invoke__h1335b9f29927a1f8: (a: number, b: number, c: any) => void;
103
+ readonly wasm_bindgen__convert__closures_____invoke__h1581e940ed2d6407: (a: number, b: number) => void;
104
104
  readonly __wbindgen_malloc: (a: number, b: number) => number;
105
105
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
106
106
  readonly __wbindgen_exn_store: (a: number) => void;
@@ -14,13 +14,13 @@ export const crypto_setNip46QR: (a: number, b: number, c: number, d: number, e:
14
14
  export const crypto_setPrivateKey: (a: number, b: number, c: number) => [number, number];
15
15
  export const crypto_signEvent: (a: number, b: number, c: number) => any;
16
16
  export const init_tracing: (a: number, b: number) => void;
17
- export const wasm_bindgen__closure__destroy__hcf48224fc18a41d9: (a: number, b: number) => void;
18
- export const wasm_bindgen__closure__destroy__he0403ab48d7afe3f: (a: number, b: number) => void;
19
- export const wasm_bindgen__closure__destroy__hd738244e00b377f9: (a: number, b: number) => void;
20
- export const wasm_bindgen__convert__closures_____invoke__h30dc8e230286c6e8: (a: number, b: number, c: any, d: any) => void;
21
- export const wasm_bindgen__convert__closures_____invoke__h185a63f49d4aeeba: (a: number, b: number, c: any) => void;
22
- export const wasm_bindgen__convert__closures_____invoke__h3c7979e7c59c1d6e: (a: number, b: number, c: any) => void;
23
- export const wasm_bindgen__convert__closures_____invoke__hc9f8cabea7ce7744: (a: number, b: number) => void;
17
+ export const wasm_bindgen__closure__destroy__h98d8ad48d414002a: (a: number, b: number) => void;
18
+ export const wasm_bindgen__closure__destroy__h0624a5636588086d: (a: number, b: number) => void;
19
+ export const wasm_bindgen__closure__destroy__h4f04ee171a9acf30: (a: number, b: number) => void;
20
+ export const wasm_bindgen__convert__closures_____invoke__h19b003aa3b9b8880: (a: number, b: number, c: any, d: any) => void;
21
+ export const wasm_bindgen__convert__closures_____invoke__hcfb1808d466c631e: (a: number, b: number, c: any) => void;
22
+ export const wasm_bindgen__convert__closures_____invoke__h1335b9f29927a1f8: (a: number, b: number, c: any) => void;
23
+ export const wasm_bindgen__convert__closures_____invoke__h1581e940ed2d6407: (a: number, b: number) => void;
24
24
  export const __wbindgen_malloc: (a: number, b: number) => number;
25
25
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
26
26
  export const __wbindgen_exn_store: (a: number) => void;
@@ -12,12 +12,18 @@ export declare class Publish implements flatbuffers.IUnpackableObject<PublishT>
12
12
  relays(index: number): string;
13
13
  relays(index: number, optionalEncoding: flatbuffers.Encoding): string | Uint8Array;
14
14
  relaysLength(): number;
15
+ optimisticSubids(index: number): string;
16
+ optimisticSubids(index: number, optionalEncoding: flatbuffers.Encoding): string | Uint8Array;
17
+ optimisticSubidsLength(): number;
15
18
  static startPublish(builder: flatbuffers.Builder): void;
16
19
  static addPublishId(builder: flatbuffers.Builder, publishIdOffset: flatbuffers.Offset): void;
17
20
  static addTemplate(builder: flatbuffers.Builder, templateOffset: flatbuffers.Offset): void;
18
21
  static addRelays(builder: flatbuffers.Builder, relaysOffset: flatbuffers.Offset): void;
19
22
  static createRelaysVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
20
23
  static startRelaysVector(builder: flatbuffers.Builder, numElems: number): void;
24
+ static addOptimisticSubids(builder: flatbuffers.Builder, optimisticSubidsOffset: flatbuffers.Offset): void;
25
+ static createOptimisticSubidsVector(builder: flatbuffers.Builder, data: flatbuffers.Offset[]): flatbuffers.Offset;
26
+ static startOptimisticSubidsVector(builder: flatbuffers.Builder, numElems: number): void;
21
27
  static endPublish(builder: flatbuffers.Builder): flatbuffers.Offset;
22
28
  unpack(): PublishT;
23
29
  unpackTo(_o: PublishT): void;
@@ -26,7 +32,8 @@ export declare class PublishT implements flatbuffers.IGeneratedObject {
26
32
  publishId: string | Uint8Array | null;
27
33
  template: TemplateT | null;
28
34
  relays: (string)[];
29
- constructor(publishId?: string | Uint8Array | null, template?: TemplateT | null, relays?: (string)[]);
35
+ optimisticSubids: (string)[];
36
+ constructor(publishId?: string | Uint8Array | null, template?: TemplateT | null, relays?: (string)[], optimisticSubids?: (string)[]);
30
37
  pack(builder: flatbuffers.Builder): flatbuffers.Offset;
31
38
  }
32
39
  //# sourceMappingURL=publish.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/publish.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAE3C,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGjE,qBAAa,OAAQ,YAAW,WAAW,CAAC,iBAAiB,CAAC,QAAQ,CAAC;IACrE,EAAE,EAAE,WAAW,CAAC,UAAU,GAAC,IAAI,CAAQ;IACvC,MAAM,SAAK;IACX,MAAM,CAAC,CAAC,EAAC,MAAM,EAAE,EAAE,EAAC,WAAW,CAAC,UAAU,GAAE,OAAO;IAMrD,MAAM,CAAC,gBAAgB,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,OAAO,GAAE,OAAO;IAIxE,MAAM,CAAC,4BAA4B,CAAC,EAAE,EAAC,WAAW,CAAC,UAAU,EAAE,GAAG,CAAC,EAAC,OAAO,GAAE,OAAO;IAKpF,SAAS,IAAG,MAAM,GAAC,IAAI;IACvB,SAAS,CAAC,gBAAgB,EAAC,WAAW,CAAC,QAAQ,GAAE,MAAM,GAAC,UAAU,GAAC,IAAI;IAMvE,QAAQ,CAAC,GAAG,CAAC,EAAC,QAAQ,GAAE,QAAQ,GAAC,IAAI;IAKrC,MAAM,CAAC,KAAK,EAAE,MAAM,GAAE,MAAM;IAC5B,MAAM,CAAC,KAAK,EAAE,MAAM,EAAC,gBAAgB,EAAC,WAAW,CAAC,QAAQ,GAAE,MAAM,GAAC,UAAU;IAM7E,YAAY,IAAG,MAAM;IAKrB,MAAM,CAAC,YAAY,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO;IAI/C,MAAM,CAAC,YAAY,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,eAAe,EAAC,WAAW,CAAC,MAAM;IAInF,MAAM,CAAC,WAAW,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,cAAc,EAAC,WAAW,CAAC,MAAM;IAIjF,MAAM,CAAC,SAAS,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,YAAY,EAAC,WAAW,CAAC,MAAM;IAI7E,MAAM,CAAC,kBAAkB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,IAAI,EAAC,WAAW,CAAC,MAAM,EAAE,GAAE,WAAW,CAAC,MAAM;IAQpG,MAAM,CAAC,iBAAiB,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,EAAE,QAAQ,EAAC,MAAM;IAIrE,MAAM,CAAC,UAAU,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAE,WAAW,CAAC,MAAM;IASjE,MAAM,IAAI,QAAQ;IASlB,QAAQ,CAAC,EAAE,EAAE,QAAQ,GAAG,IAAI;CAK3B;AAED,qBAAa,QAAS,YAAW,WAAW,CAAC,gBAAgB;IAEpD,SAAS,EAAE,MAAM,GAAC,UAAU,GAAC,IAAI;IACjC,QAAQ,EAAE,SAAS,GAAC,IAAI;IACxB,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE;gBAFlB,SAAS,GAAE,MAAM,GAAC,UAAU,GAAC,IAAW,EACxC,QAAQ,GAAE,SAAS,GAAC,IAAW,EAC/B,MAAM,GAAE,CAAC,MAAM,CAAC,EAAO;IAIhC,IAAI,CAAC,OAAO,EAAC,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM;CAYpD"}
1
+ {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/generated/nostr/fb/publish.ts"],"names":[],"mappings":"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"}
package/dist/index.d.ts CHANGED
@@ -23,6 +23,16 @@ export declare class NostrManager {
23
23
  private relayStatuses;
24
24
  PERPETUAL_SUBSCRIPTIONS: string[];
25
25
  constructor(config?: NostrManagerConfig);
26
+ /**
27
+ * Track page visibility changes to handle mobile background/foreground transitions.
28
+ * When the app returns to foreground, wake up workers to trigger immediate reconnection.
29
+ */
30
+ private setupVisibilityTracking;
31
+ /**
32
+ * Send wake signal to all workers to trigger immediate reconnection.
33
+ * Called when returning from background to foreground.
34
+ */
35
+ private wakeWorkers;
26
36
  private postToWorker;
27
37
  private handleCryptoResponse;
28
38
  private setupWorkerListener;
@@ -41,7 +51,7 @@ export declare class NostrManager {
41
51
  timestamp: number;
42
52
  }>;
43
53
  unsubscribe(subscriptionId: string): void;
44
- publish(publish_id: string, event: NostrEvent, defaultRelays?: string[]): ArrayBuffer;
54
+ publish(publish_id: string, event: NostrEvent, defaultRelays?: string[], optimisticSubIds?: string[]): ArrayBuffer;
45
55
  setSigner(name: string, payload?: string | {
46
56
  url: string;
47
57
  clientSecret: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}