@xmtp/node-sdk 3.2.0 → 3.2.1

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ To keep up with the latest SDK developments, see the [Issues tab](https://githu
9
9
 
10
10
  ## Documentation
11
11
 
12
- To learn how to use the XMTP client SDK for Node and get answers to frequently asked questions, see the [XMTP documentation](https://docs.xmtp.org/).
12
+ To learn how to use the XMTP client SDK for Node, see [Get started with the XMTP Node SDK](https://docs.xmtp.org/sdks/node).
13
13
 
14
14
  ## SDK reference
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-sdk",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "XMTP Node client SDK for interacting with XMTP networks",
5
5
  "keywords": [
6
6
  "xmtp",
@@ -52,7 +52,7 @@
52
52
  "@xmtp/content-type-group-updated": "^2.0.2",
53
53
  "@xmtp/content-type-primitives": "^2.0.2",
54
54
  "@xmtp/content-type-text": "^2.0.2",
55
- "@xmtp/node-bindings": "1.3.0"
55
+ "@xmtp/node-bindings": "1.3.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@rollup/plugin-json": "^6.1.0",