@xmtp/node-bindings 0.0.24 → 0.0.25

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.
Binary file
package/dist/index.d.ts CHANGED
@@ -126,6 +126,7 @@ export declare class StreamCloser {
126
126
  * End the stream and asyncronously wait for it to shutdown
127
127
  */
128
128
  endAndWait(): Promise<void>
129
+ waitForReady(): Promise<void>
129
130
  /** Checks if this stream is closed */
130
131
  isClosed(): boolean
131
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",