@xmtp/node-sdk 4.4.1-dev.b057f23 → 4.5.0-rc2
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1440,7 +1440,7 @@ const createClient = async (identifier, options) => {
|
|
|
1440
1440
|
};
|
|
1441
1441
|
|
|
1442
1442
|
const dependencies = {
|
|
1443
|
-
"@xmtp/node-bindings": "1.
|
|
1443
|
+
"@xmtp/node-bindings": "1.6.2-rc1"
|
|
1444
1444
|
};
|
|
1445
1445
|
var packageJSON = {
|
|
1446
1446
|
dependencies: dependencies};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/node-sdk",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0-rc2",
|
|
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.
|
|
55
|
+
"@xmtp/node-bindings": "1.6.2-rc1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@rollup/plugin-json": "^6.1.0",
|