@xmtp/node-bindings 1.3.4 → 1.4.0-dev.7f5d8e0

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
@@ -6,6 +6,8 @@ export declare class Client {
6
6
  isRegistered(): boolean
7
7
  installationId(): string
8
8
  installationIdBytes(): Uint8Array
9
+ appVersion(): string
10
+ libxmtpVersion(): string
9
11
  /** The resulting vec will be the same length as the input and should be zipped for the results. */
10
12
  canMessage(accountIdentities: Array<Identifier>): Promise<Record<string, boolean>>
11
13
  registerIdentity(signatureRequest: SignatureRequestHandle): Promise<void>
@@ -232,7 +234,7 @@ export declare const enum ConversationType {
232
234
  * It can be one of: `debug`, `info`, `warn`, `error` or 'off'.
233
235
  * By default, logging is disabled.
234
236
  */
235
- export declare export declare function createClient(host: string, isSecure: boolean, dbPath: string | undefined | null, inboxId: string, accountIdentifier: Identifier, encryptionKey?: Uint8Array | undefined | null, deviceSyncServerUrl?: string | undefined | null, deviceSyncWorkerMode?: SyncWorkerMode | undefined | null, logOptions?: LogOptions | undefined | null, allowOffline?: boolean | undefined | null, disableEvents?: boolean | undefined | null): Promise<Client>
237
+ export declare export declare function createClient(host: string, isSecure: boolean, dbPath: string | undefined | null, inboxId: string, accountIdentifier: Identifier, encryptionKey?: Uint8Array | undefined | null, deviceSyncServerUrl?: string | undefined | null, deviceSyncWorkerMode?: SyncWorkerMode | undefined | null, logOptions?: LogOptions | undefined | null, allowOffline?: boolean | undefined | null, disableEvents?: boolean | undefined | null, appVersion?: string | undefined | null): Promise<Client>
236
238
 
237
239
  export interface CreateDmOptions {
238
240
  messageDisappearingSettings?: MessageDisappearingSettings
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "release/v1.3",
3
- "version": "98a046f",
4
- "date": "2025-07-29 23:06:00 +0000"
2
+ "branch": "main",
3
+ "version": "7f5d8e0",
4
+ "date": "2025-08-04 22:22:03 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.3.4",
3
+ "version": "1.4.0-dev.7f5d8e0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",
@@ -39,9 +39,9 @@
39
39
  "test:clean": "rm -rf test/*.db3*"
40
40
  },
41
41
  "devDependencies": {
42
- "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
42
+ "@ianvs/prettier-plugin-sort-imports": "^4.5.1",
43
43
  "@napi-rs/cli": "^3.0.0-alpha.64",
44
- "@types/node": "^24.0.1",
44
+ "@types/node": "^24.1.0",
45
45
  "@types/uuid": "^10.0.0",
46
46
  "@xmtp/content-type-group-updated": "^2.0.2",
47
47
  "@xmtp/content-type-text": "^2.0.2",
@@ -49,13 +49,13 @@
49
49
  "prettier": "^3.6.0",
50
50
  "prettier-plugin-packagejson": "^2.5.8",
51
51
  "tsx": "^4.20.3",
52
- "typescript": "^5.8.2",
52
+ "typescript": "^5.9.2",
53
53
  "uuid": "^11.1.0",
54
- "viem": "^2.31.0",
55
- "vite": "^6.3.2",
54
+ "viem": "^2.33.0",
55
+ "vite": "^7.0.5",
56
56
  "vite-tsconfig-paths": "^5.1.4",
57
57
  "vitest": "^3.2.2",
58
- "zx": "^8.5.0"
58
+ "zx": "^8.7.1"
59
59
  },
60
60
  "packageManager": "yarn@4.6.0",
61
61
  "engines": {