@xmtp/node-sdk 0.0.46 → 0.0.47

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { ContentTypeText, TextCodec } from '@xmtp/content-type-text';
5
5
  import { getInboxIdForAddress as getInboxIdForAddress$1, generateInboxId as generateInboxId$1, createClient, verifySignedWithPublicKey, isAddressAuthorized, isInstallationAuthorized } from '@xmtp/node-bindings';
6
6
  export { GroupMember, GroupMetadata, GroupPermissions } from '@xmtp/node-bindings';
7
7
  import { ContentTypeId } from '@xmtp/content-type-primitives';
8
- import bindingsVersion from '@xmtp/node-bindings/version.json' assert { type: 'json' };
8
+ import bindingsVersion from '@xmtp/node-bindings/version.json' with { type: 'json' };
9
9
 
10
10
  class AsyncStream {
11
11
  #done = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "XMTP Node client SDK for interacting with XMTP networks",
5
5
  "keywords": [
6
6
  "xmtp",
@@ -53,7 +53,7 @@
53
53
  "@xmtp/content-type-group-updated": "^2.0.0",
54
54
  "@xmtp/content-type-primitives": "^2.0.0",
55
55
  "@xmtp/content-type-text": "^2.0.0",
56
- "@xmtp/node-bindings": "^0.0.39",
56
+ "@xmtp/node-bindings": "^0.0.41",
57
57
  "@xmtp/proto": "^3.72.3"
58
58
  },
59
59
  "devDependencies": {
@@ -64,7 +64,7 @@
64
64
  "@xmtp/xmtp-js": "workspace:^",
65
65
  "fast-glob": "^3.3.3",
66
66
  "rimraf": "^6.0.1",
67
- "rollup": "^4.30.1",
67
+ "rollup": "^4.34.9",
68
68
  "rollup-plugin-dts": "^6.1.1",
69
69
  "rollup-plugin-filesize": "^10.0.0",
70
70
  "rollup-plugin-tsconfig-paths": "^1.5.2",