@xmtp/agent-sdk 1.1.5 → 1.1.6
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -360,7 +360,7 @@ const agent = await Agent.create(signer, {
|
|
|
360
360
|
|
|
361
361
|
| XMTP Node SDK Version | LibXMTP Version |
|
|
362
362
|
| --------------------- | --------------- |
|
|
363
|
-
| 4.2.
|
|
363
|
+
| 4.2.3 | 1.5.4 |
|
|
364
364
|
|
|
365
365
|
To verify which LibXMTP version is installed, run `npm why @xmtp/node-bindings` after installing the Agent SDK.
|
|
366
366
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@xmtp/content-type-remote-attachment": "^2.0.2",
|
|
9
9
|
"@xmtp/content-type-reply": "^2.0.2",
|
|
10
10
|
"@xmtp/content-type-text": "^2.0.2",
|
|
11
|
-
"@xmtp/node-sdk": "^4.2.
|
|
11
|
+
"@xmtp/node-sdk": "^4.2.3",
|
|
12
12
|
"uint8arrays": "^5.1.0",
|
|
13
13
|
"viem": "^2.37.6"
|
|
14
14
|
},
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"typecheck": "tsc --noEmit"
|
|
90
90
|
},
|
|
91
91
|
"type": "module",
|
|
92
|
-
"version": "1.1.
|
|
92
|
+
"version": "1.1.6"
|
|
93
93
|
}
|