@xmtp/browser-sdk 3.1.0 → 3.1.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.
- package/README.md +1 -1
- 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 browsers
|
|
12
|
+
To learn how to use the XMTP client SDK for browsers, see [Get started with the XMTP Browser SDK](https://docs.xmtp.org/sdks/browser).
|
|
13
13
|
|
|
14
14
|
## SDK reference
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/browser-sdk",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "XMTP client SDK for browsers written in TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xmtp",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@xmtp/content-type-group-updated": "^2.0.2",
|
|
64
64
|
"@xmtp/content-type-primitives": "^2.0.2",
|
|
65
65
|
"@xmtp/content-type-text": "^2.0.2",
|
|
66
|
-
"@xmtp/wasm-bindings": "1.3.
|
|
66
|
+
"@xmtp/wasm-bindings": "1.3.2",
|
|
67
67
|
"uuid": "^11.1.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|